309240cd6f
This patch provides support for Canal network plugin installation as a self-hosted app, see the following link for details: https://github.com/tigera/canal/tree/master/k8s-install
10 lines
304 B
YAML
10 lines
304 B
YAML
---
|
|
dependencies:
|
|
- role: network_plugin/calico
|
|
when: kube_network_plugin == 'calico'
|
|
- role: network_plugin/flannel
|
|
when: kube_network_plugin == 'flannel'
|
|
- role: network_plugin/weave
|
|
when: kube_network_plugin == 'weave'
|
|
- role: network_plugin/canal
|
|
when: kube_network_plugin == 'canal'
|