From efe06f3827e6a8248ea621b6ef809d990f792bd1 Mon Sep 17 00:00:00 2001 From: bilbo-b <38690792+bilbo-b@users.noreply.github.com> Date: Wed, 25 Jan 2023 01:33:59 +0100 Subject: [PATCH] Update multipass-k3s-install.sh --- multipass-k3s-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multipass-k3s-install.sh b/multipass-k3s-install.sh index 927435d..cf8313c 100644 --- a/multipass-k3s-install.sh +++ b/multipass-k3s-install.sh @@ -1,6 +1,6 @@ # 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 -# 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 export MP="/usr/local/bin/multipass" export NAMES="kube1 kube2 kube3"