From 9ccf9d87fb9093f5ee5c5c9bc8540ea4495bf374 Mon Sep 17 00:00:00 2001 From: eaudetcobello Date: Fri, 26 Apr 2024 15:21:42 -0400 Subject: [PATCH] Match k8s version. can be updated later --- templates/cluster-template-aws.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cluster-template-aws.rc b/templates/cluster-template-aws.rc index 9ab98c0..b937669 100755 --- a/templates/cluster-template-aws.rc +++ b/templates/cluster-template-aws.rc @@ -1,5 +1,5 @@ # Kubernetes cluster configuration -export KUBERNETES_VERSION=1.27.0 +export KUBERNETES_VERSION=1.25.0 export CONTROL_PLANE_MACHINE_COUNT=1 export WORKER_MACHINE_COUNT=1