mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 09:27:38 -02:30
Reset tasks specific to Calico (#3813)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
145687a48e
commit
2c1dd69891
@@ -205,7 +205,7 @@
|
||||
- name: reset | include file with reset tasks specific to the network_plugin if exists
|
||||
include_tasks: "{{ (role_path + '/../network_plugin/' + kube_network_plugin + '/tasks/reset.yml') | realpath }}"
|
||||
when:
|
||||
- kube_network_plugin in ['flannel', 'cilium', 'contiv', 'kube-router']
|
||||
- kube_network_plugin in ['flannel', 'cilium', 'contiv', 'kube-router', 'calico']
|
||||
tags:
|
||||
- network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user