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

allow to configure delay in helm charts #103

Closed ghormoon closed 5 months ago

ghormoon commented 5 months ago

On slower machines (eg development one node ones), delay of 3 seconds is not enough, causing Error: UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress because it's retried too early.

this allows to override CHARTS_DELAY in ansible vars, with default being the original 3 seconds.

ReSearchITEng commented 5 months ago

Thank you @ghormoon I would appreciate if you could set CHARTS_DELAY to the global.yaml, so it will be more visible.