skip to Main Content

Nginx – flag provided but not defined: -tcp-services-configmap

look doc https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/ alter nginx helm deploymet as follows: Args: -nginx-plus=false -nginx-reload-timeout=60000 -enable-app-protect=false -enable-app-protect-dos=false -nginx-configmaps=$(POD_NAMESPACE)/nginx-helm-pkg-nginx-ingress -ingress-class=nginx -health-status=false -health-status-uri=/nginx-health -nginx-debug=false -v=1 -nginx-status=true -nginx-status-port=8080 -nginx-status-allow-cidrs=127.0.0.1 -report-ingress-status -external-service=nginx-helm-pkg-nginx-ingress-controller -enable-leader-election=true -leader-election-lock-name=nginx-helm-pkg-nginx-ingress-leader-election -enable-prometheus-metrics=true -prometheus-metrics-listen-port=9113 -prometheus-tls-secret= -enable-service-insight=false -service-insight-listen-port=9114 -service-insight-tls-secret= -enable-custom-resources=true -enable-snippets=false -include-year=false -disable-ipv6=false -enable-tls-passthrough=false -enable-preview-policies=false -enable-cert-manager=false…

VIEW QUESTION
Back To Top
Search