gcp/kubeadm: upgrade etcd to 3.4.13-3

Signed-off-by: pacoxu <paco.xu@daocloud.io>
This commit is contained in:
pacoxu 2021-04-15 11:19:41 +08:00
parent fcf9300cc8
commit 9847579699
3 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
{
"name": "etcd-container",
{{security_context}}
"image": "{{ pillar.get('etcd_docker_repository', 'k8s.gcr.io/etcd') }}:{{ pillar.get('etcd_docker_tag', '3.4.13-0') }}",
"image": "{{ pillar.get('etcd_docker_repository', 'k8s.gcr.io/etcd') }}:{{ pillar.get('etcd_docker_tag', '3.4.13-3') }}",
"resources": {
"requests": {
"cpu": {{ cpulimit }}

View File

@ -170,7 +170,7 @@ export KUBE_GCE_ENABLE_IP_ALIASES=true
export SECONDARY_RANGE_NAME="pods-default"
export STORAGE_BACKEND="etcd3"
export STORAGE_MEDIA_TYPE="application/vnd.kubernetes.protobuf"
export ETCD_IMAGE=3.4.13-0
export ETCD_IMAGE=3.4.13-3
export ETCD_VERSION=3.4.13
# Upgrade master with updated kube envs

View File

@ -290,7 +290,7 @@ const (
MinExternalEtcdVersion = "3.2.18"
// DefaultEtcdVersion indicates the default etcd version that kubeadm uses
DefaultEtcdVersion = "3.4.13-0"
DefaultEtcdVersion = "3.4.13-3"
// Etcd defines variable used internally when referring to etcd component
Etcd = "etcd"
@ -459,8 +459,8 @@ var (
19: "3.4.13-0",
20: "3.4.13-0",
21: "3.4.13-0",
22: "3.4.13-0",
23: "3.4.13-0",
22: "3.4.13-3",
23: "3.4.13-3",
}
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows