We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b80c43 commit 1c9671fCopy full SHA for 1c9671f
1 file changed
samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/setup-controller.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+ #!/bin/bash
2
3
# Get controller username and password as input. It is used as default for the controller.
4
#
@@ -179,8 +179,6 @@ echo "Starting to setup pre-requisites for kubernetes..."
179
180
# Setup the kubernetes preprequisites.
181
182
-echo $(hostname -i) $(hostname) >> sudo tee -a /etc/hosts
183
-
184
sudo swapoff -a
185
sudo sed -i '/swap/s/^\(.*\)$/#\1/g' /etc/fstab
186
0 commit comments