-
Notifications
You must be signed in to change notification settings - Fork 275
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
RKE 1.26 fails to start on RHEL 8.7; etcd server doesn't start #5093
Comments
What version of the container-selinux package do you have on your node? |
container-selinux-2.189.0-1.module+el8.7.0+16772+33343656.noarch |
@galal-hussein any ideas? This looks like a new container-selinux incompatibility, but not one I've seen before. |
The issue was caused because of container_file() macro which we call to support new tls types in rke2-selinux, apparently contianer-selinux 2.189 doesn't define this macro, so I reverted back to files_type instead, you should be able to test it with the testing channel for rke2 |
That seems to have resolved my issue. Thanks @galal-hussein ! |
Issue was not reproducible on the RHEL 8.7 as the ami used had the newer version of container-selinux. Validated install and upgrade on RHEL 8.7 for regression using testing channel. Both scenarios have passed.
|
I suspect this will only affect users that have locked their hosts to el8.7 or el8.8. el8.9 and newer have the new type. |
Environmental Info:
RKE2 Version: v1.26.10+rke2r2 (21e3a8c)
Node(s) CPU architecture, OS, and Version: Linux rke-test-03 4.18.0-425.3.1.el8.x86_64 #1 SMP Fri Sep 30 11:45:06 EDT 2022 x86_64 x86_64 x86_64 GNU/Linux, RHEL 8.7
Cluster Configuration: 1 server
Describe the bug:
RKE2 server fails to start. The issue seems to be with the etcd container not starting.
Steps To Reproduce:
Expected behavior:
RKE2 is ready
Actual behavior:
RKE fails to start. Etcd container never starts.
Additional context / logs:
Seems to be another issue with the rke2-selinux package
The text was updated successfully, but these errors were encountered: