Gitlab fails to deploy in RKE2 cluster due to SELinux
When deploying Gitlab in RKE2 using the terraform from our CI pipeline, Gitaly, sidekiq, Webservice and Gitlab shell fail to become "ready" due to permission issues. Gitaly tries to write logs to /var/log/gitaly where it has permission denied.
If you turn off SELinux on the node it is running on, it successfully deploys.
Need to look at the security context settings for Gitlab to see if we can set the user/group to resolve this. In the IB Gitaly container, a user is created using useradd and then it is used when running. It is likely user 1000, but you should shell into the container to verify.