Class ClusterRkeConfig
Inheritance
Inherited Members
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfig
Fields
View SourceAddonJobTimeout
Duration in seconds of addon job (int)
Declaration
public readonly int? AddonJobTimeout
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Addons
Addons descripton to deploy on RKE cluster.
Declaration
public readonly string Addons
Field Value
| Type | Description |
|---|---|
| System.String |
AddonsIncludes
Addons yaml manifests to deploy on RKE cluster (list)
Declaration
public readonly ImmutableArray<string> AddonsIncludes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Authentication
Kubernetes cluster authentication (list maxitems:1)
Declaration
public readonly ClusterRkeConfigAuthentication Authentication
Field Value
| Type | Description |
|---|---|
| ClusterRkeConfigAuthentication |
Authorization
Kubernetes cluster authorization (list maxitems:1)
Declaration
public readonly ClusterRkeConfigAuthorization Authorization
Field Value
| Type | Description |
|---|---|
| ClusterRkeConfigAuthorization |
BastionHost
RKE bastion host (list maxitems:1)
Declaration
public readonly ClusterRkeConfigBastionHost BastionHost
Field Value
| Type | Description |
|---|---|
| ClusterRkeConfigBastionHost |
CloudProvider
RKE options for Calico network provider (string)
Declaration
public readonly ClusterRkeConfigCloudProvider CloudProvider
Field Value
| Type | Description |
|---|---|
| ClusterRkeConfigCloudProvider |
Dns
RKE dns add-on. Just for Rancher v2.2.x (list maxitems:1)
Declaration
public readonly ClusterRkeConfigDns Dns
Field Value
| Type | Description |
|---|---|
| ClusterRkeConfigDns |
IgnoreDockerVersion
Ignore docker version. Default true (bool)
Declaration
public readonly bool? IgnoreDockerVersion
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Ingress
Kubernetes ingress configuration (list maxitems:1)
Declaration
public readonly ClusterRkeConfigIngress Ingress
Field Value
| Type | Description |
|---|---|
| ClusterRkeConfigIngress |
KubernetesVersion
The Kubernetes master version (string)
Declaration
public readonly string KubernetesVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Monitoring
Kubernetes cluster monitoring (list maxitems:1)
Declaration
public readonly ClusterRkeConfigMonitoring Monitoring
Field Value
| Type | Description |
|---|---|
| ClusterRkeConfigMonitoring |
Network
Network for GKE cluster (string)
Declaration
public readonly ClusterRkeConfigNetwork Network
Field Value
| Type | Description |
|---|---|
| ClusterRkeConfigNetwork |
Nodes
RKE cluster nodes (list)
Declaration
public readonly ImmutableArray<ClusterRkeConfigNode> Nodes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ClusterRkeConfigNode> |
PrefixPath
Prefix to customize Kubernetes path (string)
Declaration
public readonly string PrefixPath
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateRegistries
private registries for docker images (list)
Declaration
public readonly ImmutableArray<ClusterRkeConfigPrivateRegistry> PrivateRegistries
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ClusterRkeConfigPrivateRegistry> |
Services
Kubernetes cluster services (list maxitems:1)
Declaration
public readonly ClusterRkeConfigServices Services
Field Value
| Type | Description |
|---|---|
| ClusterRkeConfigServices |
SshAgentAuth
Use ssh agent auth. Default false (bool)
Declaration
public readonly bool? SshAgentAuth
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
SshCertPath
Cluster level SSH certificate path (string)
Declaration
public readonly string SshCertPath
Field Value
| Type | Description |
|---|---|
| System.String |
SshKeyPath
Node SSH private key path (string)
Declaration
public readonly string SshKeyPath
Field Value
| Type | Description |
|---|---|
| System.String |
UpgradeStrategy
K3S upgrade strategy (List maxitems: 1)
Declaration
public readonly ClusterRkeConfigUpgradeStrategy UpgradeStrategy
Field Value
| Type | Description |
|---|---|
| ClusterRkeConfigUpgradeStrategy |