Documentation ¶
Overview ¶
Package kubeadm handles joining of new nodes by creating Kubernetes Join Tokens.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kubeadm ¶
type Kubeadm struct {
// contains filtered or unexported fields
}
Kubeadm manages joining of new nodes.
func (*Kubeadm) GetControlPlaneCertificatesAndKeys ¶
GetControlPlaneCertificatesAndKeys loads the Kubernetes CA certificates and keys.
func (*Kubeadm) GetJoinToken ¶
GetJoinToken creates a new bootstrap (join) token, which a node can use to join the cluster.
Click to show internal directories.
Click to hide internal directories.