update the version of kube-apiser and kube-controller-manager from v1.20.11 to v1.21.7

Signed-off-by: Shike-Ada <1073457937@qq.com>
This commit is contained in:
Shike-Ada 2021-12-17 18:56:44 +08:00
parent 7dcb197f9e
commit ec820beac9
3 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ spec:
- --tls-cert-file=/etc/kubernetes/pki/karmada.crt - --tls-cert-file=/etc/kubernetes/pki/karmada.crt
- --tls-private-key-file=/etc/kubernetes/pki/karmada.key - --tls-private-key-file=/etc/kubernetes/pki/karmada.key
name: karmada-apiserver name: karmada-apiserver
image: k8s.gcr.io/kube-apiserver:v1.20.11 image: k8s.gcr.io/kube-apiserver:v1.21.7
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 8 failureThreshold: 8

View File

@ -52,7 +52,7 @@ spec:
- --service-cluster-ip-range=10.96.0.0/12 - --service-cluster-ip-range=10.96.0.0/12
- --use-service-account-credentials=true - --use-service-account-credentials=true
- --v=4 - --v=4
image: k8s.gcr.io/kube-controller-manager:v1.20.11 image: k8s.gcr.io/kube-controller-manager:v1.21.7
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: kube-controller-manager name: kube-controller-manager
resources: resources:

View File

@ -197,7 +197,7 @@ apiServer:
## @param apiServer.image.pullPolicy pull policy of image ## @param apiServer.image.pullPolicy pull policy of image
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## @param apiServer.image.tag overrides the image tag whose default is the latest ## @param apiServer.image.tag overrides the image tag whose default is the latest
tag: "v1.20.11" tag: "v1.21.7"
## @param apiServer.resources ## @param apiServer.resources
resources: { } resources: { }
# If you do want to specify resources, uncomment the following # If you do want to specify resources, uncomment the following
@ -249,7 +249,7 @@ kubeControllerManager:
## @param kubeControllerManager.image.pullPolicy pull policy of image ## @param kubeControllerManager.image.pullPolicy pull policy of image
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## @param kubeControllerManager.image.tag overrides the image tag whose default is the latest ## @param kubeControllerManager.image.tag overrides the image tag whose default is the latest
tag: "v1.20.11" tag: "v1.21.7"
## @param kubeControllerManager.resources ## @param kubeControllerManager.resources
resources: resources:
# If you do want to specify resources, uncomment the following # If you do want to specify resources, uncomment the following