You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/container_cluster.html.markdown
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -527,6 +527,15 @@ Fleet configuration for the cluster. Structure is [documented below](#nested_fle
527
527
It is enabled by default for Autopilot clusters with version 1.29 or later; set `enabled = true` to enable it explicitly.
528
528
See [Enable the Parallelstore CSI driver](https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/parallelstore-csi-new-volume#enable) for more information.
529
529
530
+
*`lustre_csi_driver_config` - (Optional) The status of the Lustre CSI driver addon,
531
+
which allows the usage of a Lustre instances as volumes.
532
+
It is disabled by default for Standard clusters; set `enabled = true` to enable.
533
+
It is disabled by default for Autopilot clusters; set `enabled = true` to enable.
534
+
Lustre CSI Driver Config has optional subfield
535
+
`enable_legacy_lustre_port` which allows the Lustre CSI driver to initialize LNet (the virtual networklayer for Lustre kernel module) using port 6988.
536
+
This flag is required to workaround a port conflict with the gke-metadata-server on GKE nodes.
537
+
See [Enable Lustre CSI driver](https://cloud.google.com/kubernetes-engine/docs/how-to/persistent-volumes/lustre-csi-driver-new-volume) for more information.
0 commit comments