feat: exclude controller to admin comms from mesh #913
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Set Kuma and Istio outbound traffic excludes
Which issue this PR fixes
Part of Kong/kubernetes-ingress-controller#4698
Special notes for your reviewer:
See Kong/kubernetes-ingress-controller#4698 (comment) re design. The ingress chart subchart usage prevents us from automating the annotation value cleanly. It's unlikely it would need to change (we do expose the admin port configuration, but I don't know a reason you'd ever change it), but setting it in ingress's values.yaml runs the risk of accidentally excluding new annotations added in the kong chart values.yaml.
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
main
branch.New or modified sections of values.yaml are documented in the README.mdingress doesn't really use it?