Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: exclude admin API comms from mesh #4942

Merged
merged 3 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,14 @@ Adding a new version? You'll need three changes:
[#4911](https://github.com/Kong/kubernetes-ingress-controller/pull/4911)
- Bump version of gateway API to `1.0.0-rc1` and support `Gateway`, `GatewayClass`
and `HTTPRoute` in API version `gateway.networking.k8s.io/v1`.
[#4893](https://github.com/Kong/kubernetes-ingress-controller/pull/4893)
[#4893](https://github.com/Kong/kubernetes-ingress-controller/pull/4893)
- Update `Gateway`s, `GatewayClass`es and `HTTPRoute`s in examples to API
version `gateway.networking.k8s.io/v1`.
[#4935](https://github.com/Kong/kubernetes-ingress-controller/pull/4935)
[#4935](https://github.com/Kong/kubernetes-ingress-controller/pull/4935)
- Controller to admin API communications are exempted from mesh proxies when
the controller resides in a separate Deployment. This allows the controller
to manage its own mTLS negotiation.
[#4942](https://github.com/Kong/kubernetes-ingress-controller/pull/4942)


### Added
Expand Down
14 changes: 14 additions & 0 deletions config/variants/multi-gw/oss/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,17 @@ resources:

components:
- ../../../image/oss

patches:
- target:
group: apps
version: v1
kind: Deployment
name: ingress-kong
patch: |-
- op: add
path: /spec/template/metadata/annotations/traffic.kuma.io~1exclude-outbound-ports
value: "8444"
- op: add
path: /spec/template/metadata/annotations/traffic.sidecar.istio.io~1excludeOutboundPorts
value: "8444"
2 changes: 2 additions & 0 deletions deploy/single/all-in-one-dbless-konnect.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions deploy/single/all-in-one-dbless.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.