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
In an RKE2 cluster, requests to applications suddenly stop being processed by the rke2-ingress-nginx-controller.
Restarting the rke2-ingress-nginx-controller pod temporarily resolves the issue, but it reoccurs after some time. I suspect the issue is related to Cilium. However, I cannot capture any meaningful error logs.
Steps to Reproduce
Deploy an RKE2 cluster with the following configurations:
Cilium is enabled with kubeProxyReplacement: true.
disable-kube-proxy: true in the RKE2 configuration.
Send requests to applications through the ingress (e.g., HTTP service).
After some time, requests stop being processed.
Restarting the rke2-ingress-nginx-controller pod temporarily resolves the issue.
Description of the Issue
In an RKE2 cluster, requests to applications suddenly stop being processed by the
rke2-ingress-nginx-controller
.Restarting the
rke2-ingress-nginx-controller
pod temporarily resolves the issue, but it reoccurs after some time. I suspect the issue is related to Cilium. However, I cannot capture any meaningful error logs.Steps to Reproduce
kubeProxyReplacement: true
.disable-kube-proxy: true
in the RKE2 configuration.rke2-ingress-nginx-controller
pod temporarily resolves the issue.Environment Information
v1.30.6 +rke2r1
I would appreciate your assistance in diagnosing and resolving this issue. Thank you!
The text was updated successfully, but these errors were encountered: