We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d286731 commit afd2588Copy full SHA for afd2588
samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh
@@ -136,7 +136,7 @@ echo "Starting to setup pre-requisites for kubernetes..."
136
#
137
echo $(hostname -i) $(hostname) >> sudo tee -a /etc/hosts
138
139
-swapoff -a
+sudo swapoff -a
140
sudo sed -i '/swap/s/^\(.*\)$/#\1/g' /etc/fstab
141
142
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
0 commit comments