mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Update base pause image to rancher repo
This commit is contained in:
parent
18bd921cdd
commit
8ff4c3c256
@ -29,6 +29,8 @@ const ContainerdConfigTemplate = `
|
||||
|
||||
{{- if .NodeConfig.AgentConfig.PauseImage }}
|
||||
sandbox_image = "{{ .NodeConfig.AgentConfig.PauseImage }}"
|
||||
{{else}}
|
||||
sandbox_image = "docker.io/rancher/pause:3.1"
|
||||
{{end}}
|
||||
|
||||
{{- if not .NodeConfig.NoFlannel }}
|
||||
|
@ -4,4 +4,4 @@ docker.io/rancher/klipper-helm:v0.1.5
|
||||
docker.io/rancher/klipper-lb:v0.1.2
|
||||
docker.io/rancher/local-path-provisioner:v0.0.11
|
||||
docker.io/rancher/metrics-server:v0.3.6
|
||||
k8s.gcr.io/pause:3.1
|
||||
docker.io/rancher/pause:3.1
|
||||
|
Loading…
Reference in New Issue
Block a user