Skip to content
Snippets Groups Projects
Commit 69fac8ea authored by Brad Beam's avatar Brad Beam Committed by GitHub
Browse files

Merge pull request #1634 from bradbeam/calico_cni

fix for calico cni plugin node name
parents a51104e8 eeffbbb4
No related branches found
No related tags found
No related merge requests found
{
"name": "calico-k8s-network",
"hostname": "{{ ansible_hostname }}",
{% if cloud_provider is defined %}
"nodename": "{{ inventory_hostname }}",
{% else %}
"nodename": "{{ ansible_hostname }}",
{% endif %}
"type": "calico",
"etcd_endpoints": "{{ etcd_access_endpoint }}",
"etcd_cert_file": "{{ etcd_cert_dir }}/node-{{ inventory_hostname }}.pem",
......
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