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
592 stars 102 forks source link

waiting for calico before calico is deployed (debian 12, kube 1.28.8) #101

Closed ghormoon closed 5 months ago

ghormoon commented 5 months ago

Hello, I'm not sure to which all versions this applies, so i'm not sure if i can safely move the code block and make a MR, but i've noticed an issue

the all_install.yml playbook first deploys helm charts without namespaces then waits long time for calico then deploys helm charts with namespaces (including calico)

ghormoon commented 5 months ago

my bad, i was using latest tag v1.29.1 and it was fixed in master