-
Bug
-
Resolution: Done
-
Undefined
-
None
-
4.12.0
-
-
-
None
-
False
-
-
-
Bug Fix
-
Description of problem:
In OCP 4.12 cluster, kubelet service is running with unconfined_service_t instead of container_runtime
Version-Release number of selected component (if applicable):
$ kubelet --version Kubernetes v1.25.2+5497c42
How reproducible:
After running command "sudo ps -eZ | grep "unconfined_service_t"" on both master and worker nodes in OCP 4.12 cluster
Steps to Reproduce:
1. oc debug node/<nodename> 2. sudo ps -eZ | grep "unconfined_service_t"
Actual results:
$ sudo ps -eZ | grep "unconfined_service_t" system_u:system_r:unconfined_service_t:s0 1412919 ? 00:57:57 kubelet
Expected results:
$ sudo ps -eZ | grep "unconfined_service_t" system_u:system_r:container_runtime_t:s0 1412919 ? 00:57:57 kubelet
Additional info: