Skip to content

Commit

Permalink
sample containerd: containerd_runtimes is removed (kubernetes-sigs#8301)
Browse files Browse the repository at this point in the history
(kubernetes-sigs#8213) split containerd_runtimes to containerd_runc_runtime and
containerd_additional_runtimes
  • Loading branch information
zxdvd authored and nmasse-itix committed Dec 20, 2021
1 parent 09995ea commit 2b97661
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions inventory/sample/group_vars/all/containerd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
# containerd_default_runtime: "runc"
# containerd_snapshotter: "native"

# containerd_runtimes:
# - name: runc
# type: "io.containerd.runc.v2"
# engine: ""
# root: ""
# containerd_runc_runtime:
# name: runc
# type: "io.containerd.runc.v2"
# engine: ""
# root: ""

# containerd_additional_runtimes:
# Example for Kata Containers as additional runtime:
# - name: kata
# type: "io.containerd.kata.v2"
Expand Down

0 comments on commit 2b97661

Please sign in to comment.