Skip to content

Commit

Permalink
Remove containerd_runtimes var in k8s-cluster.yml (kubernetes-sigs#7476)
Browse files Browse the repository at this point in the history
Also set in all/containerd.yml
  • Loading branch information
sathieu authored and LuckySB committed Jun 11, 2021
1 parent 52d5e2f commit 0996402
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,18 +197,6 @@ container_manager: docker
# Additional container runtimes
kata_containers_enabled: false

## Settings for containerd runtimes (only used when container_manager is set to containerd)
# containerd_runtimes:
# - name: runc
# type: "io.containerd.runc.v2"
# engine: ""
# root: ""
# Example for Kata Containers as additional runtime:
# - name: kata
# type: io.containerd.kata.v2
# engine: ""
# root: ""

kubeadm_certificate_key: "{{ lookup('password', credentials_dir + '/kubeadm_certificate_key.creds length=64 chars=hexdigits') | lower }}"

# K8s image pull policy (imagePullPolicy)
Expand Down

0 comments on commit 0996402

Please sign in to comment.