From 41d2f7bbf651daf618e194496bbb65dce7dfa100 Mon Sep 17 00:00:00 2001 From: "Tim(Xiaoyu) Zhang" Date: Wed, 30 Aug 2017 17:14:10 +0800 Subject: Fix typo: kubelet s/kublet/kubelet --- contributors/design-proposals/grow-volume-size.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/grow-volume-size.md b/contributors/design-proposals/grow-volume-size.md index e2e13847..db57d04c 100644 --- a/contributors/design-proposals/grow-volume-size.md +++ b/contributors/design-proposals/grow-volume-size.md @@ -149,7 +149,7 @@ func (og *operationGenerator) GenerateExpandVolumeFunc( * There will be additional checks in controller that grows PV size - to ensure that we do not make volume plugin API calls that can reduce size of PV. -### File system resize on kublet +### File system resize on kubelet A File system resize will be pending on PVC until a new pod that uses this volume is scheduled somewhere. While theoretically we *can* perform online file system resize if volume type and file system supports it - we are leaving it for next iteration of this feature. -- cgit v1.2.3