Skip to content

Commit

Permalink
kubeadm: tweak config after version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Jan 27, 2025
1 parent 6ed25d0 commit 5240f7c
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions conf-files/kubeadm.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5240f7c

Please sign in to comment.