File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ There are several more examples in the [examples](https://github.com/kubernetes-
106106# Compatibility
107107
108108Prior 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
112112Generally 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
You can’t perform that action at this time.
0 commit comments