Skip to content

Commit a7568fc

Browse files
authored
Merge pull request #13 from ananto-msft/private-preview-bugbash-fixes
Sudo the kubeadm reset
2 parents 7ec8d67 + 19db18f commit a7568fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/azure-arc/deployment/kubeadm/ubuntu-single-node-vm/cleanup-controller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
DIR_PREFIX=$1
44

5-
kubeadm reset --force
5+
sudo kubeadm reset --force
66

77
# Clean up azdata-cli package.
88
#

0 commit comments

Comments
 (0)