Documentation
¶
Index ¶
- Constants
- func Install(ctx context.Context, artifactsTracker *tracker.Tracker, source Source, ...) error
- func NewContainerdDaemon(daemonManager daemon.DaemonManager, cfg *api.NodeConfig, awsConfig *aws.Config, ...) daemon.Daemon
- func Uninstall(ctx context.Context, source Source) error
- func Upgrade(ctx context.Context, source Source) error
- func ValidateContainerdSource(source tracker.ContainerdSourceName) error
- func ValidateSystemdUnitFile() error
- type Source
Constants ¶
View Source
const ContainerRuntimeEndpoint = "unix:///run/containerd/containerd.sock"
View Source
const (
ContainerdDaemonName = "containerd"
)
View Source
const (
// pin containerd to major version 1.x
ContainerdVersion = "1.*"
)
Variables ¶
This section is empty.
Functions ¶
func NewContainerdDaemon ¶
func NewContainerdDaemon(daemonManager daemon.DaemonManager, cfg *api.NodeConfig, awsConfig *aws.Config, logger *zap.Logger) daemon.Daemon
func ValidateContainerdSource ¶
func ValidateContainerdSource(source tracker.ContainerdSourceName) error
func ValidateSystemdUnitFile ¶
func ValidateSystemdUnitFile() error
Types ¶
Click to show internal directories.
Click to hide internal directories.