Commit 8ff4c3c2 authored by Guangbo Chen's avatar Guangbo Chen

Update base pause image to rancher repo

parent 18bd921c
...@@ -29,6 +29,8 @@ const ContainerdConfigTemplate = ` ...@@ -29,6 +29,8 @@ const ContainerdConfigTemplate = `
{{- if .NodeConfig.AgentConfig.PauseImage }} {{- if .NodeConfig.AgentConfig.PauseImage }}
sandbox_image = "{{ .NodeConfig.AgentConfig.PauseImage }}" sandbox_image = "{{ .NodeConfig.AgentConfig.PauseImage }}"
{{else}}
sandbox_image = "docker.io/rancher/pause:3.1"
{{end}} {{end}}
{{- if not .NodeConfig.NoFlannel }} {{- if not .NodeConfig.NoFlannel }}
......
...@@ -4,4 +4,4 @@ docker.io/rancher/klipper-helm:v0.1.5 ...@@ -4,4 +4,4 @@ docker.io/rancher/klipper-helm:v0.1.5
docker.io/rancher/klipper-lb:v0.1.2 docker.io/rancher/klipper-lb:v0.1.2
docker.io/rancher/local-path-provisioner:v0.0.11 docker.io/rancher/local-path-provisioner:v0.0.11
docker.io/rancher/metrics-server:v0.3.6 docker.io/rancher/metrics-server:v0.3.6
k8s.gcr.io/pause:3.1 docker.io/rancher/pause:3.1
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