Skip to content

Commit ccce4e2

Browse files
committed
add fstype parameter for gce pd
1 parent 0ef096e commit ccce4e2

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
@@ -277,6 +277,7 @@ metadata:
277277
provisioner: kubernetes.io/gce-pd
278278
parameters:
279279
type: pd-standard
280+
fstype: ext4
280281
replication-type: none
281282
```
282283

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

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

0 commit comments

Comments
 (0)