Skip to content

Commit

Permalink
k8s: bump kubeadm and crictl versions (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz authored Jan 27, 2025
1 parent 6aa9acb commit c6967ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 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
4 changes: 2 additions & 2 deletions tasks/util/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

# Kubernetes versions
CONTAINERD_VERSION = "1.7.19"
K8S_VERSION = "1.28.2"
K8S_VERSION = "1.32.1"
CALICO_VERSION = "3.28.1"
CNI_VERSION = "1.3.0"
CRICTL_VERSION = "1.28.0"
CRICTL_VERSION = "1.32.0"
K9S_VERSION = "0.32.5"
PAUSE_IMAGE_VERSION = "3.9"

Expand Down

0 comments on commit c6967ad

Please sign in to comment.