Update base pause image to rancher repo

This commit is contained in:
Guangbo Chen 2019-11-21 15:58:25 +08:00
parent 18bd921cdd
commit 8ff4c3c256
2 changed files with 3 additions and 1 deletions

View File

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

View File

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