diff --git a/pkg/agent/templates/templates.go b/pkg/agent/templates/templates.go index 866be18ff2..37e53d8351 100644 --- a/pkg/agent/templates/templates.go +++ b/pkg/agent/templates/templates.go @@ -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 }} diff --git a/scripts/airgap/image-list.txt b/scripts/airgap/image-list.txt index 1836658b30..e83aff33b6 100644 --- a/scripts/airgap/image-list.txt +++ b/scripts/airgap/image-list.txt @@ -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