We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29543c8 + cf4f412 commit 7c724e3Copy full SHA for 7c724e3
deploy/kubernetes-1.15/README.md
@@ -1,8 +1,7 @@
1
The deployment for Kubernetes 1.15 uses CSI 1.0 and thus is
2
incompatible with Kubernetes < 1.13.
3
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.
+The sidecars depend on 1.15 API changes for migration and resizing,
+and 1.14 API changes for CSIDriver and CSINode.
+However the hostpath driver doesn't use those features, so this
+deployment can work on older Kubernetes versions.
0 commit comments