You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 2.5.x we introduced a change to not rely on composed env var.
However, sometimes folks update helm before their binaries.
Therefore we introduce the removed env var to be able to run 2.4 proxies
with helm charts for version 2.6 and 2.7
fix #12241
Signed-off-by: Charly Molter <charly.molter@konghq.com>
lahabana
changed the title
ingress can fail to start when restarting with helm chart > 2.5 but binary version < 2.4
Indicate that you should only use helm chart version equal to binary version
Dec 23, 2024
What happened?
With kumahq/kuma#8199 we removed the env var
KUMA_DATAPLANE_NAME
from the ingress/egress chart.This causes an issue when customers do:
KUMA_DATAPLANE_NAME
to be set.We should add back this env var in 2.6 and 2.7 as the feature was added in 2.5 we only need to support this for the next 2 versions.
The text was updated successfully, but these errors were encountered: