add fstype parameter for gce pd
This commit is contained in:
@@ -281,6 +281,7 @@ metadata:
|
|||||||
provisioner: kubernetes.io/gce-pd
|
provisioner: kubernetes.io/gce-pd
|
||||||
parameters:
|
parameters:
|
||||||
type: pd-standard
|
type: pd-standard
|
||||||
|
fstype: ext4
|
||||||
replication-type: none
|
replication-type: none
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -292,6 +293,8 @@ parameters:
|
|||||||
is specified, volumes are generally round-robin-ed across all active zones
|
is specified, volumes are generally round-robin-ed across all active zones
|
||||||
where Kubernetes cluster has a node. `zone` and `zones` parameters must not
|
where Kubernetes cluster has a node. `zone` and `zones` parameters must not
|
||||||
be used at the same time.
|
be used at the same time.
|
||||||
|
* `fstype`: `ext4` or `xfs`. Default: `ext4`. The defined filesystem type must be supported by the host operating system.
|
||||||
|
|
||||||
* `replication-type`: `none` or `regional-pd`. Default: `none`.
|
* `replication-type`: `none` or `regional-pd`. Default: `none`.
|
||||||
|
|
||||||
If `replication-type` is set to `none`, a regular (zonal) PD will be provisioned.
|
If `replication-type` is set to `none`, a regular (zonal) PD will be provisioned.
|
||||||
|
|||||||
Reference in New Issue
Block a user