Skip to content

Commit

Permalink
feat: pre-pull flannel images (Azure#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored and Justin Hackett committed Mar 14, 2019
1 parent 31609ad commit 45c2e90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packer/install-dependencies.sh
Expand Up @@ -162,6 +162,11 @@ for KMS_PLUGIN_VERSION in ${KMS_PLUGIN_VERSIONS}; do
pullContainerImage "docker" "microsoft/k8s-azure-kms:v${KMS_PLUGIN_VERSION}"
done

FLANNEL_VERSIONS="0.8.0 0.10.0"
for FLANNEL_VERSION in ${FLANNEL_VERSIONS}; do
pullContainerImage "docker" "quay.io/coreos/flannel:v${FLANNEL_VERSION}"
done

pullContainerImage "docker" "busybox"

# TODO: fetch supported k8s versions from an aks-engine command instead of hardcoding them here
Expand Down

0 comments on commit 45c2e90

Please sign in to comment.