summaryrefslogtreecommitdiff
path: root/roles/kubernetes/base/tasks/cri_containerd.yml
blob: 66398ef2b54342f0be85d4832beadd4839202cbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: make sure the kubernetes_cri_socket variable is configured correctly
  assert:
    msg: "The variable kubernetes_cri_socket is not configured correctly. You might need to move your host to the group kubernetes-cluster or standalone-kubelet!"
    that:
    - kubernetes_cri_socket == "unix:///run/containerd/containerd.sock"

- name: install containerd
  include_role:
    name: containerd