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
When it should be redis. This is causing that every time I run the helm state the redis cluster is recreated since its detecting a change in namespaces.
For what I was able to gather, the namespace is not obtained from the helm get command
$> helm get redis | grep NAMESPACE
EMPTY
And it fallback to getting it from helm list, and in this case the 6th column is APP_VERSION not NAMESPACE as its expected from the code.
$> helm list redis
NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE
redis 1 Mon Nov 25 16:30:58 2019 DEPLOYED redis-ha-4.1.0 5.0.5 redis
I get wrong namespace detection on an install of stable/redis-ha on my kubernetes cluster.
root@salt # salt node helm.get_release redis | grep -A1 namespace namespace: 5.0.5
When it should be redis. This is causing that every time I run the helm state the redis cluster is recreated since its detecting a change in namespaces.
For what I was able to gather, the namespace is not obtained from the helm get command
And it fallback to getting it from helm list, and in this case the 6th column is APP_VERSION not NAMESPACE as its expected from the code.
$> helm list redis NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE redis 1 Mon Nov 25 16:30:58 2019 DEPLOYED redis-ha-4.1.0 5.0.5 redis
I'm using helm version:
The text was updated successfully, but these errors were encountered: