Skip to content

fix(setup-infra): add --timeout 10m to kube-prometheus helm install#165

Open
surajssd wants to merge 1 commit into
Azure:mainfrom
surajssd:add-timeout-to-prom-install
Open

fix(setup-infra): add --timeout 10m to kube-prometheus helm install#165
surajssd wants to merge 1 commit into
Azure:mainfrom
surajssd:add-timeout-to-prom-install

Conversation

@surajssd

Copy link
Copy Markdown
Member

Without an explicit --timeout, a wedged Helm --wait watch (caused by flaky TLS connections to the AKS API server) never exits, so the surrounding until retry loop never fires and the install hangs indefinitely. Setting --timeout 10m forces Helm to give up and mark the release failed, letting the retry loop re-attempt the install.

Without an explicit `--timeout`, a wedged Helm `--wait` watch (caused by
flaky TLS connections to the AKS API server) never exits, so the
surrounding `until` retry loop never fires and the install hangs
indefinitely. Setting `--timeout 10m` forces Helm to give up and mark
the release `failed`, letting the retry loop re-attempt the install.

Signed-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>
@netlify

netlify Bot commented Jun 18, 2026

Copy link
Copy Markdown

Deploy Preview for aks-rdma-infiniband canceled.

Name Link
🔨 Latest commit 5ed89a8
🔍 Latest deploy log https://app.netlify.com/projects/aks-rdma-infiniband/deploys/6a345ff4cc214900085b98a6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant