-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add API to set timeout on requests towards the K8s API server
The new flag "--kube-apitimeout <duration>" or env.var. HELM_KUBEAPITIMEOUT can be used to set the timeout on requests towards the Kubernetes API server. This enables users with problematic K8s cluster to override the default timeout and let the sent requests finish successfully. Examples usage: > helm --kube-apitimeout=45s install ... > HELM_KUBEAPITIMEOUT=45s helm env Signed-off-by: Björn Svensson <bjorn.a.svensson@est.tech>
- Loading branch information
Showing
4 changed files
with
41 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters