Description
Describe the bug
A clear and concise description of what the bug is.
I found a regression with current version of kubernetes client where last I have added multiple client support in this PR
#1255
Client Version
^1.0.0
Server Version
e.g. 1.19.1
To Reproduce
Steps to reproduce the behavior:
In single program create multiple kubernetes client that uses different credential only one of them will work.
Where if you have first client created with default authenticator.
Expected behavior
A clear and concise description of what you expected to happen.
Each instance of kubernetes client should able to run with different credential set should not overrides each other.
Example Code
Code snippet for what you are doing
Environment (please complete the following information):
- OS: [e.g. Windows, Linux]
- Node.js version [eg. 20]
- Cloud runtime [e.g. Azure Functions, Lambda]
Additional context
Add any other context about the problem here.