Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTP request timeout option to KubeClientSettings #2383

Merged
merged 1 commit into from
May 11, 2023

Commits on May 10, 2023

  1. Add HTTP request timeout option to KubeClientSettings

    The HTTP client used to communicate with the Kubernetes server has a default timeout of 32 seconds. In some cases, this timeout is too low, and causes failures during provider initialization. Add an option to override this timeout value. The timeout value can be overridden in the following ways, in order of precedence:
    
    1. The `kubeClientSettings:timeout` parameter for the Provider
    2. The PULUMI_K8S_CLIENT_TIMEOUT environment variable
    
    Note that this is distinct from the timeouts resource option, which controls how long Pulumi will wait for a resource operation to complete.
    lblackstone committed May 10, 2023
    Configuration menu
    Copy the full SHA
    ed50b5d View commit details
    Browse the repository at this point in the history