Documentation
¶
Overview ¶
Package apply contains the logic to apply Talos configurations to cluster nodes
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// Ask for user input before applying
Confirm bool
// Only show what changes would be applied without actually applying them
DryRun bool
// Automatically bootstrap etcd
AutoBootstrap bool
// Skip nodes with pre-flight errors and continue with healthy nodes
SkipProblematicNodes bool
// Skip post-apply stabilization and health checks
SkipPostApplyChecks bool
// Allow applying to nodes that are not ready (have unmet conditions)
AllowNotReady bool
}
Options contains the options for the apply execution
Click to show internal directories.
Click to hide internal directories.