Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Installer ¶
type Installer struct {
// contains filtered or unexported fields
}
func NewInstaller ¶
func NewInstaller(cfg *config.InstallConfig, isReady *atomic.Value) *Installer
NewInstaller returns an instance of Installer with the given config
func (*Installer) Run ¶
Run starts the installation process, verifies the configuration, then sleeps. If the configuration is invalid, a full redeployal of config, binaries, and svcAcct credentials to the shared node CNI dir will be attempted.
If changes occurred but the config is still valid, only the binaries and (optionally) svcAcct credentials will be redeployed.
Click to show internal directories.
Click to hide internal directories.