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 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.
Click to show internal directories.
Click to hide internal directories.