diff --git a/pkg/kubelet/kubelet.go b/pkg/kubelet/kubelet.go index 4c4af6a88c3..1036c7b1114 100644 --- a/pkg/kubelet/kubelet.go +++ b/pkg/kubelet/kubelet.go @@ -858,7 +858,7 @@ func (kl *Kubelet) killContainerByID(ID string) error { } const ( - PodInfraContainerImage = "kubernetes/pause:latest" + PodInfraContainerImage = "gcr.io/google_containers/pause:0.8.0" ) // Determined whether the specified pod is allowed to use host networking