fec253abaf
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
8 lines
217 B
YAML
8 lines
217 B
YAML
- name: Start flannel and calico-node
|
|
run_once: true
|
|
kube:
|
|
name: "canal-node"
|
|
kubectl: "{{bin_dir}}/kubectl"
|
|
filename: "/etc/kubernetes/canal-node.yaml"
|
|
resource: "ds"
|
|
namespace: "kube-system"
|