We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/kind bug
What steps did you take and what happened:
When deploying hetzner csi-hcloud:0.3.1 the resulting DaemonSet pods does not have tolerations set correctly.
Should be:
tolerations: - effect: NoExecute operator: Exists - effect: NoSchedule operator: Exists - key: CriticalAddonsOnly operator: Exists
Is:
tolerations: - effect: NoExecute operator: Exists - key: CriticalAddonsOnly operator: Exists
What did you expect to happen:
Missing toleration should be available
- effect: NoSchedule operator: Exists
The text was updated successfully, but these errors were encountered:
Also csi-hcloud-controller does not obey instance.hetzner.cloud/is-root-server as the original hcloud-csi-controller does: https://github.com/hetznercloud/csi-driver/blob/f7271112c825ba94eba92b003284cb924becddab/deploy/kubernetes/hcloud-csi.yml#L118
csi-hcloud-controller
instance.hetzner.cloud/is-root-server
hcloud-csi-controller
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
/kind bug
What steps did you take and what happened:
When deploying hetzner csi-hcloud:0.3.1 the resulting DaemonSet pods does not have tolerations set correctly.
Should be:
Is:
What did you expect to happen:
Missing toleration should be available
The text was updated successfully, but these errors were encountered: