summaryrefslogtreecommitdiff
path: root/roles/kubernetes/kubeadm/base/tasks/net_none.yml
blob: 0924c458e564f86ef74993bc7ad82aed4465de76 (plain) (blame)
1
2
3
4
5
6
7
---
- name: make sure kubernetes_network_plugin_replaces_kube_proxy is not set
  run_once: yes
  assert:
    msg: "this network plugin can not replace kube-proxy please set kubernetes_network_plugin_replaces_kube_proxy to false."
    that:
      - not kubernetes_network_plugin_replaces_kube_proxy