nodedaemon

package
v1.11.0-alpha.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2023 License: Apache-2.0 Imports: 44 Imported by: 3

Documentation

Index

Constants

View Source
const (
	DefaultMetricsPort uint16 = 9926
)
View Source
const (
	MinVersionForCronV1 = "1.21.0"
)
View Source
const (

	// NodeNameLabel is a node name label
	NodeNameLabel = "node_name"
)

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager, context *clusterd.Context, opManagerContext context.Context, opConfig opcontroller.OperatorConfig) error

Add adds a new Controller based on nodedrain.ReconcileNode and registers the relevant watches and handlers

func CreateCrashCollectorSecret

func CreateCrashCollectorSecret(context *clusterd.Context, clusterInfo *client.ClusterInfo) error

CreateCrashCollectorSecret creates the Kubernetes Crash Collector Secret

func EnableCephExporterServiceMonitor

func EnableCephExporterServiceMonitor(cephCluster cephv1.CephCluster, scheme *runtime.Scheme, opManagerContext context.Context) error

EnableCephExporterServiceMonitor add a servicemonitor that allows prometheus to scrape from the monitoring endpoint of the exporter

func MakeCephExporterMetricsService

func MakeCephExporterMetricsService(cephCluster cephv1.CephCluster, servicePortMetricName string, scheme *runtime.Scheme) (*v1.Service, error)

MakeCephExporterMetricsService generates the Kubernetes service object for the exporter monitoring service

Types

type ReconcileNode

type ReconcileNode struct {
	// contains filtered or unexported fields
}

ReconcileNode reconciles ReplicaSets

func (*ReconcileNode) Reconcile

func (r *ReconcileNode) Reconcile(context context.Context, request reconcile.Request) (reconcile.Result, error)

Reconcile reconciles a node and ensures that it has necessary node-monitoring daemons. 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL