berops / claudie

Cloud-agnostic managed Kubernetes
https://docs.claudie.io/
Apache License 2.0
600 stars 41 forks source link

feat: allow to overwrite default labels for static nodepools #1550

Closed Despire closed 1 week ago

Despire commented 1 week ago

This PR allows to overwrite default labels for static nodes. Further, if only the labels, annotations, taints were changed the config was not rescheduled, this PR also introduces a changes that fixes this.

Closes https://github.com/berops/claudie/issues/1545