Kubernetes controller for managing Kamatera RKE2 clusters.
Provides the following functionality:
- Delete Kubernetes
Nodeobjects that have beenNotReadyfor longer than a configured duration and whose corresponding Kamatera server is not running.
-not-ready-duration(default:15m)- Minimum time a Node must be
NotReadybefore deletion is considered.
- Minimum time a Node must be
-allow-control-plane(default:false)- When
false, the controller refuses to delete Nodes that have a control-plane label/taint.
- When
Example manifests are provided in deploy/.
See CONTRIBUTING.md.