-
Notifications
You must be signed in to change notification settings - Fork 609
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
[BUG] Longhorn Helm Chart doesn't have tolerations for CSI plugin and Engine image daemonsets #6606
Comments
Thanks for reporting this. I closed the original, so we can keep this. This part should not have a recent change. cc @ChanYiLin follow up. |
I ran into this issue today ... is this still on the roadmap? |
I ran into this today as well with a fresh Helm install; I'm setting defaultSettings:
createDefaultDiskLabeledNodes: true
defaultReplicaCount: 2
taintToleration: Storage=true:NoSchedule
removeSnapshotsDuringFilesystemTrim: enabled I can see it clear as day in my create-default-disk-labeled-nodes: true
default-replica-count: 2
taint-toleration: Storage=true:NoSchedule
priority-class: longhorn-critical
disable-revision-counter: true
remove-snapshots-during-filesystem-trim: enabled Happy to help troubleshoot, I'm on
|
Ah-hah: it was my Helm value for defaultSettings:
createDefaultDiskLabeledNodes: true
defaultReplicaCount: '2'
taintToleration: Storage=true:NoSchedule
removeSnapshotsDuringFilesystemTrim: true # Note this line! …my
So to those having this issue if you're installing from Helm: check the values you have set for all of your To the Longhorn maintainers: since these |
@mantissahz will it be fixed? |
I can only see the issue when doing helm upgrade. |
Describe the bug (🐛 if you encounter this issue)
After upgrading Longhorn from the Helm chart, the engine image and CSI plugin do not have tolerations, resulting in those components not being applied to storage nodes.
To Reproduce
Expected behavior
When upgrading Longhorn from the Helm chart, the engine images and CSI plugin daemonsets should be automatically deployed on storage nodes.
Support bundle for troubleshooting
Environment
Additional context
It is important to note that some PVCs may come from an older version of Longhorn. In such cases, the engine images for those PVCs will not be updated until the daemonsets are manually edited. Ensure that the engine image automatic update option is enabled.
Also the reason i've created another bug issue, you've ignored this issue > #6103
The text was updated successfully, but these errors were encountered: