Skip to content

Commit 7c724e3

Browse files
authored
Merge pull request #68 from msau42/update-sidecars
fix 1.15 readme to describe version dependencies
2 parents 29543c8 + cf4f412 commit 7c724e3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

deploy/kubernetes-1.15/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
The deployment for Kubernetes 1.15 uses CSI 1.0 and thus is
22
incompatible with Kubernetes < 1.13.
33

4-
It uses the APIs for CSIDriverInfo and CSINodeInfo that were
5-
introduced in Kubernetes 1.15, so features depending on those (like
6-
topology) will not work on Kubernetes 1.13. But because this example
7-
deployment does not enable those features, it can run on Kubernetes
8-
1.13.
4+
The sidecars depend on 1.15 API changes for migration and resizing,
5+
and 1.14 API changes for CSIDriver and CSINode.
6+
However the hostpath driver doesn't use those features, so this
7+
deployment can work on older Kubernetes versions.

0 commit comments

Comments
 (0)