reword storage release note to match the change in k/k PR #87090 (#18921)

This commit is contained in:
Jeremy L. Morris
2020-01-31 08:36:20 -05:00
committed by GitHub
parent 3dcb84268c
commit 9ae82f11e9
+1 -1
View File
@@ -105,7 +105,7 @@ The Kubernetes in-tree storage plugin to Container Storage Interface (CSI) migra
#### Storage
- All nodes need to be drained before upgrading Kubernetes cluster, because paths used for block volumes are changed in this release, so on-line upgrade of nodes aren't allowed. ([#74026](https://github.com/kubernetes/kubernetes/pull/74026), [@mkimuram](https://github.com/mkimuram))
- A node that uses a CSI raw block volume needs to be drained before kubelet can be upgraded to 1.17. ([#74026](https://github.com/kubernetes/kubernetes/pull/74026), [@mkimuram](https://github.com/mkimuram))
#### Windows