-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected SELinux warning when INSTALL_K3S_SKIP_DOWNLOAD=true #8705
Milestone
Comments
GH Autoclosed this. No backports because it only affects install script. |
$ sudo INSTALL_K3S_METHOD=rpm INSTALL_K3S_SKIP_SELINUX_RPM=true INSTALL_K3S_SELINUX_WARN==true ./install-k3s.sh
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environmental Info:
K3s Version:
k3s -v
k3s version v1.28.2+k3s1 (6330a5b)
go version go1.20.8
Node(s) CPU architecture, OS, and Version:
Cluster Configuration:
Single node
Describe the bug:
When k3s is installed with INSTALL_K3S_SKIP_SELINUX_RPM=true or INSTALL_K3S_SKIP_DOWNLOAD=true or INSTALL_K3S_SKIP_DOWNLOAD=selinux, the following message(or similar) is seen on Amazon Linux 2023/Centos
Steps To Reproduce:
Expected behavior:
The SELinux config steps to be skipped. Expect no warning message
Actual behavior:
Additional context / logs:
The text was updated successfully, but these errors were encountered: