Class LustreCsiDriverConfig
Configuration for the Lustre CSI driver.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1.Data
Assembly: Google.Apis.Container.v1.dll
Syntax
public class LustreCsiDriverConfig : IDirectResponseSchema
Properties
DisableMultiNic
When set to true, this disables multi-NIC support for the Lustre CSI driver. By default, GKE enables multi-NIC support, which allows the Lustre CSI driver to automatically detect and configure all suitable network interfaces on a node to maximize I/O performance for demanding workloads.
Declaration
[JsonProperty("disableMultiNic")]
public virtual bool? DisableMultiNic { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableLegacyLustrePort
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. Deprecated: This flag is no longer required as of GKE node
version 1.33.2-gke.4655000, unless you are connecting to a Lustre instance that has the
gke-support-enabled flag.
Declaration
[JsonProperty("enableLegacyLustrePort")]
public virtual bool? EnableLegacyLustrePort { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Enabled
Whether the Lustre CSI driver is enabled for this cluster.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |