Documentation
¶
Index ¶
- func ApproveKubeletCSRs() error
- func CreateAssets(manifestDir string, timeout time.Duration) error
- func NewBootkube(config Config) (*bootkube, error)
- func NewStatusController(pods []string) (*statusController, error)
- func UserOutput(format string, a ...interface{})
- func WaitUntilPodsRunning(pods []string, timeout time.Duration, selfHostedEtcd bool) error
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApproveKubeletCSRs ¶ added in v0.3.8
func ApproveKubeletCSRs() error
ApproveKubeletCSRs indefinitely approves any CSRs submitted by Kubelet instances, that are in the process of bootstrapping their TLS assets, without making any kind of validation.
func NewBootkube ¶
func NewStatusController ¶
func UserOutput ¶ added in v0.1.5
func UserOutput(format string, a ...interface{})
All bootkube printing to stdout should go through this fmt.Printf wrapper. The stdout of bootkube should convey information useful to a human sitting at a terminal watching their cluster bootstrap itself. Otherwise the message should go to stderr.
Types ¶
Click to show internal directories.
Click to hide internal directories.