Skip to content

Commit 671c673

Browse files
authored
Adjust kubeadm config to use images from mcr.microsoft.com (#35)
1 parent e74171b commit 671c673

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/flavors/base/cluster-template.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@ spec:
201201
scheduler:
202202
extraArgs:
203203
bind-address: "0.0.0.0"
204+
imageRepository: "mcr.microsoft.com/oss/kubernetes"
205+
etcd:
206+
local:
207+
imageRepository: "mcr.microsoft.com/oss/etcd-io"
208+
imageTag: "v3.3.15"
204209
postKubeadmCommands:
205210
- bash -c /tmp/kubeadm-postinstall.sh
206211
files:

0 commit comments

Comments
 (0)