mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
bump pause to 3.2 in kubeadm
This commit is contained in:
parent
4a45ae3236
commit
a00a1e39ef
@ -266,7 +266,7 @@ const (
|
||||
DefaultEtcdVersion = "3.4.3-0"
|
||||
|
||||
// PauseVersion indicates the default pause image version for kubeadm
|
||||
PauseVersion = "3.1"
|
||||
PauseVersion = "3.2"
|
||||
|
||||
// Etcd defines variable used internally when referring to etcd component
|
||||
Etcd = "etcd"
|
||||
|
@ -21,9 +21,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
validTmpl = "image: {{ .ImageRepository }}/pause:3.1"
|
||||
validTmplOut = "image: k8s.gcr.io/pause:3.1"
|
||||
doNothing = "image: k8s.gcr.io/pause:3.1"
|
||||
validTmpl = "image: {{ .ImageRepository }}/pause:3.2"
|
||||
validTmplOut = "image: k8s.gcr.io/pause:3.2"
|
||||
doNothing = "image: k8s.gcr.io/pause:3.2"
|
||||
invalidTmpl1 = "{{ .baz }/d}"
|
||||
invalidTmpl2 = "{{ !foobar }}"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user