From 8ff4c3c2562a6912975ed56e317541f6e7b17431 Mon Sep 17 00:00:00 2001 From: Guangbo Chen Date: Thu, 21 Nov 2019 15:58:25 +0800 Subject: [PATCH] Update base pause image to rancher repo --- pkg/agent/templates/templates.go | 2 ++ scripts/airgap/image-list.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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