clastix / kamaji

Kamaji is the Hosted Control Plane Manager for Kubernetes.
https://kamaji.clastix.io
Apache License 2.0
992 stars 90 forks source link

Kamaji etcd is missing tolerations value #385

Closed prometherion closed 9 months ago

prometherion commented 10 months ago

When Kamaji is installed with the default DataStore (etcd) there's no way to set tolerations, resulting in a StatefulSet wich is not able to start-up.

We need to add a value for the key etcd named tolerations.

EBMBA commented 9 months ago

Hi 👋, I would like to participate on this.