From 1dfe8230b70310d84318a6bfad821ca063d57f7b Mon Sep 17 00:00:00 2001 From: Nick Wood Date: Sun, 10 May 2020 01:59:44 -0700 Subject: [PATCH] Adjust kubeadm config to use images from mcr.microsoft.com --- templates/flavors/base/cluster-template.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/flavors/base/cluster-template.yaml b/templates/flavors/base/cluster-template.yaml index 6fb9d73b..45afeada 100644 --- a/templates/flavors/base/cluster-template.yaml +++ b/templates/flavors/base/cluster-template.yaml @@ -201,6 +201,11 @@ spec: scheduler: extraArgs: bind-address: "0.0.0.0" + imageRepository: "mcr.microsoft.com/oss/kubernetes" + etcd: + local: + imageRepository: "mcr.microsoft.com/oss/etcd-io" + imageTag: "v3.3.15" postKubeadmCommands: - bash -c /tmp/kubeadm-postinstall.sh files: