AlinsRan commented on PR #2812: URL: https://github.com/apache/apisix-ingress-controller/pull/2812#issuecomment-5067146353
Correct. Service `443` -> `targetPort 9443`, pod `containerPort 9443`. NetworkPolicy matches the post-DNAT pod port (9443), so the old `443` rule dropped real AdmissionReview traffic; with `failurePolicy: Ignore` that fails open silently. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
