kumahq / kuma-website

🐻 The official website for Kuma, the control plane for modern service connectivity.
https://kuma.io
Apache License 2.0
104 stars 87 forks source link

Nonexistent helm value for kuma-cp #1795

Open Icarus9913 opened 1 month ago

Icarus9913 commented 1 month ago

What happened?

There's a helm value not exists in our Helm value.yaml, refer from MeshMetric-Configuration dataplaneRuntime.dynamicConfiguration.refreshInterval

The ENV variable KUMA_DATAPLANE_RUNTIME_DYNAMIC_CONFIGURATION_REFRESH_INTERVAL exists, but the helm value dataplaneRuntime.dynamicConfiguration.refreshInterval doesn't exist.

Maybe we could just keep the ENV variable.

jakubdyszkiewicz commented 1 month ago

HELM value does not exist. We need to post instruction how to configure kuma-dp with this env var.

lahabana commented 1 month ago

Also this tip is way too visible for something that almost no-one will want to configure. It should likely be a section at the very bottom of the docs https://kuma.io/docs/2.7.x/production/dp-config/dpp-on-kubernetes/ instead.