From 6225665bc404cec0263d6526feec0f170f313025 Mon Sep 17 00:00:00 2001 From: kurokobo Date: Sat, 20 Apr 2024 01:08:28 +0900 Subject: [PATCH] fix: revert k3s version (#347) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd73bc4..874a7b2 100644 --- a/README.md +++ b/README.md @@ -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 ```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