mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 14:02:15 +11:00
fix: revert k3s version (#347)
This commit is contained in:
parent
fe6055d507
commit
6225665bc4
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ An example implementation of AWX on single node K3s using AWX Operator, with eas
|
|||
|
||||
- Tested on:
|
||||
- CentOS Stream 9 (Minimal)
|
||||
- K3s v1.29.3+k3s1
|
||||
- K3s v1.28.7+k3s1
|
||||
- Products that will be deployed:
|
||||
- AWX Operator 2.15.0
|
||||
- AWX 24.2.0
|
||||
|
|
@ -82,7 +82,7 @@ Install a specific version of K3s with `--write-kubeconfig-mode 644` to make the
|
|||
|
||||
<!-- shell: k3s: install -->
|
||||
```bash
|
||||
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.29.3+k3s1 sh -s - --write-kubeconfig-mode 644
|
||||
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION=v1.28.7+k3s1 sh -s - --write-kubeconfig-mode 644
|
||||
```
|
||||
|
||||
### ✅ Install AWX Operator
|
||||
|
|
|
|||
Loading…
Reference in a new issue