We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem description (if applicable) As of now, k8s client is only allow to configure kubeconfig path and context to build a client Interface:
airshipctl/pkg/k8s/utils/utils.go
Line 33 in 63421c8
However, the are multiple fields that could be configured and used:
https://github.com/kubernetes/client-go/blob/v9.0.0/rest/config.go#L51
Particularly, the most important for us now is Timeout, which could be utilized at least to solve two issues:
Proposed change Add possibility to configure desired options for k8s client.
Potential impacts None.
The text was updated successfully, but these errors were encountered:
Subject: Allow to configure timeout for k8s client Link: https://review.opendev.org/c/airship/airshipctl/+/793426 Status: NEW Owner: Ruslan Aliev (raliev@mirantis.com)
This change will close this issue when merged.
Code-Review ! None Verified +1 Zuul Workflow ! None
Last Updated: 2021-05-28 01:19:57 CDT
Sorry, something went wrong.
0c4d8b8
No branches or pull requests
Problem description (if applicable)
As of now, k8s client is only allow to configure kubeconfig path and context to build a client Interface:
airshipctl/pkg/k8s/utils/utils.go
Line 33 in 63421c8
However, the are multiple fields that could be configured and used:
https://github.com/kubernetes/client-go/blob/v9.0.0/rest/config.go#L51
Particularly, the most important for us now is Timeout, which could be utilized at least to solve two issues:
Proposed change
Add possibility to configure desired options for k8s client.
Potential impacts
None.
The text was updated successfully, but these errors were encountered: