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
I can see that the Helm release history is set to 2here but we are still seeing an enormous number of Secrets being created in our Milvus namespaces which is triggering our quota alerts:
Any idea what might be going on here?
The text was updated successfully, but these errors were encountered:
Hi @haorenfsa, as you can see from the logs, we had an immutable field issue with some StatefulSets at the time which we eventually resolved by orphan-deleting them and letting the milvus-operator reapply the releases, but I would still expect it to only keep 2 sh.helm.release.v1 secrets per StatefulSet.
@bcbrockway Looks like the helm pkg overwrite the MaxHistory with the value in Upgrade.MaxHistory struct when doing upgrade
I check the helm command's code, HelmSetting.MaxHistory is only useful when using helm command. When using it as a pkg, we should directly set Upgrade.HaxHistory. Otherwise it's considered as 0 (which means unlimited)
I can see that the Helm release history is set to
2
here but we are still seeing an enormous number of Secrets being created in our Milvus namespaces which is triggering our quota alerts:Any idea what might be going on here?
The text was updated successfully, but these errors were encountered: