phases

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewConfigureClusterPhase

func NewConfigureClusterPhase() workflow.Phase

func NewDaemonizePhase

func NewDaemonizePhase() workflow.Phase

func NewKubeletStartPhase

func NewKubeletStartPhase() workflow.Phase

NewKubeletStartPhase creates a kubeadm workflow phase that start kubelet on a node.

func NewMDnsPublishPhase

func NewMDnsPublishPhase() workflow.Phase

func NewPrepareHostPhase

func NewPrepareHostPhase() workflow.Phase

func NewWorkloadsPhase

func NewWorkloadsPhase() workflow.Phase

func WaitForKubelet

func WaitForKubelet(cmd *exec.Cmd, conn *mdns.Conn, cancel context.CancelFunc) error

Types

type IkniteInitData

type IkniteInitData interface {
	phases.InitData

	IkniteCluster() *v1alpha1.IkniteCluster
	SetKubeletCmd(cmd *exec.Cmd)
	KubeletCmd() *exec.Cmd
	SetMDnsConn(conn *mdns.Conn)
	MDnsConn() *mdns.Conn
	ContextWithCancel() (context.Context, context.CancelFunc)
}

Jump to

Keyboard shortcuts

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