We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e883b9 commit 22498abCopy full SHA for 22498ab
1 file changed
_scripts/install.sh
@@ -115,7 +115,7 @@ function configure_mirrors {
115
function install_k3s_server {
116
configure_os
117
configure_mirrors
118
- INSTALL_K3S_EXEC="server ${INSTALL_K3S_EXEC} --flannel-backend=none --disable=traefik --disable=servicelb --disable-kube-proxy --disable=local-storage --cluster-cidr=10.233.0.0/16"
+ INSTALL_K3S_EXEC="server ${INSTALL_K3S_EXEC} --flannel-backend=none --disable-network-policy --disable=traefik --disable=servicelb --disable-kube-proxy --disable=local-storage --cluster-cidr=10.233.0.0/16"
119
if [[ -n "${K3S_DATA_DIR}" ]] ; then
120
INSTALL_K3S_EXEC="$INSTALL_K3S_EXEC --data-dir=${K3S_DATA_DIR}/rancher/k3s"
121
fi
0 commit comments