-
I'm running Gateway API v1.1.0 & Nginx Gateway Fabric v1.3.0. I'm following this example- https://docs.nginx.com/nginx-gateway-fabric/how-to/traffic-management/client-settings/ to test it out. Gateway.yaml
My clientsettingspolicy.yaml
I don't see any status /Accepted for the clientsettingspolicies.gateway.nginx.org.
how can I start troubleshooting this issue ? Appreciate any help on this .. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@Coder63 I see you have |
Beta Was this translation helpful? Give feedback.
-
@sjberman : Thanks !! Few more questions , please
|
Beta Was this translation helpful? Give feedback.
@Coder63 I see you have
gatewayClassName: gke-l7-rilb
specified in your Gateway resource. This should be pointing at the GatewayClass that you deployed for NGINX Gateway Fabric, which is namednginx
by default (it gets deployed as part of the default installation for NGF).