Update multipass-k3s-install.sh

This commit is contained in:
bilbo-b 2023-01-25 01:33:59 +01:00 committed by GitHub
parent e50bbe4f15
commit efe06f3827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# This script sets up VMs running Ubuntu by using multipass (from https://multipass.run) and installs # This script sets up VMs running Ubuntu by using multipass (from https://multipass.run) and installs
# k3s on them. Please note that it has only been tested on macOS (Ventura) and with 3 VMs # k3s on them. Please note that it has only been tested on macOS (Ventura) and with 3 VMs
# It created an environment as described in the first part of the c't course for kubernetes: # It creates an environment as described in the first part of the c't course for kubernetes:
# https://www.heise.de/select/ct/2022/22/2220016192019307305 # https://www.heise.de/select/ct/2022/22/2220016192019307305
export MP="/usr/local/bin/multipass" export MP="/usr/local/bin/multipass"
export NAMES="kube1 kube2 kube3" export NAMES="kube1 kube2 kube3"