Skip to content

Commit bf1c0d7

Browse files
authored
update base image containerd, runc, crictl (#189)
- containerd v2.2.0 -> v2.2.1 - runc v1.3.3 -> v1.3.4 - crictl v1.34.0 -> v1.35.0 Signed-off-by: Angelos Kolaitis <[email protected]>
1 parent b596ead commit bf1c0d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/static/embed/install-kubeadm.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ set -xeu
77

88
KUBERNETES_VERSION="${KUBERNETES_VERSION:-$1}" # https://dl.k8s.io/release/stable.txt or https://dl.k8s.io/release/stable-1.32.txt
99
CNI_PLUGINS_VERSION="${CNI_PLUGINS_VERSION:-v1.9.0}" # https://github.com/containernetworking/plugins
10-
CRICTL_VERSION="${CRICTL_VERSION:-v1.34.0}" # https://github.com/kubernetes-sigs/cri-tools
11-
CONTAINERD_VERSION="${CONTAINERD_VERSION:-v2.2.0}" # https://github.com/containerd/containerd
12-
RUNC_VERSION="${RUNC_VERSION:-v1.3.3}" # https://github.com/opencontainers/runc, must match https://raw.githubusercontent.com/containerd/containerd/${CONTAINERD_VERSION}/script/setup/runc-version
10+
CRICTL_VERSION="${CRICTL_VERSION:-v1.35.0}" # https://github.com/kubernetes-sigs/cri-tools
11+
CONTAINERD_VERSION="${CONTAINERD_VERSION:-v2.2.1}" # https://github.com/containerd/containerd
12+
RUNC_VERSION="${RUNC_VERSION:-v1.3.4}" # https://github.com/opencontainers/runc, must match https://raw.githubusercontent.com/containerd/containerd/v2.2.1/script/setup/runc-version
1313

1414
KUBELET_SERVICE='
1515
# Sourced from: https://raw.githubusercontent.com/kubernetes/release/v0.16.2/cmd/krel/templates/latest/kubelet/kubelet.service

0 commit comments

Comments
 (0)