Annotations

This page outlines the annotations that can be configured during cluster bootstrap. To do this, set the cluster-config/annotations parameter in the bootstrap configuration.

Name

Description

Values

k8sd/v1alpha/lifecycle/skip-cleanup-kubernetes-node-on-remove

If set, only microcluster and file cleanup are performed. This is helpful when an external controller (e.g., CAPI) manages the Kubernetes node lifecycle. By default, k8sd will remove the Kubernetes node when it is removed from the cluster.

“true”|”false”

k8sd/v1alpha/lifecycle/skip-stop-services-on-remove

If set, the k8s services will not be stopped on the leaving node when removing the node. This is helpful when an external controller (e.g., CAPI) manages the Kubernetes node lifecycle. By default, all services are stopped on leaving nodes.

“true”|”false”