mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Using gcr.io/google_containers/pause by default
This commit is contained in:
parent
f7f133784f
commit
db28ca67f6
@ -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