Created
February 2, 2019 14:08
-
-
Save lwolf/9f99a004e5b7a4c03f39c612d43b4f27 to your computer and use it in GitHub Desktop.
set facts (https://blog.lwolf.org/post/how-to-deploy-multi-arch-kubernetes-cluster-using-kubespray/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# roles/kubernetes/preinstall/tasks/0040-set_facts.yml | |
- set_fact: | |
architecture_groups: | |
x86_64: amd64 | |
aarch64: arm64 | |
armv7l: arm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment