-
Notifications
You must be signed in to change notification settings - Fork 140
Description
Seeing something that looks a bit too verbose in NGF 2.2.0. k8s deployment through the Helm chart:
helm install ngf oci://ghcr.io/nginx/charts/nginx-gateway-fabric
--set nginx.image.repository=private-registry.nginx.com/nginx-gateway-fabric/nginx-plus
--set nginx.image.tag=2.2.0
--set nginx.plus=true
--set serviceAccount.imagePullSecret=nginx-plus-registry-secret
--set nginx.imagePullSecret=nginx-plus-registry-secret
--set nginx.usage.secretName=nplus-license
--set nginx.service.type=LoadBalancer
--set nginx.service.loadBalancerClass=service.k8s.aws/nlb
--set nginxGateway.snippetsFilters.enable=true
-n nginx-gateway
everything runs as expected. When publishing an application through it, the NGF control plane pod logging looks way too verbose:
{"level":"info","ts":"2025-10-24T15:25:16Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx-agent-tls","gateway-nginx-nginx-plus-registry-secret","gateway-nginx-nplus-license","gateway-nginx-includes-bootstrap","gateway-nginx-agent-config","gateway-nginx","gateway-nginx","gateway-nginx"]}
{"level":"info","ts":"2025-10-24T15:25:16Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx-nginx-plus-registry-secret"]}
{"level":"info","ts":"2025-10-24T15:25:16Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx-nplus-license"]}
{"level":"info","ts":"2025-10-24T15:25:16Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:16Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx-includes-bootstrap"]}
{"level":"info","ts":"2025-10-24T15:25:16Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx-agent-config"]}
{"level":"info","ts":"2025-10-24T15:25:16Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx"]}
{"level":"info","ts":"2025-10-24T15:25:16Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:16Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:16Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx"]}
{"level":"info","ts":"2025-10-24T15:25:16Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:17Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:17Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx"]}
{"level":"info","ts":"2025-10-24T15:25:17Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:17Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:17Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx"]}
{"level":"info","ts":"2025-10-24T15:25:17Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:18Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx"]}
{"level":"info","ts":"2025-10-24T15:25:18Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:18Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:18Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway
{"level":"info","ts":"2025-10-24T15:25:36Z","logger":"nginxUpdater","msg":"Updated upstream servers using NGINX Plus API"}
{"level":"info","ts":"2025-10-24T15:25:36Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:36Z","logger":"eventHandler","msg":"NGINX configuration was successfully updated"}
{"level":"info","ts":"2025-10-24T15:25:36Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx"]}
{"level":"info","ts":"2025-10-24T15:25:36Z","logger":"nginxUpdater","msg":"Sent nginx configuration to agent"}
{"level":"info","ts":"2025-10-24T15:25:37Z","logger":"provisioner","msg":"Creating/Updating nginx resources","namespace":"default","nginx resource name":"gateway-nginx","resource names":["gateway-nginx"]}
With just one application being deployed.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status