aboutsummaryrefslogtreecommitdiffstats
path: root/tools/k8s/cluster-deployment/k8scluster/roles/clustermanager/tasks/deploy-userspace.yml
blob: 32e3b9b1c39a4d9acc146b8af098c8134d93261a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---

- name: Clean userspace-cni
  include: clear-userspace.yml

- name: Deploy userspace-cni plugin
  k8s:
    state: present
    apply: yes
    definition: "{{ lookup('file', 'userspace-daemonset.yml') }}"