Skip to content

Instantly share code, notes, and snippets.

@ramkicse
Created August 19, 2021 09:48
Show Gist options
  • Save ramkicse/fa26a3546c9db5af128d2e913dc37459 to your computer and use it in GitHub Desktop.
Save ramkicse/fa26a3546c9db5af128d2e913dc37459 to your computer and use it in GitHub Desktop.
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