We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26f7f7 commit 38e42c5Copy full SHA for 38e42c5
scripts/configure-instance.sh
@@ -84,8 +84,8 @@ done < <( kubeadm config images list --config /etc/kubernetes/custom-kubeadm.yam
84
# weave
85
[ -n "${WEAVE}" ] && {
86
echo "$(date): pulling weave docker images";
87
- docker pull devbeta/weave-npc:${WEAVE};
88
- docker pull devbeta/weave-kube:${WEAVE};
+ docker pull jelastic/weave-npc:${WEAVE};
+ docker pull jelastic/weave-kube:${WEAVE};
89
}
90
91
# additional
0 commit comments