Created
August 13, 2020 15:34
-
-
Save jsturtevant/6ffc1db253a700f28dd8e0fb706a6bad to your computer and use it in GitHub Desktop.
containerd configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = "C:\\ProgramData\\containerd\\root" | |
state = "C:\\ProgramData\\containerd\\state" | |
[grpc] | |
address = "\\\\.\\pipe\\containerd-containerd" | |
max_recv_message_size = 16777216 | |
max_send_message_size = 16777216 | |
[ttrpc] | |
address = "" | |
[debug] | |
address = "" | |
level = "debug" | |
[metrics] | |
address = "" | |
grpc_histogram = false | |
[cgroup] | |
path = "" | |
[plugins] | |
[plugins.cri] | |
stream_server_address = "127.0.0.1" | |
stream_server_port = "0" | |
enable_selinux = false | |
sandbox_image = "{{pauseImage}}-windows-{{currentversion}}-amd64" | |
stats_collect_period = 10 | |
systemd_cgroup = false | |
enable_tls_streaming = false | |
max_container_log_line_size = 16384 | |
[plugins.cri.containerd] | |
snapshotter = "windows" | |
no_pivot = false | |
[plugins.cri.containerd.default_runtime] | |
runtime_type = "io.containerd.runhcs.v1" | |
[plugins.cri.containerd.default_runtime.options] | |
Debug = true | |
DebugType = 2 | |
SandboxImage = "{{pauseImage}}-windows-{{currentversion}}-amd64" | |
SandboxPlatform = "windows/amd64" | |
SandboxIsolation = 1 | |
[plugins.cri.containerd.runtimes] | |
[plugins.cri.containerd.runtimes.runhcs-wcow-process] | |
runtime_type = "io.containerd.runhcs.v1" | |
[plugins.cri.containerd.runtimes.runhcs-wcow-process.options] | |
Debug = true | |
DebugType = 2 | |
SandboxImage = "{{pauseImage}}-windows-{{currentversion}}-amd64" | |
SandboxPlatform = "windows/amd64" | |
[plugins.cri.containerd.runtimes.runhcs-wcow-hypervisor-17763] | |
runtime_type = "io.containerd.runhcs.v1" | |
[plugins.cri.containerd.runtimes.runhcs-wcow-hypervisor-17763.options] | |
Debug = true | |
DebugType = 2 | |
SandboxImage = "{{pauseImage}}-windows-1809-amd64" | |
SandboxPlatform = "windows/amd64" | |
SandboxIsolation = 1 | |
[plugins.cri.containerd.runtimes.runhcs-wcow-hypervisor-18362] | |
runtime_type = "io.containerd.runhcs.v1" | |
[plugins.cri.containerd.runtimes.runhcs-wcow-hypervisor-18362.options] | |
Debug = true | |
DebugType = 2 | |
SandboxImage = "{{pauseImage}}-windows-1903-amd64" | |
SandboxPlatform = "windows/amd64" | |
SandboxIsolation = 1 | |
[plugins.cri.containerd.runtimes.runhcs-wcow-hypervisor-18363] | |
runtime_type = "io.containerd.runhcs.v1" | |
[plugins.cri.containerd.runtimes.runhcs-wcow-hypervisor-18363.options] | |
Debug = true | |
DebugType = 2 | |
SandboxImage = "{{pauseImage}}-windows-1909-amd64" | |
SandboxPlatform = "windows/amd64" | |
SandboxIsolation = 1 | |
[plugins.cri.containerd.runtimes.runhcs-wcow-hypervisor-19041] | |
runtime_type = "io.containerd.runhcs.v1" | |
[plugins.cri.containerd.runtimes.runhcs-wcow-hypervisor-19041.options] | |
Debug = true | |
DebugType = 2 | |
SandboxImage = "{{pauseImage}}-windows-2004-amd64" | |
SandboxPlatform = "windows/amd64" | |
SandboxIsolation = 1 | |
[plugins.cri.cni] | |
bin_dir = "{{cnibin}}" | |
conf_dir = "{{cniconf}}" | |
[plugins.cri.registry] | |
[plugins.cri.registry.mirrors] | |
[plugins.cri.registry.mirrors."docker.io"] | |
endpoint = ["https://registry-1.docker.io"] | |
[plugins.diff-service] | |
default = ["windows"] | |
[plugins.scheduler] | |
pause_threshold = 0.02 | |
deletion_threshold = 0 | |
mutation_threshold = 100 | |
schedule_delay = "0s" | |
startup_delay = "100ms" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = "C:\\ProgramData\\containerd\\root" | |
state = "C:\\ProgramData\\containerd\\state" | |
[grpc] | |
address = "\\\\.\\pipe\\containerd-containerd" | |
max_recv_message_size = 16777216 | |
max_send_message_size = 16777216 | |
[ttrpc] | |
address = "" | |
[debug] | |
address = "" | |
level = "debug" | |
[metrics] | |
address = "" | |
grpc_histogram = false | |
[cgroup] | |
path = "" | |
[plugins] | |
[plugins.cri] | |
disable_tcp_service = true | |
stream_idle_timeout = "4h0m0s" | |
stream_server_address = "127.0.0.1" | |
stream_server_port = "0" | |
enable_selinux = false | |
sandbox_image = "upstream.azurecr.io/oss/kubernetes/pause:1.3.0-windows-1809-amd64" | |
stats_collect_period = 10 | |
systemd_cgroup = false | |
enable_tls_streaming = false | |
max_container_log_line_size = 16384 | |
auto_manage_vhd_template_path = "" | |
[plugins.cri.containerd] | |
snapshotter = "windows" | |
no_pivot = false | |
[plugins.cri.containerd.default_runtime] | |
runtime_type = "io.containerd.runhcs.v1" | |
[plugins.cri.containerd.default_runtime.options] | |
Debug = true | |
DebugType = 2 | |
SandboxImage = "upstream.azurecr.io/oss/kubernetes/pause:1.3.0-windows-1809-amd64" | |
SandboxPlatform = "windows/amd64" | |
SandboxIsolation = 1 | |
[plugins.cri.containerd.runtimes] | |
[plugins.cri.containerd.runtimes.runhcs-wcow-hypervisor] | |
runtime_type = "io.containerd.runhcs.v1" | |
[plugins.cri.containerd.runtimes.runhcs-wcow-hypervisor.options] | |
Debug = true | |
DebugType = 2 | |
SandboxImage = "upstream.azurecr.io/oss/kubernetes/pause:1.3.0-windows-1809-amd64" | |
SandboxPlatform = "windows/amd64" | |
SandboxIsolation = 1 | |
[plugins.cri.cni] | |
bin_dir = "$(($CNIBinDir).Replace("\","//"))" | |
conf_dir = "$(($CNIConfDir).Replace("\","//"))" | |
max_conf_num = 1 | |
conf_template = "" | |
[plugins.cri.registry] | |
[plugins.cri.registry.mirrors] | |
[plugins.cri.registry.mirrors."docker.io"] | |
endpoint = ["https://registry-1.docker.io"] | |
[plugins.diff-service] | |
default = ["windows", "windows-lcow"] | |
[plugins.scheduler] | |
pause_threshold = 0.02 | |
deletion_threshold = 0 | |
mutation_threshold = 100 | |
schedule_delay = "0s" | |
startup_delay = "100ms" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment