From edd1152f38520736258289d79a522bc15ff77698 Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Wed, 30 Dec 2020 10:41:25 +0800 Subject: [PATCH] calico image from myhuaweicloud.com --- .../public/install-script/v1.20.x/calico-custom-resources.yaml | 2 ++ .vuepress/public/install-script/v1.20.x/calico-operator.yaml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.vuepress/public/install-script/v1.20.x/calico-custom-resources.yaml b/.vuepress/public/install-script/v1.20.x/calico-custom-resources.yaml index e91dad2..80b13eb 100644 --- a/.vuepress/public/install-script/v1.20.x/calico-custom-resources.yaml +++ b/.vuepress/public/install-script/v1.20.x/calico-custom-resources.yaml @@ -6,6 +6,8 @@ metadata: name: default spec: # Configures Calico networking. + registry: swr.cn-east-2.myhuaweicloud.com + imagePath: kuboard-dependency calicoNetwork: # Note: The ipPools section cannot be modified post-install. ipPools: diff --git a/.vuepress/public/install-script/v1.20.x/calico-operator.yaml b/.vuepress/public/install-script/v1.20.x/calico-operator.yaml index 2adc1f9..77e9744 100644 --- a/.vuepress/public/install-script/v1.20.x/calico-operator.yaml +++ b/.vuepress/public/install-script/v1.20.x/calico-operator.yaml @@ -4317,7 +4317,8 @@ spec: dnsPolicy: ClusterFirstWithHostNet containers: - name: tigera-operator - image: quay.io/tigera/operator:v1.13.2 + # image: quay.io/tigera/operator:v1.13.2 + image: swr.cn-east-2.myhuaweicloud.com/kuboard-dependency/tigera-operator:v1.13.2 imagePullPolicy: IfNotPresent command: - operator