Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit e86bf8e

Browse files
author
Tim(Xiaoyu) Zhang
authored
Fix typo: kubelet
s/kublet/kubelet
1 parent f2c9908 commit e86bf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grow-volume-size.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func (og *operationGenerator) GenerateExpandVolumeFunc(
149149

150150
* 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.
151151

152-
### File system resize on kublet
152+
### File system resize on kubelet
153153

154154
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
155155
online file system resize if volume type and file system supports it - we are leaving it for next iteration of this feature.

0 commit comments

Comments
 (0)