Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AppName is the value to the "app" label for the ceph-crash pods AppName = "rook-ceph-crashcollector" // NodeNameLabel is a node name label NodeNameLabel = "node_name" )
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add adds a new Controller based on nodedrain.ReconcileNode and registers the relevant watches and handlers
func CreateCrashCollectorSecret ¶
func CreateCrashCollectorSecret(context *clusterd.Context, clusterName string, ownerRef *metav1.OwnerReference) error
CreateCrashCollectorSecret creates the Kubernetes Crash Collector Secret
Types ¶
type ReconcileNode ¶
type ReconcileNode struct {
// contains filtered or unexported fields
}
ReconcileNode reconciles ReplicaSets
func (*ReconcileNode) Reconcile ¶
Reconcile reconciles a node and ensures that it has a crashcollector deployment attached to it. The Controller will requeue the Request to be processed again if an error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.