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

FR: Allow additional Tolerations for Konnectivity agent #417

Closed log1cb0mb closed 6 months ago

log1cb0mb commented 6 months ago

Currently konnectvity agent only used fixed toleration (CriticalAddonsOnly) however there are cases where additional tolerations are required. Example use case: Cilium based cluster where taints are added to nodes dynamically based on nodes' status which can force konnecitivty agent out or not allow rescheduling konnectivity agent pods.