mirror of
https://github.com/lingble/talos.git
synced 2025-12-16 20:47:09 +00:00
refactor: set CRI config to /etc/cri/containerd.toml
This changes the CRI specific containerd instance's config to a different path. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
@@ -194,6 +194,9 @@ const (
|
||||
// SystemContainerdAddress is the path to the system containerd socket.
|
||||
SystemContainerdAddress = SystemRunPath + "/containerd/containerd.sock"
|
||||
|
||||
// CRIContainerdConfig is the path to the config for the containerd instance that provides the CRI.
|
||||
CRIContainerdConfig = "/etc/cri/containerd.toml"
|
||||
|
||||
// TalosConfigEnvVar is the environment variable for setting the Talos configuration file path.
|
||||
TalosConfigEnvVar = "TALOSCONFIG"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user