Skip to content

Commit

Permalink
docs: Add note to readme around use multiple kubeconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonkwok committed May 21, 2021
1 parent 681af09 commit 7c4d44f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ There are several more examples in the [examples](https://github.com/kubernetes-
# Compatibility

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

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

Key:
Key:

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

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

# Development

Expand Down

0 comments on commit 7c4d44f

Please sign in to comment.