-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vector aggregator chart update fails #25
Comments
Dang, immutable keys can be such a pain especially labels which seem very mutable... I'll get a patch release out this morning, and also see if ct isn't checking the upgrade path. EDIT: we are not today passing the |
@aliusmiles am I correct in my understanding that any aggregator deployed already is not upgradeable? It seems like the appropriate solution is to remove any labels that could change between upgrades and rip off the bandaid here? |
@spencergilbert I believe so, yes. I've started using aggregator chart a while back, when it's still was in beta but already published to your repo and had this issue couple of times I think: from beta to 16 then minor 16 update and now. Unfortunately I didn't have enough time then to create an issue so just went with reinstall each time (dev env anyway). Guess either I'm the only one using it or just the first one to report;) I believe chart/app version labels are not that important for volume and doing helm templating magic or move claim to separate resource from sts are not really worth an effort. |
@aliusmiles definitely the first to report I think, I had also been using it frequently but similarly did a lot of uninstall and installs vs upgrades. I'll create a PR adding the labels:
app.kubernetes.io/name: ...
app.kubernetes.io/instance: ...
app.kubernetes.io/component: aggregator |
I'm using vector-aggregator chart with helmfile and update fails with:
helmfile diff (reducted):
Reason:
{{- include "libvector.labels" $ | nindent 10 }}
in sts template which comes from vector-sharedLooks like the only solution is to remove chart version from volumeClamTempalte's labels, please check this issue
The text was updated successfully, but these errors were encountered: