-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d8088a
commit 21d670a
Showing
14 changed files
with
94 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
31 changes: 31 additions & 0 deletions
31
nodeadm/test/e2e/cases/containerd-config/expected-containerd-config-pre-1.32.toml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
root = '/var/lib/containerd' | ||
state = '/run/containerd' | ||
version = 2 | ||
|
||
[grpc] | ||
address = '/run/foo/foo.sock' | ||
|
||
[plugins] | ||
[plugins.'io.containerd.grpc.v1.cri'] | ||
enable_cdi = false | ||
sandbox_image = 'localhost/kubernetes/pause' | ||
|
||
[plugins.'io.containerd.grpc.v1.cri'.cni] | ||
bin_dir = '/opt/cni/bin' | ||
conf_dir = '/etc/cni/net.d' | ||
|
||
[plugins.'io.containerd.grpc.v1.cri'.containerd] | ||
default_runtime_name = 'runc' | ||
discard_unpacked_layers = false | ||
|
||
[plugins.'io.containerd.grpc.v1.cri'.containerd.runtimes] | ||
[plugins.'io.containerd.grpc.v1.cri'.containerd.runtimes.runc] | ||
base_runtime_spec = '/etc/containerd/base-runtime-spec.json' | ||
runtime_type = 'io.containerd.runc.v2' | ||
|
||
[plugins.'io.containerd.grpc.v1.cri'.containerd.runtimes.runc.options] | ||
BinaryName = '/usr/sbin/runc' | ||
SystemdCgroup = true | ||
|
||
[plugins.'io.containerd.grpc.v1.cri'.registry] | ||
config_path = '/etc/containerd/certs.d:/etc/docker/certs.d' |
This file contains 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
This file contains 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
This file contains 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
This file contains 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