diff options
| author | Tim(Xiaoyu) Zhang <zhang.xiaoyu33@zte.com.cn> | 2017-08-30 17:14:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-30 17:14:10 +0800 |
| commit | 41d2f7bbf651daf618e194496bbb65dce7dfa100 (patch) | |
| tree | 8c774b8de92f4bd2a4d52ba48d58f0708ecd526f /contributors | |
| parent | 83dc727a7cd893884f5307b3bcb3a7bfd7bd70b8 (diff) | |
Fix typo: kubelet
s/kublet/kubelet
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/design-proposals/grow-volume-size.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
