mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
[calico] clean up workarounds for older versions
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9efe145688
commit
2de5c4821c
@@ -4,13 +4,13 @@ dependencies:
|
||||
when:
|
||||
- kube_network_plugin == 'calico'
|
||||
- enable_network_policy
|
||||
- calico_datastore != "kdd" or calico_policy_version is version('v3.6.0', '>=')
|
||||
- calico_datastore != "kdd"
|
||||
tags:
|
||||
- policy-controller
|
||||
|
||||
- role: policy_controller/calico
|
||||
when:
|
||||
- kube_network_plugin == 'canal'
|
||||
- calico_datastore != "kdd" or calico_policy_version is version('v3.6.0', '>=')
|
||||
- calico_datastore != "kdd"
|
||||
tags:
|
||||
- policy-controller
|
||||
|
||||
Reference in New Issue
Block a user