bootstrapper

package
v0.0.0-...-da06211 Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bootstrapper

type Bootstrapper interface {
	BootstrapKubernetes(context.Context) (*config.EtcdCredentials, error)
}

Bootstrapper is the interface for the bootstrapper. It is used to bootstrap a kubernetes cluster. It covers Kubeadm init on the control plane, as well as joining the worker nodes.

func NewKubernetes

func NewKubernetes(log *zap.Logger, nodes *config.NodeInformation, k8sConfig []byte) (Bootstrapper, error)

NewKubernetes creates a new Kubernetes bootstrapper.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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