Closed jkroepke closed 1 year ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten /remove-lifecycle stale
/remove-lifecycle rotten
/lifecycle frozen
/close
@barbacbd: Closing this issue.
Description
Currently the selinux option in crio is hardcoded
https://github.com/openshift/openshift-ansible/blob/ff568eadd5b6d993b89f0ccde1cca9ff3140f86b/roles/container_runtime/templates/crio.conf.j2#L89
It should be configurable like in the docker configuration
https://github.com/openshift/openshift-ansible/blob/6d7f8662d3fe8be6731986e85f3659fb34c8819e/roles/container_runtime/templates/daemon.json#L17
OR
https://github.com/openshift/openshift-ansible/blob/e25f1a50d23ff8548ccf73313c0495a0f4260ce1/roles/container_runtime/tasks/package_docker.yml#L113