etcdcertsigner

package
v0.0.0-alpha.0....-61b7fb5 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2025 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

View Source
const BundleRolloutRevisionAnnotation = "openshift.io/ceo-bundle-rollout-revision"

Variables

This section is empty.

Functions

func NewEtcdCertSignerController

func NewEtcdCertSignerController(
	livenessChecker *health.MultiAlivenessChecker,
	kubeClient kubernetes.Interface,
	operatorClient v1helpers.StaticPodOperatorClient,
	kubeInformers v1helpers.KubeInformersForNamespaces,
	masterNodeInformer cache.SharedIndexInformer,
	masterNodeLister corev1listers.NodeLister,
	masterNodeSelector labels.Selector,
	eventRecorder events.Recorder,
	metricsRegistry metrics.KubeRegistry,
	forceSkipRollout bool,
	featureGateAccessor featuregates.FeatureGateAccess,
) (factory.Controller, error)

NewEtcdCertSignerController watches master nodes and maintains secrets for each master node, placing them in a single secret (NOT a tls secret) so that the revision controller only has to watch a single secret. This isn't ideal because it's possible to have a revision that is missing the content of a secret, but the actual static pod will fail if that happens and the later revision will pick it up.

Types

type EtcdCertSignerController

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

Jump to

Keyboard shortcuts

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