mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-05-02 07:19:32 -05:00
fix: use sudo for kubectl commands in setup scripts to ensure proper permissions
This commit is contained in:
@@ -65,8 +65,8 @@ sudo apt-get update
|
||||
sudo apt-get install open-iscsi nfs-common -y
|
||||
|
||||
# Disable portmapper services --> https://github.com/biersoeckli/QuickStack/issues/18
|
||||
systemctl stop rpcbind.service rpcbind.socket
|
||||
systemctl disable rpcbind.service rpcbind.socket
|
||||
sudo systemctl stop rpcbind.service rpcbind.socket
|
||||
sudo systemctl disable rpcbind.service rpcbind.socket
|
||||
|
||||
# Installation of k3s
|
||||
echo "Installing k3s with --flannel-iface=$selected_iface"
|
||||
|
||||
Reference in New Issue
Block a user