Show / Hide Table of Contents

Class ClusterEksConfig

Inheritance
System.Object
ClusterEksConfig
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 ClusterEksConfig

Fields

View Source

AccessKey

The AWS Client ID to use (string)

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

Ami

AMI ID to use for the worker nodes instead of the default (string)

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

AssociateWorkerNodePublicIp

Associate public ip EKS worker nodes. Default true (bool)

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

DesiredNodes

The desired number of worker nodes. Just for Rancher v2.3.x and above. Default 3 (int)

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

InstanceType

The type of machine to use for worker nodes. Default t2.medium (string)

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

KeyPairName

Allow user to specify key name to use. Just for Rancher v2.2.7 and above (string)

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

KubernetesVersion

The Kubernetes master version (string)

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

MaximumNodes

The maximum number of worker nodes. Default 3 (int)

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

MinimumNodes

The minimum number of worker nodes. Default 1 (int)

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

NodeVolumeSize

The volume size for each node. Default 20 (int)

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

Region

The AWS Region to create the EKS cluster in. Default us-west-2 (string)

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

SecretKey

The AWS Client Secret associated with the Client ID (string)

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

SecurityGroups

List of security groups to use for the cluster. If it's not specified Rancher will create a new security group (list)

Declaration
public readonly ImmutableArray<string> SecurityGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ServiceRole

The service role to use to perform the cluster operations in AWS. If it's not specified Rancher will create a new service role (string)

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

SessionToken

A session token to use with the client key and secret if applicable (string)

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

Subnets

List of subnets in the virtual network to use. If it's not specified Rancher will create 3 news subnets (list)

Declaration
public readonly ImmutableArray<string> Subnets
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

UserData

Pass user-data to the nodes to perform automated configuration tasks (string)

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

VirtualNetwork

The name of the virtual network to use. If it's not specified Rancher will create a new VPC (string)

Declaration
public readonly string VirtualNetwork
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.