Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
turn off SELinux enforcement in k3s containerd
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonianb committed Jul 24, 2020
1 parent 2d97a64 commit b344a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codius-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ install_update_k3s() {
--flannel-backend=none \
--disable-network-policy \
--disable traefik \
--disable-selinux \
--kube-apiserver-arg authentication-token-webhook-config-file=/var/tmp/authentication-token-webhook-config.yaml \
--kube-apiserver-arg authentication-token-webhook-cache-ttl=0s
until kubectl get node > /dev/null 2>&1 || (( k3s_count++ >= 60 ))
Expand Down

0 comments on commit b344a31

Please sign in to comment.