Bump pause container to multi-arch gcr.io/google-containers/pause:3.1
Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
This commit is contained in:
parent
246ffa325d
commit
6a542c596b
@ -56,6 +56,6 @@
|
|||||||
# TODO This needs to be removed once we have consistent concurrent pull results
|
# TODO This needs to be removed once we have consistent concurrent pull results
|
||||||
- name: "Pre-pull pause container image"
|
- name: "Pre-pull pause container image"
|
||||||
shell: |
|
shell: |
|
||||||
/usr/local/bin/ctr pull gcr.io/google_containers/pause:3.0
|
/usr/local/bin/ctr pull gcr.io/google_containers/pause:3.1
|
||||||
/usr/local/bin/crictl --runtime-endpoint /run/containerd/containerd.sock \
|
/usr/local/bin/crictl --runtime-endpoint /run/containerd/containerd.sock \
|
||||||
pull gcr.io/google_containers/pause:3.0
|
pull gcr.io/google_containers/pause:3.1
|
||||||
|
@ -39,7 +39,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
timeout = 1 * time.Minute
|
timeout = 1 * time.Minute
|
||||||
pauseImage = "gcr.io/google_containers/pause:3.0" // This is the same with default sandbox image.
|
pauseImage = "gcr.io/google_containers/pause:3.1" // This is the same with default sandbox image.
|
||||||
k8sNamespace = constants.K8sContainerdNamespace
|
k8sNamespace = constants.K8sContainerdNamespace
|
||||||
containerdEndpoint = "/run/containerd/containerd.sock"
|
containerdEndpoint = "/run/containerd/containerd.sock"
|
||||||
)
|
)
|
||||||
|
@ -120,7 +120,7 @@ func DefaultConfig() PluginConfig {
|
|||||||
StreamServerAddress: "",
|
StreamServerAddress: "",
|
||||||
StreamServerPort: "10010",
|
StreamServerPort: "10010",
|
||||||
EnableSelinux: false,
|
EnableSelinux: false,
|
||||||
SandboxImage: "gcr.io/google_containers/pause:3.0",
|
SandboxImage: "gcr.io/google_containers/pause:3.1",
|
||||||
StatsCollectPeriod: 10,
|
StatsCollectPeriod: 10,
|
||||||
SystemdCgroup: false,
|
SystemdCgroup: false,
|
||||||
Registry: Registry{
|
Registry: Registry{
|
||||||
|
Loading…
Reference in New Issue
Block a user