Created
August 19, 2021 09:48
-
-
Save ramkicse/fa26a3546c9db5af128d2e913dc37459 to your computer and use it in GitHub Desktop.
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
multipass launch -c 15 -m 20G -d 100G -n master --cloud-init cloud-init.yaml | |
multipass launch -c 15 -m 20G -d 100G -n worker1 --cloud-init cloud-init.yaml | |
multipass launch -c 15 -m 20G -d 100G -n worker2 --cloud-init cloud-init.yaml | |
multipass launch -c 15 -m 20G -d 100G -n worker3 --cloud-init cloud-init.yaml | |
multipass launch -c 15 -m 20G -d 100G -n worker4 --cloud-init cloud-init.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment