mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 17:37:39 -02:30
Fix: install calico-kube-controller on kdd (#9358)
* Fix: install policy controller on kdd too * Remove the calico_policy_version condition altogether * Install policy controller both on canal and calico under same condition
This commit is contained in:
@@ -2,15 +2,7 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- role: policy_controller/calico
|
- role: policy_controller/calico
|
||||||
when:
|
when:
|
||||||
- kube_network_plugin == 'calico'
|
- kube_network_plugin in ['calico', 'canal']
|
||||||
- enable_network_policy
|
- enable_network_policy
|
||||||
- calico_datastore != "kdd"
|
|
||||||
tags:
|
|
||||||
- policy-controller
|
|
||||||
|
|
||||||
- role: policy_controller/calico
|
|
||||||
when:
|
|
||||||
- kube_network_plugin == 'canal'
|
|
||||||
- calico_datastore != "kdd"
|
|
||||||
tags:
|
tags:
|
||||||
- policy-controller
|
- policy-controller
|
||||||
|
|||||||
Reference in New Issue
Block a user