Commit 412a836b authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Merge pull request #6322 from dchen1107/cleanup

Using gcr.io/google_containers/pause by default
parents 67906e05 db28ca67
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment