Skip to content

Commit

Permalink
Revert "k8s: update runtime_type to io.containerd.runc.v2"
Browse files Browse the repository at this point in the history
This reverts commit 86bbb6f.
  • Loading branch information
thehajime committed Jul 22, 2024
1 parent 0c2dc76 commit 207b4b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion k8s/kind-cluster-calico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ networking:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runu]
runtime_type = "io.containerd.runc.v2"
runtime_type = "io.containerd.runtime.v1.linux"
runtime_engine = "/usr/bin/runu"
3 changes: 2 additions & 1 deletion k8s/kind-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ apiVersion: kind.x-k8s.io/v1alpha4
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runu]
runtime_type = "io.containerd.runc.v2"
runtime_type = "io.containerd.runtime.v1.linux"
runtime_engine = "/usr/bin/runu"

0 comments on commit 207b4b3

Please # to comment.