File tree 1 file changed +6
-2
lines changed
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-
106
106
# Compatibility
107
107
108
108
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
110
110
(e.g. ` 1.19.x ` ) that this library is generated from.
111
111
112
112
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
117
117
| 0.13.x | - | + | ✓ | x |
118
118
| 0.14.x | - | + | + | ✓ |
119
119
120
- Key:
120
+ Key:
121
121
122
122
* ` ✓ ` Exactly the same features / API objects in both javascript-client and the Kubernetes
123
123
version.
@@ -130,6 +130,10 @@ Key:
130
130
and operations using API versions that have been deprecated and removed in
131
131
later server versions won't function correctly.
132
132
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 )
133
137
134
138
# Development
135
139
You can’t perform that action at this time.
0 commit comments