diff --git a/README.md b/README.md index 1b839cf..997866f 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,3 @@ Make sure the virtual machines meet the following requirements For instructions on how to set up Ubuntu Server 22.04, see the document "Installing Ubuntu 22-04" in this Git repository. For information on getting started with VirtualBox, see this video: https://www.youtube.com/watch?v=4qwUHSaIJdY -JUNE 2023 NOTE: The Calico network plugin has been changing a lot lately. I recommend using the following command to install it: - -kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.0/manifests/calico.yaml - -For more information, see the instructions at https://docs.tigera.io/calico/latest/getting-started/kubernetes/quickstart to install the Calico network plugin. diff --git a/setup-kubetools-previousversion.sh b/setup-kubetools-previousversion.sh index fd511f9..13e0001 100755 --- a/setup-kubetools-previousversion.sh +++ b/setup-kubetools-previousversion.sh @@ -22,17 +22,11 @@ then br_netfilter EOF -### update 5-3-2024 sudo apt-get update && sudo apt-get install -y apt-transport-https curl - curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - - cat <