enableLegacyLustrePort property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? enableLegacyLustrePort
getter/setter pair

If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.

This serves as a workaround for a port conflict with the gke-metadata-server. This field is required ONLY under the following conditions: 1. The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting to a Lustre instance that has the 'gke-support-enabled' flag.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? enableLegacyLustrePort;