Use pause image from new source.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2018-03-26 07:11:41 +00:00
parent 356a41c424
commit f0655ecfe0
5 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ import (
const (
timeout = 1 * time.Minute
pauseImage = "gcr.io/google_containers/pause:3.1" // This is the same with default sandbox image.
pauseImage = "k8s.gcr.io/pause:3.1" // This is the same with default sandbox image.
k8sNamespace = constants.K8sContainerdNamespace
containerdEndpoint = "/run/containerd/containerd.sock"
)