mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-21 07:47:49 -02:30
fix for calico with kdd datastore (#4922)
* fix for calico with kdd datastore * remove AS number from daemonset * revert changes to canal * additionnal fixes for kdd datastore in calico
This commit is contained in:
committed by
Matthew Mosesohn
parent
53032a6695
commit
dc16ab92f4
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
DATASTORE_TYPE=kubernetes \
|
||||
{% if inventory_hostname in groups['kube-master'] %}
|
||||
KUBECONFIG={{ kube_config_dir }}/admin.conf \
|
||||
{% endif %}
|
||||
{{ bin_dir }}/calicoctl "$@"
|
||||
Reference in New Issue
Block a user