Skip to content

Commit

Permalink
Merge pull request #1003 from zhangxiaoyu-zidif/patch-7
Browse files Browse the repository at this point in the history
Fix typo: kubelet
  • Loading branch information
Harry Zhang authored Aug 30, 2017
2 parents 83dc727 + 41d2f7b commit 2b9a8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/design-proposals/grow-volume-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2b9a8db

Please sign in to comment.