Documentation
¶
Index ¶
- Constants
- func GetContainerdMajorVersion() (int, error)
- func GetContainerdVersion() (string, error)
- func GetContainerdVersionRaw() ([]byte, error)
- 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, kubernetesVersion string, ...) 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"
)
Variables ¶
This section is empty.
Functions ¶
func GetContainerdMajorVersion ¶ added in v1.0.14
func GetContainerdVersion ¶ added in v1.0.14
func GetContainerdVersionRaw ¶ added in v1.0.14
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.