Class ClusterEksConfig
Inheritance
Inherited Members
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterEksConfig
Fields
View SourceAccessKey
The AWS Client ID to use (string)
Declaration
public readonly string AccessKey
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
AssociateWorkerNodePublicIp
Associate public ip EKS worker nodes. Default true (bool)
Declaration
public readonly bool? AssociateWorkerNodePublicIp
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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> |
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 |
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 |
KubernetesVersion
The Kubernetes master version (string)
Declaration
public readonly string KubernetesVersion
Field Value
| Type | Description |
|---|---|
| System.String |
MaximumNodes
The maximum number of worker nodes. Default 3 (int)
Declaration
public readonly int? MaximumNodes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MinimumNodes
The minimum number of worker nodes. Default 1 (int)
Declaration
public readonly int? MinimumNodes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
NodeVolumeSize
The volume size for each node. Default 20 (int)
Declaration
public readonly int? NodeVolumeSize
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 |
SecretKey
The AWS Client Secret associated with the Client ID (string)
Declaration
public readonly string SecretKey
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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 |
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 |
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> |
UserData
Pass user-data to the nodes to perform automated configuration tasks (string)
Declaration
public readonly string UserData
Field Value
| Type | Description |
|---|---|
| System.String |
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 |