Skip to content

Commit

Permalink
k8s: update runtime_type to io.containerd.runc.v2
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jul 18, 2024
1 parent 86e3214 commit ff439fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions k8s/kind-cluster-calico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ networking:
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runu]
runtime_type = "io.containerd.runtime.v1.linux"
runtime_engine = "/usr/bin/runu"
runtime_type = "io.containerd.runc.v2"
3 changes: 1 addition & 2 deletions k8s/kind-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ apiVersion: kind.x-k8s.io/v1alpha4
containerdConfigPatches:
- |-
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runu]
runtime_type = "io.containerd.runtime.v1.linux"
runtime_engine = "/usr/bin/runu"
runtime_type = "io.containerd.runc.v2"

0 comments on commit ff439fd

Please sign in to comment.