Using gcr.io/google_containers/pause by default

This commit is contained in:
Dawn Chen 2015-04-01 14:59:44 -07:00
parent f7f133784f
commit db28ca67f6

View File

@ -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