Show / Hide Table of Contents

Class ClusterRkeConfig

Inheritance
System.Object
ClusterRkeConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfig

Fields

View Source

AddonJobTimeout

Duration in seconds of addon job (int)

Declaration
public readonly int? AddonJobTimeout
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Addons

Addons descripton to deploy on RKE cluster.

Declaration
public readonly string Addons
Field Value
Type Description
System.String
View Source

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>
View Source

Authentication

Kubernetes cluster authentication (list maxitems:1)

Declaration
public readonly ClusterRkeConfigAuthentication Authentication
Field Value
Type Description
ClusterRkeConfigAuthentication
View Source

Authorization

Kubernetes cluster authorization (list maxitems:1)

Declaration
public readonly ClusterRkeConfigAuthorization Authorization
Field Value
Type Description
ClusterRkeConfigAuthorization
View Source

BastionHost

RKE bastion host (list maxitems:1)

Declaration
public readonly ClusterRkeConfigBastionHost BastionHost
Field Value
Type Description
ClusterRkeConfigBastionHost
View Source

CloudProvider

RKE options for Calico network provider (string)

Declaration
public readonly ClusterRkeConfigCloudProvider CloudProvider
Field Value
Type Description
ClusterRkeConfigCloudProvider
View Source

Dns

RKE dns add-on. Just for Rancher v2.2.x (list maxitems:1)

Declaration
public readonly ClusterRkeConfigDns Dns
Field Value
Type Description
ClusterRkeConfigDns
View Source

IgnoreDockerVersion

Ignore docker version. Default true (bool)

Declaration
public readonly bool? IgnoreDockerVersion
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Ingress

Kubernetes ingress configuration (list maxitems:1)

Declaration
public readonly ClusterRkeConfigIngress Ingress
Field Value
Type Description
ClusterRkeConfigIngress
View Source

KubernetesVersion

The Kubernetes master version (string)

Declaration
public readonly string KubernetesVersion
Field Value
Type Description
System.String
View Source

Monitoring

Kubernetes cluster monitoring (list maxitems:1)

Declaration
public readonly ClusterRkeConfigMonitoring Monitoring
Field Value
Type Description
ClusterRkeConfigMonitoring
View Source

Network

Network for GKE cluster (string)

Declaration
public readonly ClusterRkeConfigNetwork Network
Field Value
Type Description
ClusterRkeConfigNetwork
View Source

Nodes

RKE cluster nodes (list)

Declaration
public readonly ImmutableArray<ClusterRkeConfigNode> Nodes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ClusterRkeConfigNode>
View Source

PrefixPath

Prefix to customize Kubernetes path (string)

Declaration
public readonly string PrefixPath
Field Value
Type Description
System.String
View Source

PrivateRegistries

private registries for docker images (list)

Declaration
public readonly ImmutableArray<ClusterRkeConfigPrivateRegistry> PrivateRegistries
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ClusterRkeConfigPrivateRegistry>
View Source

Services

Kubernetes cluster services (list maxitems:1)

Declaration
public readonly ClusterRkeConfigServices Services
Field Value
Type Description
ClusterRkeConfigServices
View Source

SshAgentAuth

Use ssh agent auth. Default false (bool)

Declaration
public readonly bool? SshAgentAuth
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

SshCertPath

Cluster level SSH certificate path (string)

Declaration
public readonly string SshCertPath
Field Value
Type Description
System.String
View Source

SshKeyPath

Node SSH private key path (string)

Declaration
public readonly string SshKeyPath
Field Value
Type Description
System.String
View Source

UpgradeStrategy

K3S upgrade strategy (List maxitems: 1)

Declaration
public readonly ClusterRkeConfigUpgradeStrategy UpgradeStrategy
Field Value
Type Description
ClusterRkeConfigUpgradeStrategy
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.