File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,7 @@ metadata:
281
281
provisioner: kubernetes.io/gce-pd
282
282
parameters:
283
283
type: pd-standard
284
+ fstype: ext4
284
285
replication-type: none
285
286
` ` `
286
287
@@ -292,6 +293,8 @@ parameters:
292
293
is specified, volumes are generally round-robin-ed across all active zones
293
294
where Kubernetes cluster has a node. `zone` and `zones` parameters must not
294
295
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
+
295
298
* `replication-type`: `none` or `regional-pd`. Default: `none`.
296
299
297
300
If `replication-type` is set to `none`, a regular (zonal) PD will be provisioned.
You can’t perform that action at this time.
0 commit comments