GO-2022-0995: Talos worker join token can be used to get elevated access level to the Talos API in github.com/talos-systems/talos
package
Version:
v0.5.0-alpha.0
Opens a new window with list of versions in this module.
Published: Apr 8, 2020
License: MPL-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
RunInstallerContainer performs an installation via the installer container.
nolint: gocyclo
Option controls generate options specific to input generation.
WithImagePull disables pulling the installer image during an install
WithPreserve disables pulling the installer image during an install
type Options struct {
ImagePull bool
Preserve bool
}
Options describes generate parameters.
func DefaultInstallOptions() Options
DefaultInstallOptions returns default options.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.