fix: revert k3s version (#347)

This commit is contained in:
kurokobo 2024-04-20 01:08:28 +09:00 committed by GitHub
parent fe6055d507
commit 6225665bc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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