mirror of https://github.com/kubernetes/kops.git
Use multi-arch image for pause container
This commit is contained in:
parent
6a772a7a9b
commit
33c242c896
|
@ -188,7 +188,7 @@ func (b *KubeletOptionsBuilder) BuildOptions(o interface{}) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Specify our pause image
|
// Specify our pause image
|
||||||
image := "k8s.gcr.io/pause-amd64:3.2"
|
image := "k8s.gcr.io/pause:3.2"
|
||||||
if image, err = b.Context.AssetBuilder.RemapImage(image); err != nil {
|
if image, err = b.Context.AssetBuilder.RemapImage(image); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue