public sealed class LustreCsiDriverConfig : IMessage<LustreCsiDriverConfig>, IEquatable<LustreCsiDriverConfig>, IDeepCloneable<LustreCsiDriverConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class LustreCsiDriverConfig.
Configuration for the Lustre CSI driver.
Implements
IMessageLustreCsiDriverConfig, IEquatableLustreCsiDriverConfig, IDeepCloneableLustreCsiDriverConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
LustreCsiDriverConfig()
public LustreCsiDriverConfig()LustreCsiDriverConfig(LustreCsiDriverConfig)
public LustreCsiDriverConfig(LustreCsiDriverConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
LustreCsiDriverConfig |
Properties
EnableLegacyLustrePort
[Obsolete]
public bool EnableLegacyLustrePort { get; set; }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:
- The GKE node version is older than 1.33.2-gke.4655000.
- 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-enabledflag.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Enabled
public bool Enabled { get; set; }Whether the Lustre CSI driver is enabled for this cluster.
| Property Value | |
|---|---|
| Type | Description |
bool |
|