apply

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2026 License: MIT Imports: 12 Imported by: 0

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

func Execute

func Execute(ctx context.Context, t topf.Topf, opts Options) error

Execute applies the Talos configurations to all nodes in the cluster

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

Jump to

Keyboard shortcuts

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