-
Notifications
You must be signed in to change notification settings - Fork 423
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
Constructing many clients error #308
Comments
This is actually a warning message, and is mainly targeted for resource usage when using client certificate auth. Kubectl/client-go will only invoke |
Is there a way to turn off this message? |
You might be able to set |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I'm getting about 2000 lines of this error also when running |
My errors looked like this:
So I just filtered it out with grep, but this is quite hacky:
|
This warning appears continuously when running https://github.com/vmware-tanzu/octant |
@sysadmiral I am getting the same warning using octant. Know of any work around? |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@HeavensRegent: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
related kubernetes/kubernetes#91913 |
Also getting this and commented on #91913 with more information. |
Seeing this (slightly different message so adding for Google) when using
|
I get this when using octant, just FYI. Wondering if there's a way to force reuse of the same client. |
Per kubernetes/kubernetes#91913 (comment) it should be resolved by updating the version of Note that this is a high hit in a search for this error message, but other tools use |
Hello all, recently we've enabled aws-iam-authenticator and I'm seeing an error message whenever I run anything that uses
--all-namespaces
(i.e.kubectl --context cluster get pods --all-namespaces
).The error message in question is:
kubectl version v1.18.0
aws-iam-auth version: {"Version":"v0.5.0","Commit":"1cfe2a90f68381eacd7b6dcfa2bf689e76eb8b4b"}
OSX: 10.14.6
The text was updated successfully, but these errors were encountered: