ReSearchITEng / kubeadm-playbook

Fully fledged (HA) Kubernetes Cluster using official kubeadm, ansible and helm. Tested on RHEL/CentOS/Ubuntu with support of http_proxy, dashboard installed, ingress controller, heapster - using official helm charts
https://researchiteng.github.io/kubeadm-playbook/
The Unlicense
593 stars 102 forks source link

Fix for labelling nodes with fqdn-hostnames #72

Closed iceman91176 closed 4 years ago

iceman91176 commented 5 years ago

Fix for #71 Just added a second task that uses long hostnames and have both tasks ignore errors. One of both will succeed. Should be easier than trying to detect if long or short hostnames are used.

ReSearchITEng commented 4 years ago

Thank you very much for the PR. Finally decision was to go your way (run both cases, and use ignore_errors ). Thanks!