Please use this template for troubleshooting questions.
**My issue:**I am working on replacement of ingress controller with gateway API. I made use of annotations to create a internal loadbalancer for ingress nginx in Azure AKS. But I see annotations are not supported in nginx gateway fabric. May I know how can I create a private loadbalancer
How I encountered the problem:
I have modified the nginx proxy config with annotations to create a private loadbalancer, then an error was thrown
Error from server (BadRequest): error when creating “nginxgateway-2.2.1.yaml”: NginxProxy in version “v1alpha2” cannot be handled as a NginxProxy: strict decoding error: unknown field “spec.kubernetes.service.annotations”
Solutions I’ve tried: Could not find any possible solutions as of now
Version of NGF and/or NGINX: /v2.2.1
Deployment environment: development