From 5240f7c2178962b21f0bd7824402d29cec74102e Mon Sep 17 00:00:00 2001 From: Carlos Segarra Date: Mon, 27 Jan 2025 09:59:06 +0000 Subject: [PATCH] kubeadm: tweak config after version bump --- conf-files/kubeadm.conf | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/conf-files/kubeadm.conf b/conf-files/kubeadm.conf index 9254b0d..e395ea9 100644 --- a/conf-files/kubeadm.conf +++ b/conf-files/kubeadm.conf @@ -1,18 +1,13 @@ -# Copied and modified from https://github.com/kata-containers/tests/blob/main/integration/kubernetes/kubeadm/config.yaml -# -apiVersion: kubeadm.k8s.io/v1beta3 +apiVersion: kubeadm.k8s.io/v1beta4 kind: InitConfiguration nodeRegistration: criSocket: unix:///run/containerd/containerd.sock imagePullPolicy: IfNotPresent - kubeletExtraArgs: - allowed-unsafe-sysctls: kernel.msg*,kernel.shm.*,net.* - v: "4" --- -apiVersion: kubeadm.k8s.io/v1beta3 +apiVersion: kubeadm.k8s.io/v1beta4 kind: ClusterConfiguration -# This must match the version defined in ./tasks/util/env.py - K8S_VERSION -kubernetesVersion: v1.28.2 +# This must match the version defined in ./tasks/util/versions.py - K8S_VERSION +kubernetesVersion: v1.32.1 networking: dnsDomain: cluster.local # Subnet from the Calico installation guide