Skip to content

Commit 3e8cdf5

Browse files
committed
doc: note that it's possible to use an older cluster with newer device plugins
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 38c4224 commit 3e8cdf5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,9 @@ matching Kubernetes versions are listed below:
280280
| release-0.15 | Kubernetes 1.15 branch v1.15.x | unsupported |
281281
| release-0.11 | Kubernetes 1.11 branch v1.11.x | unsupported |
282282

283-
[Go environment]: https://golang.org/doc/install
284-
[Kubernetes cluster]: https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/
283+
*Note:* Device plugins leverage the Kubernetes v1 API. The API itself is GA (generally available) and doesn't change between Kubernetes versions. One doesn't necessarily need use the latest Kubernetes cluster with the latest device plugin version. Using a newer device plugins release should work without issues on an older Kubernetes cluster. One possible exception to this are the device plugins CRDs that can vary between versions.
284+
285+
[Go environment](https://golang.org/doc/install) | [Kubernetes cluster setup](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/)
285286

286287
### Release procedures
287288

0 commit comments

Comments
 (0)