We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a67ebc commit 677bd72Copy full SHA for 677bd72
modules/containerd-kubelet.nix
@@ -37,11 +37,20 @@ in
37
};
38
39
cni.bin_dir = "/opt/cni/bin";
40
- sandbox_image = "registry.k8s.io/pause:3.9";
+ sandbox_image = "registry.k8s.io/pause:3.10";
41
+ };
42
+ "io.containerd.transfer.v1.local" = {
43
+ unpack_config = [{
44
+ platform = "linux/amd64";
45
+ snapshotter = "zfs";
46
+ }];
47
48
49
+
50
51
52
53
54
## TODO: environment.etc."cni/net.d/10-containerd-bridge.conf".source = copyFile "${pkgs.containerd-unwrapped.src}/contrib/cni/10-containerd-bridge.conf";
55
## TODO: environment.etc."cni/net.d/99-loopback.conf".source = copyFile "${pkgs.containerd-unwrapped.src}/contrib/cni/99-loopback.conf";
56
0 commit comments