You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] CRIO restart fails the kube-rbac-proxy with the following error - /usr/bin/kube-rbac-proxy: error while loading shared libraries: libresolv.so.2: cannot open shared object file: Permission denied
#4702
Open
aayushagr22 opened this issue
Mar 19, 2025
· 4 comments
We've setup Microshift 4.18 on a CIS Hardened RHEL machine using a local podman registry. When we disable nftables to allow firewall the local registry goes down and to bring it back following commands were run:
We've setup Microshift 4.18 on a CIS Hardened RHEL machine using a local podman registry. When we disable nftables to allow firewall the local registry goes down and to bring it back following commands were run:
sudo systemctl restart crio
podman stop local-registry
podman start local-registry
Post this all pods are up expect the kube-rbac-proxy container in the dns-default pod. Seems like a cleanup issue from crio.
What did you expect to happen?
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
Environment
microshift version
):cat /etc/os-release
):uname -a
):Relevant logs
The text was updated successfully, but these errors were encountered: