mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #6322 from dchen1107/cleanup
Using gcr.io/google_containers/pause by default
This commit is contained in:
commit
412a836bf7
@ -858,7 +858,7 @@ func (kl *Kubelet) killContainerByID(ID string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const (
|
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
|
// Determined whether the specified pod is allowed to use host networking
|
||||||
|
Loading…
Reference in New Issue
Block a user