From e354da6230dbc8d32fd5dbc9e28d6c81aaf7ed81 Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Wed, 28 Mar 2018 14:06:34 +0800 Subject: [PATCH] Update CHANGELOG-1.10.md --- CHANGELOG-1.10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-1.10.md b/CHANGELOG-1.10.md index 3cf33b46aa..8c453a7073 100644 --- a/CHANGELOG-1.10.md +++ b/CHANGELOG-1.10.md @@ -692,7 +692,7 @@ And point to the file using the --config flag, as in * StorageOS volume plugin has been updated to support mount options and environments where the kubelet runs in a container and the device location should be specified. ([#58816](https://github.com/kubernetes/kubernetes/pull/58816), [@croomes](https://github.com/croomes)) -* Get parent dir via canonical absolute path when trying to judge mount-point, fixing a problem that caused an NFS volume with improper permissions to get stuck in `TERMINATING` status. ([#58433](https://github.com/kubernetes/kubernetes/pull/58433), [@yue9944882]](https://github.com/yue9944882)) +* Get parent dir via canonical absolute path when trying to judge mount-point, fixing a problem that caused an NFS volume with improper permissions to get stuck in `TERMINATING` status. ([#58433](https://github.com/kubernetes/kubernetes/pull/58433), [@yue9944882](https://github.com/yue9944882)) * Clusters with GCE feature 'DiskAlphaAPI' enabled can now dynamically provision GCE PD volumes. ([#59447](https://github.com/kubernetes/kubernetes/pull/59447), [@verult](https://github.com/verult))