Skip to content

Commit

Permalink
Revert "kubeadm/cilium: disable SELinux for Cilium"
Browse files Browse the repository at this point in the history
This reverts commit 853f628.
  • Loading branch information
tormath1 committed Sep 13, 2023
1 parent cf46634 commit 11ddc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kola/tests/kubeadm/kubeadm.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ func init() {
major = 3140
}

if CNI == "flannel" || CNI == "cilium" {
if CNI == "flannel" {
flags = append(flags, register.NoEnableSelinux)
}

Expand Down

0 comments on commit 11ddc42

Please sign in to comment.