containerd

package
v1.104.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// UnitName is the name of the containerd service unit.
	UnitName = v1beta1constants.OperatingSystemConfigUnitNameContainerDService
	// UnitNameMonitor is the name of the containerd monitor service unit.
	UnitNameMonitor = "containerd-monitor.service"
	// PathSocketEndpoint is the path to the containerd unix domain socket.
	PathSocketEndpoint = "unix:///run/containerd/containerd.sock"
	// CgroupPath is the cgroup path the containerd container runtime is isolated in.
	CgroupPath = "/system.slice/containerd.service"
	// ContainerRuntime designates the runtime type
	ContainerRuntime = "containerd"
)
View Source
const (
	// InitializerScriptPath is the path of the containerd initializer script.
	InitializerScriptPath = v1beta1constants.OperatingSystemConfigFilePathBinaries + "/init-containerd"
	// InitializerUnitName is the name of the containerd initializer service.
	InitializerUnitName = "containerd-initializer.service"
)

Variables

This section is empty.

Functions

func CentralLoggingConfiguration

func CentralLoggingConfiguration() (component.CentralLoggingConfig, error)

CentralLoggingConfiguration returns a fluent-bit parser and filter for the containerd logs.

func New

func New() *containerd

New returns a new containerd component.

func NewInitializer deprecated

func NewInitializer() *initializer

NewInitializer returns a new containerd initializer component.

Deprecated: The containerd initializer is deprecated and will be removed in a future version. Please don't change or add content to the init script. TODO(timuthy): Remove Initializer after Gardener v1.114 was released.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL