Documentation ¶
Overview ¶
The usersshkeyssynchronizer controller is responsible for synchronizing usersshkeys into a secret in the cluster namespace. From there, the usercluster controller synchronizes them into the usercluster and then a DaemonSet that runs on all nodes synchronizes them onto the .ssh/authorized_keys file.
Index ¶
Constants ¶
View Source
const ( ControllerName = "usersshkeys_synchronizer" UserSSHKeysClusterIDsCleanupFinalizer = "kubermatic.io/cleanup-usersshkeys-cluster-ids" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler is a controller which is responsible for managing clusters
Click to show internal directories.
Click to hide internal directories.