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

feat(kuma-dp): disable application probe proxy by default on Universal #12002

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

jijiechen
Copy link
Member

Motivation

fixes #11854

Implementation information

kuma-dp decides whether to start the application probe proxy according to port settings on applicationProbeProxyServer.port, when it's configured to 0, the server won't start.

It was set to 9001 by default. So now change this default value to "not set", which will be actually 0.
On Kubernetes, we have another injector configuration item which still defaults to 9901, it will eventually be applied to the kuma-dp process in the pod. Users can use environment variable and data plane pod annotation to configure this port. So the functionality of the feature is not impacted at all.

Supporting documentation

https://kuma.io/docs/2.9.x/policies/service-health-probes/#application-probe-proxy

@jijiechen jijiechen requested a review from a team as a code owner November 11, 2024 08:34
@jijiechen jijiechen requested review from bartsmykla and Icarus9913 and removed request for a team November 11, 2024 08:34
@jijiechen jijiechen merged commit eae59d5 into kumahq:master Nov 12, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable "Application Probe Proxy" on Universal by default
2 participants