From 00810f8dd9a7e767f4ff72a2395ef4b6d87f25ce Mon Sep 17 00:00:00 2001 From: lixiaoyuner <35456895+lixiaoyuner@users.noreply.github.com> Date: Fri, 16 Sep 2022 13:16:00 +0800 Subject: [PATCH] Upgrade k8s package version (#12057) Signed-off-by: Yun Li --- rules/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/config b/rules/config index 70ff038e6e..cc67914a80 100644 --- a/rules/config +++ b/rules/config @@ -157,9 +157,9 @@ KUBE_DOCKER_PROXY = http://172.16.1.1:3128/ # These are Used *only* when INCLUDE_KUBERNETES=y # NOTE: As a worker node it has to run version compatible to kubernetes master. # -KUBERNETES_VERSION = 1.21.1 +KUBERNETES_VERSION = 1.22.2 KUBERNETES_CNI_VERSION = 0.8.7 -K8s_GCR_IO_PAUSE_VERSION = 3.4.1 +K8s_GCR_IO_PAUSE_VERSION = 3.5 # SONIC_ENABLE_IMAGE_SIGNATURE - enable image signature # To not use the auto-generated self-signed certificate, the required files to sign the image as below: