mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +00:00
use pause image with fat-manifest
Signed-off-by: Bin Lu <bin.lu@arm.com>
This commit is contained in:
parent
f2db955b9d
commit
773ab3ff70
@ -21,9 +21,9 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
validTmpl = "image: {{ .ImageRepository }}/pause-{{ .Arch }}:3.1"
|
validTmpl = "image: {{ .ImageRepository }}/pause:3.1"
|
||||||
validTmplOut = "image: k8s.gcr.io/pause-amd64:3.1"
|
validTmplOut = "image: k8s.gcr.io/pause:3.1"
|
||||||
doNothing = "image: k8s.gcr.io/pause-amd64:3.1"
|
doNothing = "image: k8s.gcr.io/pause:3.1"
|
||||||
invalidTmpl1 = "{{ .baz }/d}"
|
invalidTmpl1 = "{{ .baz }/d}"
|
||||||
invalidTmpl2 = "{{ !foobar }}"
|
invalidTmpl2 = "{{ !foobar }}"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user