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:
parent
7dcb197f9e
commit
ec820beac9
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue