From 2d0dc91385cbed510b6e1409f9a251eebcbc06ba Mon Sep 17 00:00:00 2001 From: timyinshi Date: Tue, 21 Jan 2020 02:01:01 +0000 Subject: [PATCH] modify the error url of csi drivers --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c27fa08..f342db19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -222,7 +222,7 @@ The VolumeScheduling beta feature gate is still required for this feature. ([#67432](https://github.com/kubernetes/kubernetes/pull/67432)) * The CSI file system type is no longer defaulted to ext4. -All the production drivers listed under https://kubernetes-csi.github.io/docs/Drivers.html +All the production drivers listed under https://kubernetes-csi.github.io/docs/drivers.html were inspected and should not be impacted after this change. If you are using a driver not in that list, please test the drivers on an updated test cluster first.