Skip to content

Commit

Permalink
shim: use v2 shim for kind/containerd
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <[email protected]>
  • Loading branch information
thehajime committed Jul 25, 2024
1 parent 979fb88 commit 12e6562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/kind-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apiVersion: kind.x-k8s.io/v1alpha4
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runu]
runtime_type = "io.containerd.runtime.v1.linux"
runtime_type = "io.containerd.runu.v2"
runtime_engine = "/usr/bin/runu"

0 comments on commit 12e6562

Please sign in to comment.