We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 208cfaa + 4c2b073 commit 836b901Copy full SHA for 836b901
cmd/kubeadm/app/constants/constants.go
@@ -260,7 +260,7 @@ const (
260
MinExternalEtcdVersion = "3.2.18"
261
262
// DefaultEtcdVersion indicates the default etcd version that kubeadm uses
263
- DefaultEtcdVersion = "3.3.15"
+ DefaultEtcdVersion = "3.3.15-0"
264
265
// PauseVersion indicates the default pause image version for kubeadm
266
PauseVersion = "3.1"
@@ -424,8 +424,8 @@ var (
424
13: "3.2.24",
425
14: "3.3.10",
426
15: "3.3.10",
427
- 16: "3.3.15",
428
- 17: "3.3.15",
+ 16: "3.3.15-0",
+ 17: "3.3.15-0",
429
}
430
431
// KubeadmCertsClusterRoleName sets the name for the ClusterRole that allows
0 commit comments