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
Any changes to values of helm charts defined in ClusterProfile doesn’t reconcile/redeploy K8s controllers. Is this expected behavior?
For example, When I apply the below values to the already defined nginx helm chart with no values in ClusterProfile, the nginx deployment doesn’t get redeployed. The addon-controller log shows added to result with err cannot re-use a name that is still in use. Does this mean the releaseName should be updated with every value change? If I change the releaseName
/chartVersion reconcile happens and new nginx pods get deployed without any issue.
Seems similar to #93 but for non-templated values.
│ I0405 07:35:07.142197 1 worker.go:238] "added to result with err cannot re-use a name that is still in use" logger="deployer" worker="6" key="default:::vcenter1-lab:::Capi:::nginx-capi-vcenter1-lab:::Helm:::false"
The text was updated successfully, but these errors were encountered:
The main issue I see is that once an helm chart is installed, changing values section has no effect. Sveltos checks current installed version and the version to be installed. Given those are same it thinks that is a no-op.
I will fix this behaviour in next release (v0.28.0)
Problem Description
Any changes to values of helm charts defined in ClusterProfile doesn’t reconcile/redeploy K8s controllers. Is this expected behavior?
For example, When I apply the below values to the already defined nginx helm chart with no values in ClusterProfile, the nginx deployment doesn’t get redeployed. The addon-controller log shows
added to result with err cannot re-use a name that is still in use
. Does this mean the releaseName should be updated with every value change? If I change the releaseName/chartVersion reconcile happens and new nginx pods get deployed without any issue.
Seems similar to #93 but for non-templated values.
New Values:
ClusterProfile.yml
System Information
CLUSTERAPI VERSION:
v1.6.1
SVELTOS VERSION:
v0.26.0
KUBERNETES VERSION:
v1.29.0
Logs
The text was updated successfully, but these errors were encountered: