Skip to content

Commit 7c4d44f

Browse files
committed
docs: Add note to readme around use multiple kubeconfigs
1 parent 681af09 commit 7c4d44f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ There are several more examples in the [examples](https://github.com/kubernetes-
106106
# Compatibility
107107

108108
Prior to the `0.13.0` release, release versions did not track Kubernetes versions. Starting with the `0.13.0`
109-
release, we will increment the minor version whenever we update the minor Kubernetes API version
109+
release, we will increment the minor version whenever we update the minor Kubernetes API version
110110
(e.g. `1.19.x`) that this library is generated from.
111111

112112
Generally speaking newer clients will work with older Kubernetes, but compatability isn't 100% guaranteed.
@@ -117,7 +117,7 @@ Generally speaking newer clients will work with older Kubernetes, but compatabil
117117
| 0.13.x | - | + || x |
118118
| 0.14.x | - | + | + ||
119119

120-
Key:
120+
Key:
121121

122122
* `` Exactly the same features / API objects in both javascript-client and the Kubernetes
123123
version.
@@ -130,6 +130,10 @@ Key:
130130
and operations using API versions that have been deprecated and removed in
131131
later server versions won't function correctly.
132132

133+
# Known Issues
134+
* Multiple kubeconfigs are not completely supported.
135+
Credentials are cached based on the kubeconfig username and these can collide across configs.
136+
Here is the related [issue](https://github.com/kubernetes-client/javascript/issues/592)
133137

134138
# Development
135139

0 commit comments

Comments
 (0)