Error setting up initial control plane configuration. Get https://k8s-svc-ip:443/apis/gateway.nginx.org/v1alpha1 is timing out #1945
Closed
sja-commit
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am installing nginx gateway fabric on aks cluster with k8s version 1.28.3 and I am getting error "setting up initial control plane configuration. Get https://k8s-svc-ip:443/apis/gateway.nginx.org/v1alpha1 is timeout" Only change I did in the deployment code is I added "allowPrivilegeEscalation: false" on Control plane container which uses the image ghcr.io/nginxinc/nginx-gateway-fabric:1.2.0. Does control plane image needs privilege escalation? If so why?
Beta Was this translation helpful? Give feedback.
All reactions