Skip to content

Commit 3233f36

Browse files
jackfrancisTerje Torkelsen
authored and
Terje Torkelsen
committed
New etcd versions and update default to v3.2.16 (Azure#2292)
* new etcd versions and set default to 3.3.1 * using 3.2.16 as default
1 parent 26064b7 commit 3233f36

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkg/acsengine/const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const (
106106
// DefaultOrchestratorName specifies the 3 character orchestrator code of the cluster template and affects resource naming.
107107
DefaultOrchestratorName = "k8s"
108108
// DefaultEtcdVersion specifies the default etcd version to install
109-
DefaultEtcdVersion = "3.2.11"
109+
DefaultEtcdVersion = "3.2.16"
110110
// DefaultEtcdDiskSize specifies the default size for Kubernetes master etcd disk volumes in GB
111111
DefaultEtcdDiskSize = "128"
112112
// DefaultReschedulerImage defines the rescheduler deployment version on Kubernetes Clusters

pkg/api/vlabs/validate.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ var (
2424
etcdValidVersions = [...]string{"2.2.5", "2.3.0", "2.3.1", "2.3.2", "2.3.3", "2.3.4", "2.3.5", "2.3.6", "2.3.7", "2.3.8",
2525
"3.0.0", "3.0.1", "3.0.2", "3.0.3", "3.0.4", "3.0.5", "3.0.6", "3.0.7", "3.0.8", "3.0.9", "3.0.10", "3.0.11", "3.0.12", "3.0.13", "3.0.14", "3.0.15", "3.0.16", "3.0.17",
2626
"3.1.0", "3.1.1", "3.1.2", "3.1.2", "3.1.3", "3.1.4", "3.1.5", "3.1.6", "3.1.7", "3.1.8", "3.1.9", "3.1.10",
27-
"3.2.0", "3.2.1", "3.2.2", "3.2.3", "3.2.4", "3.2.5", "3.2.6", "3.2.7", "3.2.8", "3.2.9", "3.2.11"}
27+
"3.2.0", "3.2.1", "3.2.2", "3.2.3", "3.2.4", "3.2.5", "3.2.6", "3.2.7", "3.2.8", "3.2.9", "3.2.11", "3.2.12",
28+
"3.2.13", "3.2.14", "3.2.15", "3.2.16", "3.3.0", "3.3.1"}
2829
)
2930

3031
const (

0 commit comments

Comments
 (0)