Skip to content

Commit 16f5494

Browse files
authored
Merge pull request #20073 from grischdian/master
add fstype parameter for gce pd
2 parents f783936 + ccce4e2 commit 16f5494

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ metadata:
281281
provisioner: kubernetes.io/gce-pd
282282
parameters:
283283
type: pd-standard
284+
fstype: ext4
284285
replication-type: none
285286
```
286287

@@ -292,6 +293,8 @@ parameters:
292293
is specified, volumes are generally round-robin-ed across all active zones
293294
where Kubernetes cluster has a node. `zone` and `zones` parameters must not
294295
be used at the same time.
296+
* `fstype`: `ext4` or `xfs`. Default: `ext4`. The defined filesystem type must be supported by the host operating system.
297+
295298
* `replication-type`: `none` or `regional-pd`. Default: `none`.
296299

297300
If `replication-type` is set to `none`, a regular (zonal) PD will be provisioned.

0 commit comments

Comments
 (0)