Documentation ¶
Overview ¶
Package clusterstuckcontroller contains a controller that is only useful during development. The controller will watch deleted Cluster objects and issue an event if the cluster still has a working name or is paused. Forgotten worker names are the most common reason of clusters seemingly stuck in deletion.
This controller is not started by default, only when the dev environment feature flag is set in the KubermaticConfiguration.
Index ¶
Constants ¶
View Source
const (
ControllerName = "kkp-cluster-stuck-controller"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reconciler ¶
type Reconciler struct { ctrlruntimeclient.Client // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.