Skip to content
Snippets Groups Projects
Commit 4561dd32 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

remove deprecated var CALICOCTL_PATH

parent 94c0c327
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,6 @@ ETCD_AUTHORITY="127.0.0.1:23799"
# The kubernetes-apiserver location - used by the calico plugin
KUBE_API_ROOT=http://{{ hostvars[groups['kube-master'][0]]['ip'] | default(hostvars[groups['kube-master'][0]]['ansible_default_ipv4']['address']) }}:{{kube_apiserver_insecure_port}}/api/v1/
# Location of the calicoctl binary - used by the calico plugin
CALICOCTL_PATH="{{ bin_dir }}/calicoctl"
{% else %}
FLANNEL_ETCD_PREFIX="--etcd-prefix=/{{ cluster_name }}/network"
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment