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 @@ -277,6 +277,7 @@ metadata:
277
277
provisioner: kubernetes.io/gce-pd
278
278
parameters:
279
279
type: pd-standard
280
+ fstype: ext4
280
281
replication-type: none
281
282
` ` `
282
283
@@ -288,6 +289,8 @@ parameters:
288
289
is specified, volumes are generally round-robin-ed across all active zones
289
290
where Kubernetes cluster has a node. `zone` and `zones` parameters must not
290
291
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
+
291
294
* `replication-type`: `none` or `regional-pd`. Default: `none`.
292
295
293
296
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