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" )
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 ¶
func NewInitializer() *initializer
NewInitializer returns a new containerd initializer component.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.