mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Update etcd version from 3.1.10 to 3.2.14 when upgrading a K8s cluster to use IP aliases.
This commit is contained in:
parent
4bd22b5467
commit
5c12a4d869
@ -161,8 +161,8 @@ 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.1.10
|
||||
export ETCD_VERSION=3.1.10
|
||||
export ETCD_IMAGE=3.2.14
|
||||
export ETCD_VERSION=3.2.14
|
||||
|
||||
# Upgrade master with updated kube envs
|
||||
${KUBE_ROOT}/cluster/gce/upgrade.sh -M -l
|
||||
|
Loading…
Reference in New Issue
Block a user