Documentation ¶ Overview ¶ Package upgrade contains the logic to upgrade Talos OS on cluster nodes Index ¶ func Execute(ctx context.Context, t topf.Topf, opts Options) error type Options 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 performs the Talos OS upgrades for all nodes in the cluster Types ¶ type Options ¶ type Options struct { Confirm bool // Only show what upgrades would be performed without actually upgrading DryRun bool // Talos upgrade options Force bool } Options contains the options for the upgrade execution Source Files ¶ View all Source files upgrade.go Click to show internal directories. Click to hide internal directories.