castai.NodeConfiguration
Explore with Pulumi AI
Create NodeConfiguration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NodeConfiguration(name: string, args: NodeConfigurationArgs, opts?: CustomResourceOptions);
@overload
def NodeConfiguration(resource_name: str,
args: NodeConfigurationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NodeConfiguration(resource_name: str,
opts: Optional[ResourceOptions] = None,
subnets: Optional[Sequence[str]] = None,
cluster_id: Optional[str] = None,
image: Optional[str] = None,
kubelet_config: Optional[str] = None,
docker_config: Optional[str] = None,
drain_timeout_sec: Optional[float] = None,
eks: Optional[NodeConfigurationEksArgs] = None,
gke: Optional[NodeConfigurationGkeArgs] = None,
aks: Optional[NodeConfigurationAksArgs] = None,
init_script: Optional[str] = None,
kops: Optional[NodeConfigurationKopsArgs] = None,
disk_cpu_ratio: Optional[float] = None,
min_disk_size: Optional[float] = None,
name: Optional[str] = None,
node_configuration_id: Optional[str] = None,
ssh_public_key: Optional[str] = None,
container_runtime: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
timeouts: Optional[NodeConfigurationTimeoutsArgs] = None)
func NewNodeConfiguration(ctx *Context, name string, args NodeConfigurationArgs, opts ...ResourceOption) (*NodeConfiguration, error)
public NodeConfiguration(string name, NodeConfigurationArgs args, CustomResourceOptions? opts = null)
public NodeConfiguration(String name, NodeConfigurationArgs args)
public NodeConfiguration(String name, NodeConfigurationArgs args, CustomResourceOptions options)
type: castai:NodeConfiguration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args NodeConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args NodeConfigurationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args NodeConfigurationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NodeConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NodeConfigurationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var nodeConfigurationResource = new Castai.NodeConfiguration("nodeConfigurationResource", new()
{
Subnets = new[]
{
"string",
},
ClusterId = "string",
Image = "string",
KubeletConfig = "string",
DockerConfig = "string",
DrainTimeoutSec = 0,
Eks = new Castai.Inputs.NodeConfigurationEksArgs
{
InstanceProfileArn = "string",
SecurityGroups = new[]
{
"string",
},
ImdsV1 = false,
DnsClusterIp = "string",
ImdsHopLimit = 0,
IpsPerPrefix = 0,
KeyPairId = "string",
MaxPodsPerNodeFormula = "string",
NodeGroupArn = "string",
EksImageFamily = "string",
TargetGroups = new[]
{
new Castai.Inputs.NodeConfigurationEksTargetGroupArgs
{
Arn = "string",
Port = 0,
},
},
VolumeIops = 0,
VolumeKmsKeyArn = "string",
VolumeThroughput = 0,
VolumeType = "string",
},
Gke = new Castai.Inputs.NodeConfigurationGkeArgs
{
DiskType = "string",
Loadbalancers = new[]
{
new Castai.Inputs.NodeConfigurationGkeLoadbalancerArgs
{
TargetBackendPools = new[]
{
new Castai.Inputs.NodeConfigurationGkeLoadbalancerTargetBackendPoolArgs
{
Name = "string",
},
},
UnmanagedInstanceGroups = new[]
{
new Castai.Inputs.NodeConfigurationGkeLoadbalancerUnmanagedInstanceGroupArgs
{
Name = "string",
Zone = "string",
},
},
},
},
MaxPodsPerNode = 0,
NetworkTags = new[]
{
"string",
},
SecondaryIpRange = new Castai.Inputs.NodeConfigurationGkeSecondaryIpRangeArgs
{
RangeName = "string",
},
UseEphemeralStorageLocalSsd = false,
},
Aks = new Castai.Inputs.NodeConfigurationAksArgs
{
AksImageFamily = "string",
ApplicationSecurityGroups = new[]
{
"string",
},
EphemeralOsDisk = new Castai.Inputs.NodeConfigurationAksEphemeralOsDiskArgs
{
Placement = "string",
Cache = "string",
},
Loadbalancers = new[]
{
new Castai.Inputs.NodeConfigurationAksLoadbalancerArgs
{
Id = "string",
IpBasedBackendPools = new[]
{
new Castai.Inputs.NodeConfigurationAksLoadbalancerIpBasedBackendPoolArgs
{
Name = "string",
},
},
NicBasedBackendPools = new[]
{
new Castai.Inputs.NodeConfigurationAksLoadbalancerNicBasedBackendPoolArgs
{
Name = "string",
},
},
},
},
MaxPodsPerNode = 0,
NetworkSecurityGroup = "string",
OsDiskType = "string",
PublicIp = new Castai.Inputs.NodeConfigurationAksPublicIpArgs
{
IdleTimeoutInMinutes = 0,
PublicIpPrefix = "string",
Tags =
{
{ "string", "string" },
},
},
},
InitScript = "string",
Kops = new Castai.Inputs.NodeConfigurationKopsArgs
{
KeyPairId = "string",
},
DiskCpuRatio = 0,
MinDiskSize = 0,
Name = "string",
NodeConfigurationId = "string",
SshPublicKey = "string",
ContainerRuntime = "string",
Tags =
{
{ "string", "string" },
},
Timeouts = new Castai.Inputs.NodeConfigurationTimeoutsArgs
{
Create = "string",
Delete = "string",
Read = "string",
Update = "string",
},
});
example, err := castai.NewNodeConfiguration(ctx, "nodeConfigurationResource", &castai.NodeConfigurationArgs{
Subnets: pulumi.StringArray{
pulumi.String("string"),
},
ClusterId: pulumi.String("string"),
Image: pulumi.String("string"),
KubeletConfig: pulumi.String("string"),
DockerConfig: pulumi.String("string"),
DrainTimeoutSec: pulumi.Float64(0),
Eks: &.NodeConfigurationEksArgs{
InstanceProfileArn: pulumi.String("string"),
SecurityGroups: pulumi.StringArray{
pulumi.String("string"),
},
ImdsV1: pulumi.Bool(false),
DnsClusterIp: pulumi.String("string"),
ImdsHopLimit: pulumi.Float64(0),
IpsPerPrefix: pulumi.Float64(0),
KeyPairId: pulumi.String("string"),
MaxPodsPerNodeFormula: pulumi.String("string"),
NodeGroupArn: pulumi.String("string"),
EksImageFamily: pulumi.String("string"),
TargetGroups: .NodeConfigurationEksTargetGroupArray{
&.NodeConfigurationEksTargetGroupArgs{
Arn: pulumi.String("string"),
Port: pulumi.Float64(0),
},
},
VolumeIops: pulumi.Float64(0),
VolumeKmsKeyArn: pulumi.String("string"),
VolumeThroughput: pulumi.Float64(0),
VolumeType: pulumi.String("string"),
},
Gke: &.NodeConfigurationGkeArgs{
DiskType: pulumi.String("string"),
Loadbalancers: .NodeConfigurationGkeLoadbalancerArray{
&.NodeConfigurationGkeLoadbalancerArgs{
TargetBackendPools: .NodeConfigurationGkeLoadbalancerTargetBackendPoolArray{
&.NodeConfigurationGkeLoadbalancerTargetBackendPoolArgs{
Name: pulumi.String("string"),
},
},
UnmanagedInstanceGroups: .NodeConfigurationGkeLoadbalancerUnmanagedInstanceGroupArray{
&.NodeConfigurationGkeLoadbalancerUnmanagedInstanceGroupArgs{
Name: pulumi.String("string"),
Zone: pulumi.String("string"),
},
},
},
},
MaxPodsPerNode: pulumi.Float64(0),
NetworkTags: pulumi.StringArray{
pulumi.String("string"),
},
SecondaryIpRange: &.NodeConfigurationGkeSecondaryIpRangeArgs{
RangeName: pulumi.String("string"),
},
UseEphemeralStorageLocalSsd: pulumi.Bool(false),
},
Aks: &.NodeConfigurationAksArgs{
AksImageFamily: pulumi.String("string"),
ApplicationSecurityGroups: pulumi.StringArray{
pulumi.String("string"),
},
EphemeralOsDisk: &.NodeConfigurationAksEphemeralOsDiskArgs{
Placement: pulumi.String("string"),
Cache: pulumi.String("string"),
},
Loadbalancers: .NodeConfigurationAksLoadbalancerArray{
&.NodeConfigurationAksLoadbalancerArgs{
Id: pulumi.String("string"),
IpBasedBackendPools: .NodeConfigurationAksLoadbalancerIpBasedBackendPoolArray{
&.NodeConfigurationAksLoadbalancerIpBasedBackendPoolArgs{
Name: pulumi.String("string"),
},
},
NicBasedBackendPools: .NodeConfigurationAksLoadbalancerNicBasedBackendPoolArray{
&.NodeConfigurationAksLoadbalancerNicBasedBackendPoolArgs{
Name: pulumi.String("string"),
},
},
},
},
MaxPodsPerNode: pulumi.Float64(0),
NetworkSecurityGroup: pulumi.String("string"),
OsDiskType: pulumi.String("string"),
PublicIp: &.NodeConfigurationAksPublicIpArgs{
IdleTimeoutInMinutes: pulumi.Float64(0),
PublicIpPrefix: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
},
InitScript: pulumi.String("string"),
Kops: &.NodeConfigurationKopsArgs{
KeyPairId: pulumi.String("string"),
},
DiskCpuRatio: pulumi.Float64(0),
MinDiskSize: pulumi.Float64(0),
Name: pulumi.String("string"),
NodeConfigurationId: pulumi.String("string"),
SshPublicKey: pulumi.String("string"),
ContainerRuntime: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
Timeouts: &.NodeConfigurationTimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
Read: pulumi.String("string"),
Update: pulumi.String("string"),
},
})
var nodeConfigurationResource = new NodeConfiguration("nodeConfigurationResource", NodeConfigurationArgs.builder()
.subnets("string")
.clusterId("string")
.image("string")
.kubeletConfig("string")
.dockerConfig("string")
.drainTimeoutSec(0)
.eks(NodeConfigurationEksArgs.builder()
.instanceProfileArn("string")
.securityGroups("string")
.imdsV1(false)
.dnsClusterIp("string")
.imdsHopLimit(0)
.ipsPerPrefix(0)
.keyPairId("string")
.maxPodsPerNodeFormula("string")
.nodeGroupArn("string")
.eksImageFamily("string")
.targetGroups(NodeConfigurationEksTargetGroupArgs.builder()
.arn("string")
.port(0)
.build())
.volumeIops(0)
.volumeKmsKeyArn("string")
.volumeThroughput(0)
.volumeType("string")
.build())
.gke(NodeConfigurationGkeArgs.builder()
.diskType("string")
.loadbalancers(NodeConfigurationGkeLoadbalancerArgs.builder()
.targetBackendPools(NodeConfigurationGkeLoadbalancerTargetBackendPoolArgs.builder()
.name("string")
.build())
.unmanagedInstanceGroups(NodeConfigurationGkeLoadbalancerUnmanagedInstanceGroupArgs.builder()
.name("string")
.zone("string")
.build())
.build())
.maxPodsPerNode(0)
.networkTags("string")
.secondaryIpRange(NodeConfigurationGkeSecondaryIpRangeArgs.builder()
.rangeName("string")
.build())
.useEphemeralStorageLocalSsd(false)
.build())
.aks(NodeConfigurationAksArgs.builder()
.aksImageFamily("string")
.applicationSecurityGroups("string")
.ephemeralOsDisk(NodeConfigurationAksEphemeralOsDiskArgs.builder()
.placement("string")
.cache("string")
.build())
.loadbalancers(NodeConfigurationAksLoadbalancerArgs.builder()
.id("string")
.ipBasedBackendPools(NodeConfigurationAksLoadbalancerIpBasedBackendPoolArgs.builder()
.name("string")
.build())
.nicBasedBackendPools(NodeConfigurationAksLoadbalancerNicBasedBackendPoolArgs.builder()
.name("string")
.build())
.build())
.maxPodsPerNode(0)
.networkSecurityGroup("string")
.osDiskType("string")
.publicIp(NodeConfigurationAksPublicIpArgs.builder()
.idleTimeoutInMinutes(0)
.publicIpPrefix("string")
.tags(Map.of("string", "string"))
.build())
.build())
.initScript("string")
.kops(NodeConfigurationKopsArgs.builder()
.keyPairId("string")
.build())
.diskCpuRatio(0)
.minDiskSize(0)
.name("string")
.nodeConfigurationId("string")
.sshPublicKey("string")
.containerRuntime("string")
.tags(Map.of("string", "string"))
.timeouts(NodeConfigurationTimeoutsArgs.builder()
.create("string")
.delete("string")
.read("string")
.update("string")
.build())
.build());
node_configuration_resource = castai.NodeConfiguration("nodeConfigurationResource",
subnets=["string"],
cluster_id="string",
image="string",
kubelet_config="string",
docker_config="string",
drain_timeout_sec=0,
eks={
"instance_profile_arn": "string",
"security_groups": ["string"],
"imds_v1": False,
"dns_cluster_ip": "string",
"imds_hop_limit": 0,
"ips_per_prefix": 0,
"key_pair_id": "string",
"max_pods_per_node_formula": "string",
"node_group_arn": "string",
"eks_image_family": "string",
"target_groups": [{
"arn": "string",
"port": 0,
}],
"volume_iops": 0,
"volume_kms_key_arn": "string",
"volume_throughput": 0,
"volume_type": "string",
},
gke={
"disk_type": "string",
"loadbalancers": [{
"target_backend_pools": [{
"name": "string",
}],
"unmanaged_instance_groups": [{
"name": "string",
"zone": "string",
}],
}],
"max_pods_per_node": 0,
"network_tags": ["string"],
"secondary_ip_range": {
"range_name": "string",
},
"use_ephemeral_storage_local_ssd": False,
},
aks={
"aks_image_family": "string",
"application_security_groups": ["string"],
"ephemeral_os_disk": {
"placement": "string",
"cache": "string",
},
"loadbalancers": [{
"id": "string",
"ip_based_backend_pools": [{
"name": "string",
}],
"nic_based_backend_pools": [{
"name": "string",
}],
}],
"max_pods_per_node": 0,
"network_security_group": "string",
"os_disk_type": "string",
"public_ip": {
"idle_timeout_in_minutes": 0,
"public_ip_prefix": "string",
"tags": {
"string": "string",
},
},
},
init_script="string",
kops={
"key_pair_id": "string",
},
disk_cpu_ratio=0,
min_disk_size=0,
name="string",
node_configuration_id="string",
ssh_public_key="string",
container_runtime="string",
tags={
"string": "string",
},
timeouts={
"create": "string",
"delete": "string",
"read": "string",
"update": "string",
})
const nodeConfigurationResource = new castai.NodeConfiguration("nodeConfigurationResource", {
subnets: ["string"],
clusterId: "string",
image: "string",
kubeletConfig: "string",
dockerConfig: "string",
drainTimeoutSec: 0,
eks: {
instanceProfileArn: "string",
securityGroups: ["string"],
imdsV1: false,
dnsClusterIp: "string",
imdsHopLimit: 0,
ipsPerPrefix: 0,
keyPairId: "string",
maxPodsPerNodeFormula: "string",
nodeGroupArn: "string",
eksImageFamily: "string",
targetGroups: [{
arn: "string",
port: 0,
}],
volumeIops: 0,
volumeKmsKeyArn: "string",
volumeThroughput: 0,
volumeType: "string",
},
gke: {
diskType: "string",
loadbalancers: [{
targetBackendPools: [{
name: "string",
}],
unmanagedInstanceGroups: [{
name: "string",
zone: "string",
}],
}],
maxPodsPerNode: 0,
networkTags: ["string"],
secondaryIpRange: {
rangeName: "string",
},
useEphemeralStorageLocalSsd: false,
},
aks: {
aksImageFamily: "string",
applicationSecurityGroups: ["string"],
ephemeralOsDisk: {
placement: "string",
cache: "string",
},
loadbalancers: [{
id: "string",
ipBasedBackendPools: [{
name: "string",
}],
nicBasedBackendPools: [{
name: "string",
}],
}],
maxPodsPerNode: 0,
networkSecurityGroup: "string",
osDiskType: "string",
publicIp: {
idleTimeoutInMinutes: 0,
publicIpPrefix: "string",
tags: {
string: "string",
},
},
},
initScript: "string",
kops: {
keyPairId: "string",
},
diskCpuRatio: 0,
minDiskSize: 0,
name: "string",
nodeConfigurationId: "string",
sshPublicKey: "string",
containerRuntime: "string",
tags: {
string: "string",
},
timeouts: {
create: "string",
"delete": "string",
read: "string",
update: "string",
},
});
type: castai:NodeConfiguration
properties:
aks:
aksImageFamily: string
applicationSecurityGroups:
- string
ephemeralOsDisk:
cache: string
placement: string
loadbalancers:
- id: string
ipBasedBackendPools:
- name: string
nicBasedBackendPools:
- name: string
maxPodsPerNode: 0
networkSecurityGroup: string
osDiskType: string
publicIp:
idleTimeoutInMinutes: 0
publicIpPrefix: string
tags:
string: string
clusterId: string
containerRuntime: string
diskCpuRatio: 0
dockerConfig: string
drainTimeoutSec: 0
eks:
dnsClusterIp: string
eksImageFamily: string
imdsHopLimit: 0
imdsV1: false
instanceProfileArn: string
ipsPerPrefix: 0
keyPairId: string
maxPodsPerNodeFormula: string
nodeGroupArn: string
securityGroups:
- string
targetGroups:
- arn: string
port: 0
volumeIops: 0
volumeKmsKeyArn: string
volumeThroughput: 0
volumeType: string
gke:
diskType: string
loadbalancers:
- targetBackendPools:
- name: string
unmanagedInstanceGroups:
- name: string
zone: string
maxPodsPerNode: 0
networkTags:
- string
secondaryIpRange:
rangeName: string
useEphemeralStorageLocalSsd: false
image: string
initScript: string
kops:
keyPairId: string
kubeletConfig: string
minDiskSize: 0
name: string
nodeConfigurationId: string
sshPublicKey: string
subnets:
- string
tags:
string: string
timeouts:
create: string
delete: string
read: string
update: string
NodeConfiguration Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The NodeConfiguration resource accepts the following input properties:
- Cluster
Id string - CAST AI cluster id
- Subnets List<string>
- Subnet ids to be used for provisioned nodes
- Aks
Node
Configuration Aks - Container
Runtime string - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- Disk
Cpu doubleRatio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- Docker
Config string - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- Drain
Timeout doubleSec - Timeout in seconds for draining the node. Defaults to 0
- Eks
Node
Configuration Eks - Gke
Node
Configuration Gke - Image string
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- Init
Script string - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- Kops
Node
Configuration Kops - Kubelet
Config string - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- Min
Disk doubleSize - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- Name string
- Node
Configuration stringId - The ID of this resource.
- Ssh
Public stringKey - SSH public key to be used for provisioned nodes
- Dictionary<string, string>
- Tags to be added on cloud instances for provisioned nodes
- Timeouts
Node
Configuration Timeouts
- Cluster
Id string - CAST AI cluster id
- Subnets []string
- Subnet ids to be used for provisioned nodes
- Aks
Node
Configuration Aks Args - Container
Runtime string - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- Disk
Cpu float64Ratio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- Docker
Config string - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- Drain
Timeout float64Sec - Timeout in seconds for draining the node. Defaults to 0
- Eks
Node
Configuration Eks Args - Gke
Node
Configuration Gke Args - Image string
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- Init
Script string - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- Kops
Node
Configuration Kops Args - Kubelet
Config string - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- Min
Disk float64Size - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- Name string
- Node
Configuration stringId - The ID of this resource.
- Ssh
Public stringKey - SSH public key to be used for provisioned nodes
- map[string]string
- Tags to be added on cloud instances for provisioned nodes
- Timeouts
Node
Configuration Timeouts Args
- cluster
Id String - CAST AI cluster id
- subnets List<String>
- Subnet ids to be used for provisioned nodes
- aks
Node
Configuration Aks - container
Runtime String - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- disk
Cpu DoubleRatio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- docker
Config String - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- drain
Timeout DoubleSec - Timeout in seconds for draining the node. Defaults to 0
- eks
Node
Configuration Eks - gke
Node
Configuration Gke - image String
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- init
Script String - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- kops
Node
Configuration Kops - kubelet
Config String - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- min
Disk DoubleSize - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- name String
- node
Configuration StringId - The ID of this resource.
- ssh
Public StringKey - SSH public key to be used for provisioned nodes
- Map<String,String>
- Tags to be added on cloud instances for provisioned nodes
- timeouts
Node
Configuration Timeouts
- cluster
Id string - CAST AI cluster id
- subnets string[]
- Subnet ids to be used for provisioned nodes
- aks
Node
Configuration Aks - container
Runtime string - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- disk
Cpu numberRatio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- docker
Config string - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- drain
Timeout numberSec - Timeout in seconds for draining the node. Defaults to 0
- eks
Node
Configuration Eks - gke
Node
Configuration Gke - image string
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- init
Script string - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- kops
Node
Configuration Kops - kubelet
Config string - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- min
Disk numberSize - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- name string
- node
Configuration stringId - The ID of this resource.
- ssh
Public stringKey - SSH public key to be used for provisioned nodes
- {[key: string]: string}
- Tags to be added on cloud instances for provisioned nodes
- timeouts
Node
Configuration Timeouts
- cluster_
id str - CAST AI cluster id
- subnets Sequence[str]
- Subnet ids to be used for provisioned nodes
- aks
Node
Configuration Aks Args - container_
runtime str - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- disk_
cpu_ floatratio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- docker_
config str - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- drain_
timeout_ floatsec - Timeout in seconds for draining the node. Defaults to 0
- eks
Node
Configuration Eks Args - gke
Node
Configuration Gke Args - image str
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- init_
script str - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- kops
Node
Configuration Kops Args - kubelet_
config str - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- min_
disk_ floatsize - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- name str
- node_
configuration_ strid - The ID of this resource.
- ssh_
public_ strkey - SSH public key to be used for provisioned nodes
- Mapping[str, str]
- Tags to be added on cloud instances for provisioned nodes
- timeouts
Node
Configuration Timeouts Args
- cluster
Id String - CAST AI cluster id
- subnets List<String>
- Subnet ids to be used for provisioned nodes
- aks Property Map
- container
Runtime String - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- disk
Cpu NumberRatio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- docker
Config String - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- drain
Timeout NumberSec - Timeout in seconds for draining the node. Defaults to 0
- eks Property Map
- gke Property Map
- image String
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- init
Script String - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- kops Property Map
- kubelet
Config String - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- min
Disk NumberSize - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- name String
- node
Configuration StringId - The ID of this resource.
- ssh
Public StringKey - SSH public key to be used for provisioned nodes
- Map<String>
- Tags to be added on cloud instances for provisioned nodes
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the NodeConfiguration resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing NodeConfiguration Resource
Get an existing NodeConfiguration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: NodeConfigurationState, opts?: CustomResourceOptions): NodeConfiguration
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
aks: Optional[NodeConfigurationAksArgs] = None,
cluster_id: Optional[str] = None,
container_runtime: Optional[str] = None,
disk_cpu_ratio: Optional[float] = None,
docker_config: Optional[str] = None,
drain_timeout_sec: Optional[float] = None,
eks: Optional[NodeConfigurationEksArgs] = None,
gke: Optional[NodeConfigurationGkeArgs] = None,
image: Optional[str] = None,
init_script: Optional[str] = None,
kops: Optional[NodeConfigurationKopsArgs] = None,
kubelet_config: Optional[str] = None,
min_disk_size: Optional[float] = None,
name: Optional[str] = None,
node_configuration_id: Optional[str] = None,
ssh_public_key: Optional[str] = None,
subnets: Optional[Sequence[str]] = None,
tags: Optional[Mapping[str, str]] = None,
timeouts: Optional[NodeConfigurationTimeoutsArgs] = None) -> NodeConfiguration
func GetNodeConfiguration(ctx *Context, name string, id IDInput, state *NodeConfigurationState, opts ...ResourceOption) (*NodeConfiguration, error)
public static NodeConfiguration Get(string name, Input<string> id, NodeConfigurationState? state, CustomResourceOptions? opts = null)
public static NodeConfiguration get(String name, Output<String> id, NodeConfigurationState state, CustomResourceOptions options)
resources: _: type: castai:NodeConfiguration get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Aks
Node
Configuration Aks - Cluster
Id string - CAST AI cluster id
- Container
Runtime string - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- Disk
Cpu doubleRatio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- Docker
Config string - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- Drain
Timeout doubleSec - Timeout in seconds for draining the node. Defaults to 0
- Eks
Node
Configuration Eks - Gke
Node
Configuration Gke - Image string
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- Init
Script string - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- Kops
Node
Configuration Kops - Kubelet
Config string - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- Min
Disk doubleSize - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- Name string
- Node
Configuration stringId - The ID of this resource.
- Ssh
Public stringKey - SSH public key to be used for provisioned nodes
- Subnets List<string>
- Subnet ids to be used for provisioned nodes
- Dictionary<string, string>
- Tags to be added on cloud instances for provisioned nodes
- Timeouts
Node
Configuration Timeouts
- Aks
Node
Configuration Aks Args - Cluster
Id string - CAST AI cluster id
- Container
Runtime string - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- Disk
Cpu float64Ratio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- Docker
Config string - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- Drain
Timeout float64Sec - Timeout in seconds for draining the node. Defaults to 0
- Eks
Node
Configuration Eks Args - Gke
Node
Configuration Gke Args - Image string
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- Init
Script string - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- Kops
Node
Configuration Kops Args - Kubelet
Config string - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- Min
Disk float64Size - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- Name string
- Node
Configuration stringId - The ID of this resource.
- Ssh
Public stringKey - SSH public key to be used for provisioned nodes
- Subnets []string
- Subnet ids to be used for provisioned nodes
- map[string]string
- Tags to be added on cloud instances for provisioned nodes
- Timeouts
Node
Configuration Timeouts Args
- aks
Node
Configuration Aks - cluster
Id String - CAST AI cluster id
- container
Runtime String - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- disk
Cpu DoubleRatio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- docker
Config String - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- drain
Timeout DoubleSec - Timeout in seconds for draining the node. Defaults to 0
- eks
Node
Configuration Eks - gke
Node
Configuration Gke - image String
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- init
Script String - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- kops
Node
Configuration Kops - kubelet
Config String - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- min
Disk DoubleSize - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- name String
- node
Configuration StringId - The ID of this resource.
- ssh
Public StringKey - SSH public key to be used for provisioned nodes
- subnets List<String>
- Subnet ids to be used for provisioned nodes
- Map<String,String>
- Tags to be added on cloud instances for provisioned nodes
- timeouts
Node
Configuration Timeouts
- aks
Node
Configuration Aks - cluster
Id string - CAST AI cluster id
- container
Runtime string - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- disk
Cpu numberRatio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- docker
Config string - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- drain
Timeout numberSec - Timeout in seconds for draining the node. Defaults to 0
- eks
Node
Configuration Eks - gke
Node
Configuration Gke - image string
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- init
Script string - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- kops
Node
Configuration Kops - kubelet
Config string - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- min
Disk numberSize - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- name string
- node
Configuration stringId - The ID of this resource.
- ssh
Public stringKey - SSH public key to be used for provisioned nodes
- subnets string[]
- Subnet ids to be used for provisioned nodes
- {[key: string]: string}
- Tags to be added on cloud instances for provisioned nodes
- timeouts
Node
Configuration Timeouts
- aks
Node
Configuration Aks Args - cluster_
id str - CAST AI cluster id
- container_
runtime str - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- disk_
cpu_ floatratio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- docker_
config str - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- drain_
timeout_ floatsec - Timeout in seconds for draining the node. Defaults to 0
- eks
Node
Configuration Eks Args - gke
Node
Configuration Gke Args - image str
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- init_
script str - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- kops
Node
Configuration Kops Args - kubelet_
config str - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- min_
disk_ floatsize - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- name str
- node_
configuration_ strid - The ID of this resource.
- ssh_
public_ strkey - SSH public key to be used for provisioned nodes
- subnets Sequence[str]
- Subnet ids to be used for provisioned nodes
- Mapping[str, str]
- Tags to be added on cloud instances for provisioned nodes
- timeouts
Node
Configuration Timeouts Args
- aks Property Map
- cluster
Id String - CAST AI cluster id
- container
Runtime String - Optional container runtime to be used by kubelet. Applicable for EKS only. Supported values include:
dockerd
,containerd
- disk
Cpu NumberRatio - Disk to CPU ratio. Sets the number of GiBs to be added for every CPU on the node. Defaults to 0
- docker
Config String - Optional docker daemon configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- drain
Timeout NumberSec - Timeout in seconds for draining the node. Defaults to 0
- eks Property Map
- gke Property Map
- image String
- Image to be used while provisioning the node. If nothing is provided will be resolved to latest available image based on Image family, Kubernetes version and node architecture if possible. See Cast.ai documentation for details.
- init
Script String - Init script to be run on your instance at launch. Should not contain any sensitive data. Value should be base64 encoded
- kops Property Map
- kubelet
Config String - Optional kubelet configuration properties in JSON format. Provide only properties that you want to override. Applicable for EKS only. Available values
- min
Disk NumberSize - Minimal disk size in GiB. Defaults to 100, min 30, max 65536
- name String
- node
Configuration StringId - The ID of this resource.
- ssh
Public StringKey - SSH public key to be used for provisioned nodes
- subnets List<String>
- Subnet ids to be used for provisioned nodes
- Map<String>
- Tags to be added on cloud instances for provisioned nodes
- timeouts Property Map
Supporting Types
NodeConfigurationAks, NodeConfigurationAksArgs
- Aks
Image stringFamily - Image OS Family to use when provisioning node in AKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (ubuntu,azure-linux)
- Application
Security List<string>Groups - Application security groups to be used for provisioned nodes
- Ephemeral
Os NodeDisk Configuration Aks Ephemeral Os Disk - Ephemeral OS disk configuration for CAST provisioned nodes
- Loadbalancers
List<Node
Configuration Aks Loadbalancer> - Load balancer configuration for CAST provisioned nodes
- Max
Pods doublePer Node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 30
- Network
Security stringGroup - Network security group to be used for provisioned nodes, if not provided default security group from
castpool
will be used - Os
Disk stringType - Type of managed os disk attached to the node. (See disk types). One of: standard, standard-ssd, premium-ssd (ultra and premium-ssd-v2 are not supported for os disk)
- Public
Ip NodeConfiguration Aks Public Ip - Public IP configuration for CAST AI provisioned nodes
- Aks
Image stringFamily - Image OS Family to use when provisioning node in AKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (ubuntu,azure-linux)
- Application
Security []stringGroups - Application security groups to be used for provisioned nodes
- Ephemeral
Os NodeDisk Configuration Aks Ephemeral Os Disk - Ephemeral OS disk configuration for CAST provisioned nodes
- Loadbalancers
[]Node
Configuration Aks Loadbalancer - Load balancer configuration for CAST provisioned nodes
- Max
Pods float64Per Node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 30
- Network
Security stringGroup - Network security group to be used for provisioned nodes, if not provided default security group from
castpool
will be used - Os
Disk stringType - Type of managed os disk attached to the node. (See disk types). One of: standard, standard-ssd, premium-ssd (ultra and premium-ssd-v2 are not supported for os disk)
- Public
Ip NodeConfiguration Aks Public Ip - Public IP configuration for CAST AI provisioned nodes
- aks
Image StringFamily - Image OS Family to use when provisioning node in AKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (ubuntu,azure-linux)
- application
Security List<String>Groups - Application security groups to be used for provisioned nodes
- ephemeral
Os NodeDisk Configuration Aks Ephemeral Os Disk - Ephemeral OS disk configuration for CAST provisioned nodes
- loadbalancers
List<Node
Configuration Aks Loadbalancer> - Load balancer configuration for CAST provisioned nodes
- max
Pods DoublePer Node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 30
- network
Security StringGroup - Network security group to be used for provisioned nodes, if not provided default security group from
castpool
will be used - os
Disk StringType - Type of managed os disk attached to the node. (See disk types). One of: standard, standard-ssd, premium-ssd (ultra and premium-ssd-v2 are not supported for os disk)
- public
Ip NodeConfiguration Aks Public Ip - Public IP configuration for CAST AI provisioned nodes
- aks
Image stringFamily - Image OS Family to use when provisioning node in AKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (ubuntu,azure-linux)
- application
Security string[]Groups - Application security groups to be used for provisioned nodes
- ephemeral
Os NodeDisk Configuration Aks Ephemeral Os Disk - Ephemeral OS disk configuration for CAST provisioned nodes
- loadbalancers
Node
Configuration Aks Loadbalancer[] - Load balancer configuration for CAST provisioned nodes
- max
Pods numberPer Node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 30
- network
Security stringGroup - Network security group to be used for provisioned nodes, if not provided default security group from
castpool
will be used - os
Disk stringType - Type of managed os disk attached to the node. (See disk types). One of: standard, standard-ssd, premium-ssd (ultra and premium-ssd-v2 are not supported for os disk)
- public
Ip NodeConfiguration Aks Public Ip - Public IP configuration for CAST AI provisioned nodes
- aks_
image_ strfamily - Image OS Family to use when provisioning node in AKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (ubuntu,azure-linux)
- application_
security_ Sequence[str]groups - Application security groups to be used for provisioned nodes
- ephemeral_
os_ Nodedisk Configuration Aks Ephemeral Os Disk - Ephemeral OS disk configuration for CAST provisioned nodes
- loadbalancers
Sequence[Node
Configuration Aks Loadbalancer] - Load balancer configuration for CAST provisioned nodes
- max_
pods_ floatper_ node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 30
- network_
security_ strgroup - Network security group to be used for provisioned nodes, if not provided default security group from
castpool
will be used - os_
disk_ strtype - Type of managed os disk attached to the node. (See disk types). One of: standard, standard-ssd, premium-ssd (ultra and premium-ssd-v2 are not supported for os disk)
- public_
ip NodeConfiguration Aks Public Ip - Public IP configuration for CAST AI provisioned nodes
- aks
Image StringFamily - Image OS Family to use when provisioning node in AKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (ubuntu,azure-linux)
- application
Security List<String>Groups - Application security groups to be used for provisioned nodes
- ephemeral
Os Property MapDisk - Ephemeral OS disk configuration for CAST provisioned nodes
- loadbalancers List<Property Map>
- Load balancer configuration for CAST provisioned nodes
- max
Pods NumberPer Node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 30
- network
Security StringGroup - Network security group to be used for provisioned nodes, if not provided default security group from
castpool
will be used - os
Disk StringType - Type of managed os disk attached to the node. (See disk types). One of: standard, standard-ssd, premium-ssd (ultra and premium-ssd-v2 are not supported for os disk)
- public
Ip Property Map - Public IP configuration for CAST AI provisioned nodes
NodeConfigurationAksEphemeralOsDisk, NodeConfigurationAksEphemeralOsDiskArgs
NodeConfigurationAksLoadbalancer, NodeConfigurationAksLoadbalancerArgs
- Id string
- The full ID of the load balancer in azure.
- Ip
Based List<NodeBackend Pools Configuration Aks Loadbalancer Ip Based Backend Pool> - IP based backend pools configuration for CAST provisioned nodes
- Name string
- Name of load balancer
- Nic
Based List<NodeBackend Pools Configuration Aks Loadbalancer Nic Based Backend Pool> - NIC based backend pools configuration for CAST provisioned nodes.
- Id string
- The full ID of the load balancer in azure.
- Ip
Based []NodeBackend Pools Configuration Aks Loadbalancer Ip Based Backend Pool - IP based backend pools configuration for CAST provisioned nodes
- Name string
- Name of load balancer
- Nic
Based []NodeBackend Pools Configuration Aks Loadbalancer Nic Based Backend Pool - NIC based backend pools configuration for CAST provisioned nodes.
- id String
- The full ID of the load balancer in azure.
- ip
Based List<NodeBackend Pools Configuration Aks Loadbalancer Ip Based Backend Pool> - IP based backend pools configuration for CAST provisioned nodes
- name String
- Name of load balancer
- nic
Based List<NodeBackend Pools Configuration Aks Loadbalancer Nic Based Backend Pool> - NIC based backend pools configuration for CAST provisioned nodes.
- id string
- The full ID of the load balancer in azure.
- ip
Based NodeBackend Pools Configuration Aks Loadbalancer Ip Based Backend Pool[] - IP based backend pools configuration for CAST provisioned nodes
- name string
- Name of load balancer
- nic
Based NodeBackend Pools Configuration Aks Loadbalancer Nic Based Backend Pool[] - NIC based backend pools configuration for CAST provisioned nodes.
- id str
- The full ID of the load balancer in azure.
- ip_
based_ Sequence[Nodebackend_ pools Configuration Aks Loadbalancer Ip Based Backend Pool] - IP based backend pools configuration for CAST provisioned nodes
- name str
- Name of load balancer
- nic_
based_ Sequence[Nodebackend_ pools Configuration Aks Loadbalancer Nic Based Backend Pool] - NIC based backend pools configuration for CAST provisioned nodes.
- id String
- The full ID of the load balancer in azure.
- ip
Based List<Property Map>Backend Pools - IP based backend pools configuration for CAST provisioned nodes
- name String
- Name of load balancer
- nic
Based List<Property Map>Backend Pools - NIC based backend pools configuration for CAST provisioned nodes.
NodeConfigurationAksLoadbalancerIpBasedBackendPool, NodeConfigurationAksLoadbalancerIpBasedBackendPoolArgs
- Name string
- Name of the ip based backend pool
- Name string
- Name of the ip based backend pool
- name String
- Name of the ip based backend pool
- name string
- Name of the ip based backend pool
- name str
- Name of the ip based backend pool
- name String
- Name of the ip based backend pool
NodeConfigurationAksLoadbalancerNicBasedBackendPool, NodeConfigurationAksLoadbalancerNicBasedBackendPoolArgs
- Name string
- Name of the NIC based backend pool
- Name string
- Name of the NIC based backend pool
- name String
- Name of the NIC based backend pool
- name string
- Name of the NIC based backend pool
- name str
- Name of the NIC based backend pool
- name String
- Name of the NIC based backend pool
NodeConfigurationAksPublicIp, NodeConfigurationAksPublicIpArgs
- Idle
Timeout doubleIn Minutes - Idle timeout in minutes for public IP
- Public
Ip stringPrefix - Public IP prefix to be used for provisioned nodes
- Dictionary<string, string>
- Idle
Timeout float64In Minutes - Idle timeout in minutes for public IP
- Public
Ip stringPrefix - Public IP prefix to be used for provisioned nodes
- map[string]string
- idle
Timeout DoubleIn Minutes - Idle timeout in minutes for public IP
- public
Ip StringPrefix - Public IP prefix to be used for provisioned nodes
- Map<String,String>
- idle
Timeout numberIn Minutes - Idle timeout in minutes for public IP
- public
Ip stringPrefix - Public IP prefix to be used for provisioned nodes
- {[key: string]: string}
- idle_
timeout_ floatin_ minutes - Idle timeout in minutes for public IP
- public_
ip_ strprefix - Public IP prefix to be used for provisioned nodes
- Mapping[str, str]
- idle
Timeout NumberIn Minutes - Idle timeout in minutes for public IP
- public
Ip StringPrefix - Public IP prefix to be used for provisioned nodes
- Map<String>
NodeConfigurationEks, NodeConfigurationEksArgs
- Instance
Profile stringArn - Cluster's instance profile ARN used for CAST provisioned nodes
- Security
Groups List<string> - Cluster's security groups configuration for CAST provisioned nodes
- Dns
Cluster stringIp - IP address to use for DNS queries within the cluster
- Eks
Image stringFamily - Image OS Family to use when provisioning node in EKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (al2,al2023,bottlerocket)
- Imds
Hop doubleLimit - Allow configure the IMDSv2 hop limit, the default is 2
- Imds
V1 bool - When the value is true both IMDSv1 and IMDSv2 are enabled. Setting the value to false disables permanently IMDSv1 and might affect legacy workloads running on the node created with this configuration. The default is true if the flag isn't provided
- Ips
Per doublePrefix - Number of IPs per prefix to be used for calculating max pods.
- Key
Pair stringId - AWS key pair ID to be used for CAST provisioned nodes. Has priority over sshpublickey
- Max
Pods stringPer Node Formula - Formula to calculate the maximum number of pods that can be run on a node. The following list of variables will be bound to a number before evaluating and can be used in the formula: NUMMAXNETINTERFACES, NUMIPPERINTERFACE, NUMIPPERPREFIX, NUMCPU, NUMRAMGB .
- Node
Group stringArn - Cluster's node group ARN used for CAST provisioned node pools. Required for hibernate/resume functionality
- Target
Groups List<NodeConfiguration Eks Target Group> - AWS target groups configuration for CAST provisioned nodes
- Volume
Iops double - AWS EBS volume IOPS to be used for CAST provisioned nodes
- Volume
Kms stringKey Arn - AWS KMS key ARN for encrypting EBS volume attached to the node
- Volume
Throughput double - AWS EBS volume throughput in MiB/s to be used for CAST provisioned nodes
- Volume
Type string - AWS EBS volume type to be used for CAST provisioned nodes. One of: gp3, gp2, io1, io2
- Instance
Profile stringArn - Cluster's instance profile ARN used for CAST provisioned nodes
- Security
Groups []string - Cluster's security groups configuration for CAST provisioned nodes
- Dns
Cluster stringIp - IP address to use for DNS queries within the cluster
- Eks
Image stringFamily - Image OS Family to use when provisioning node in EKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (al2,al2023,bottlerocket)
- Imds
Hop float64Limit - Allow configure the IMDSv2 hop limit, the default is 2
- Imds
V1 bool - When the value is true both IMDSv1 and IMDSv2 are enabled. Setting the value to false disables permanently IMDSv1 and might affect legacy workloads running on the node created with this configuration. The default is true if the flag isn't provided
- Ips
Per float64Prefix - Number of IPs per prefix to be used for calculating max pods.
- Key
Pair stringId - AWS key pair ID to be used for CAST provisioned nodes. Has priority over sshpublickey
- Max
Pods stringPer Node Formula - Formula to calculate the maximum number of pods that can be run on a node. The following list of variables will be bound to a number before evaluating and can be used in the formula: NUMMAXNETINTERFACES, NUMIPPERINTERFACE, NUMIPPERPREFIX, NUMCPU, NUMRAMGB .
- Node
Group stringArn - Cluster's node group ARN used for CAST provisioned node pools. Required for hibernate/resume functionality
- Target
Groups []NodeConfiguration Eks Target Group - AWS target groups configuration for CAST provisioned nodes
- Volume
Iops float64 - AWS EBS volume IOPS to be used for CAST provisioned nodes
- Volume
Kms stringKey Arn - AWS KMS key ARN for encrypting EBS volume attached to the node
- Volume
Throughput float64 - AWS EBS volume throughput in MiB/s to be used for CAST provisioned nodes
- Volume
Type string - AWS EBS volume type to be used for CAST provisioned nodes. One of: gp3, gp2, io1, io2
- instance
Profile StringArn - Cluster's instance profile ARN used for CAST provisioned nodes
- security
Groups List<String> - Cluster's security groups configuration for CAST provisioned nodes
- dns
Cluster StringIp - IP address to use for DNS queries within the cluster
- eks
Image StringFamily - Image OS Family to use when provisioning node in EKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (al2,al2023,bottlerocket)
- imds
Hop DoubleLimit - Allow configure the IMDSv2 hop limit, the default is 2
- imds
V1 Boolean - When the value is true both IMDSv1 and IMDSv2 are enabled. Setting the value to false disables permanently IMDSv1 and might affect legacy workloads running on the node created with this configuration. The default is true if the flag isn't provided
- ips
Per DoublePrefix - Number of IPs per prefix to be used for calculating max pods.
- key
Pair StringId - AWS key pair ID to be used for CAST provisioned nodes. Has priority over sshpublickey
- max
Pods StringPer Node Formula - Formula to calculate the maximum number of pods that can be run on a node. The following list of variables will be bound to a number before evaluating and can be used in the formula: NUMMAXNETINTERFACES, NUMIPPERINTERFACE, NUMIPPERPREFIX, NUMCPU, NUMRAMGB .
- node
Group StringArn - Cluster's node group ARN used for CAST provisioned node pools. Required for hibernate/resume functionality
- target
Groups List<NodeConfiguration Eks Target Group> - AWS target groups configuration for CAST provisioned nodes
- volume
Iops Double - AWS EBS volume IOPS to be used for CAST provisioned nodes
- volume
Kms StringKey Arn - AWS KMS key ARN for encrypting EBS volume attached to the node
- volume
Throughput Double - AWS EBS volume throughput in MiB/s to be used for CAST provisioned nodes
- volume
Type String - AWS EBS volume type to be used for CAST provisioned nodes. One of: gp3, gp2, io1, io2
- instance
Profile stringArn - Cluster's instance profile ARN used for CAST provisioned nodes
- security
Groups string[] - Cluster's security groups configuration for CAST provisioned nodes
- dns
Cluster stringIp - IP address to use for DNS queries within the cluster
- eks
Image stringFamily - Image OS Family to use when provisioning node in EKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (al2,al2023,bottlerocket)
- imds
Hop numberLimit - Allow configure the IMDSv2 hop limit, the default is 2
- imds
V1 boolean - When the value is true both IMDSv1 and IMDSv2 are enabled. Setting the value to false disables permanently IMDSv1 and might affect legacy workloads running on the node created with this configuration. The default is true if the flag isn't provided
- ips
Per numberPrefix - Number of IPs per prefix to be used for calculating max pods.
- key
Pair stringId - AWS key pair ID to be used for CAST provisioned nodes. Has priority over sshpublickey
- max
Pods stringPer Node Formula - Formula to calculate the maximum number of pods that can be run on a node. The following list of variables will be bound to a number before evaluating and can be used in the formula: NUMMAXNETINTERFACES, NUMIPPERINTERFACE, NUMIPPERPREFIX, NUMCPU, NUMRAMGB .
- node
Group stringArn - Cluster's node group ARN used for CAST provisioned node pools. Required for hibernate/resume functionality
- target
Groups NodeConfiguration Eks Target Group[] - AWS target groups configuration for CAST provisioned nodes
- volume
Iops number - AWS EBS volume IOPS to be used for CAST provisioned nodes
- volume
Kms stringKey Arn - AWS KMS key ARN for encrypting EBS volume attached to the node
- volume
Throughput number - AWS EBS volume throughput in MiB/s to be used for CAST provisioned nodes
- volume
Type string - AWS EBS volume type to be used for CAST provisioned nodes. One of: gp3, gp2, io1, io2
- instance_
profile_ strarn - Cluster's instance profile ARN used for CAST provisioned nodes
- security_
groups Sequence[str] - Cluster's security groups configuration for CAST provisioned nodes
- dns_
cluster_ strip - IP address to use for DNS queries within the cluster
- eks_
image_ strfamily - Image OS Family to use when provisioning node in EKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (al2,al2023,bottlerocket)
- imds_
hop_ floatlimit - Allow configure the IMDSv2 hop limit, the default is 2
- imds_
v1 bool - When the value is true both IMDSv1 and IMDSv2 are enabled. Setting the value to false disables permanently IMDSv1 and might affect legacy workloads running on the node created with this configuration. The default is true if the flag isn't provided
- ips_
per_ floatprefix - Number of IPs per prefix to be used for calculating max pods.
- key_
pair_ strid - AWS key pair ID to be used for CAST provisioned nodes. Has priority over sshpublickey
- max_
pods_ strper_ node_ formula - Formula to calculate the maximum number of pods that can be run on a node. The following list of variables will be bound to a number before evaluating and can be used in the formula: NUMMAXNETINTERFACES, NUMIPPERINTERFACE, NUMIPPERPREFIX, NUMCPU, NUMRAMGB .
- node_
group_ strarn - Cluster's node group ARN used for CAST provisioned node pools. Required for hibernate/resume functionality
- target_
groups Sequence[NodeConfiguration Eks Target Group] - AWS target groups configuration for CAST provisioned nodes
- volume_
iops float - AWS EBS volume IOPS to be used for CAST provisioned nodes
- volume_
kms_ strkey_ arn - AWS KMS key ARN for encrypting EBS volume attached to the node
- volume_
throughput float - AWS EBS volume throughput in MiB/s to be used for CAST provisioned nodes
- volume_
type str - AWS EBS volume type to be used for CAST provisioned nodes. One of: gp3, gp2, io1, io2
- instance
Profile StringArn - Cluster's instance profile ARN used for CAST provisioned nodes
- security
Groups List<String> - Cluster's security groups configuration for CAST provisioned nodes
- dns
Cluster StringIp - IP address to use for DNS queries within the cluster
- eks
Image StringFamily - Image OS Family to use when provisioning node in EKS. If both image and family are provided, the system will use provided image and provisioning logic for given family. If only image family is provided, the system will attempt to resolve the latest image from that family based on kubernetes version and node architecture. If image family is omitted, a default family (based on cloud provider) will be used. See Cast.ai documentation for details. Possible values: (al2,al2023,bottlerocket)
- imds
Hop NumberLimit - Allow configure the IMDSv2 hop limit, the default is 2
- imds
V1 Boolean - When the value is true both IMDSv1 and IMDSv2 are enabled. Setting the value to false disables permanently IMDSv1 and might affect legacy workloads running on the node created with this configuration. The default is true if the flag isn't provided
- ips
Per NumberPrefix - Number of IPs per prefix to be used for calculating max pods.
- key
Pair StringId - AWS key pair ID to be used for CAST provisioned nodes. Has priority over sshpublickey
- max
Pods StringPer Node Formula - Formula to calculate the maximum number of pods that can be run on a node. The following list of variables will be bound to a number before evaluating and can be used in the formula: NUMMAXNETINTERFACES, NUMIPPERINTERFACE, NUMIPPERPREFIX, NUMCPU, NUMRAMGB .
- node
Group StringArn - Cluster's node group ARN used for CAST provisioned node pools. Required for hibernate/resume functionality
- target
Groups List<Property Map> - AWS target groups configuration for CAST provisioned nodes
- volume
Iops Number - AWS EBS volume IOPS to be used for CAST provisioned nodes
- volume
Kms StringKey Arn - AWS KMS key ARN for encrypting EBS volume attached to the node
- volume
Throughput Number - AWS EBS volume throughput in MiB/s to be used for CAST provisioned nodes
- volume
Type String - AWS EBS volume type to be used for CAST provisioned nodes. One of: gp3, gp2, io1, io2
NodeConfigurationEksTargetGroup, NodeConfigurationEksTargetGroupArgs
NodeConfigurationGke, NodeConfigurationGkeArgs
- Disk
Type string - Type of boot disk attached to the node. (See disk types). One of: pd-standard, pd-balanced, pd-ssd, pd-extreme
- Loadbalancers
List<Node
Configuration Gke Loadbalancer> - Loadboalancer configuration for CAST provisioned nodes
- Max
Pods doublePer Node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 110
- List<string>
- Network tags to be added on a VM. (See network tags)
- Secondary
Ip NodeRange Configuration Gke Secondary Ip Range - Secondary IP range configuration for pods in GKE nodes
- Use
Ephemeral boolStorage Local Ssd - Use ephemeral storage local SSD. Defaults to false
- Zones List<string>
- List of preferred availability zones to choose from when provisioning new nodes.
- Disk
Type string - Type of boot disk attached to the node. (See disk types). One of: pd-standard, pd-balanced, pd-ssd, pd-extreme
- Loadbalancers
[]Node
Configuration Gke Loadbalancer - Loadboalancer configuration for CAST provisioned nodes
- Max
Pods float64Per Node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 110
- []string
- Network tags to be added on a VM. (See network tags)
- Secondary
Ip NodeRange Configuration Gke Secondary Ip Range - Secondary IP range configuration for pods in GKE nodes
- Use
Ephemeral boolStorage Local Ssd - Use ephemeral storage local SSD. Defaults to false
- Zones []string
- List of preferred availability zones to choose from when provisioning new nodes.
- disk
Type String - Type of boot disk attached to the node. (See disk types). One of: pd-standard, pd-balanced, pd-ssd, pd-extreme
- loadbalancers
List<Node
Configuration Gke Loadbalancer> - Loadboalancer configuration for CAST provisioned nodes
- max
Pods DoublePer Node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 110
- List<String>
- Network tags to be added on a VM. (See network tags)
- secondary
Ip NodeRange Configuration Gke Secondary Ip Range - Secondary IP range configuration for pods in GKE nodes
- use
Ephemeral BooleanStorage Local Ssd - Use ephemeral storage local SSD. Defaults to false
- zones List<String>
- List of preferred availability zones to choose from when provisioning new nodes.
- disk
Type string - Type of boot disk attached to the node. (See disk types). One of: pd-standard, pd-balanced, pd-ssd, pd-extreme
- loadbalancers
Node
Configuration Gke Loadbalancer[] - Loadboalancer configuration for CAST provisioned nodes
- max
Pods numberPer Node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 110
- string[]
- Network tags to be added on a VM. (See network tags)
- secondary
Ip NodeRange Configuration Gke Secondary Ip Range - Secondary IP range configuration for pods in GKE nodes
- use
Ephemeral booleanStorage Local Ssd - Use ephemeral storage local SSD. Defaults to false
- zones string[]
- List of preferred availability zones to choose from when provisioning new nodes.
- disk_
type str - Type of boot disk attached to the node. (See disk types). One of: pd-standard, pd-balanced, pd-ssd, pd-extreme
- loadbalancers
Sequence[Node
Configuration Gke Loadbalancer] - Loadboalancer configuration for CAST provisioned nodes
- max_
pods_ floatper_ node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 110
- Sequence[str]
- Network tags to be added on a VM. (See network tags)
- secondary_
ip_ Noderange Configuration Gke Secondary Ip Range - Secondary IP range configuration for pods in GKE nodes
- use_
ephemeral_ boolstorage_ local_ ssd - Use ephemeral storage local SSD. Defaults to false
- zones Sequence[str]
- List of preferred availability zones to choose from when provisioning new nodes.
- disk
Type String - Type of boot disk attached to the node. (See disk types). One of: pd-standard, pd-balanced, pd-ssd, pd-extreme
- loadbalancers List<Property Map>
- Loadboalancer configuration for CAST provisioned nodes
- max
Pods NumberPer Node - Maximum number of pods that can be run on a node, which affects how many IP addresses you will need for each node. Defaults to 110
- List<String>
- Network tags to be added on a VM. (See network tags)
- secondary
Ip Property MapRange - Secondary IP range configuration for pods in GKE nodes
- use
Ephemeral BooleanStorage Local Ssd - Use ephemeral storage local SSD. Defaults to false
- zones List<String>
- List of preferred availability zones to choose from when provisioning new nodes.
NodeConfigurationGkeLoadbalancer, NodeConfigurationGkeLoadbalancerArgs
- Target
Backend List<NodePools Configuration Gke Loadbalancer Target Backend Pool> - Target backend pools configuration for CAST provisioned nodes
- Unmanaged
Instance List<NodeGroups Configuration Gke Loadbalancer Unmanaged Instance Group> - Unmanaged instance groups configuration for CAST provisioned nodes
- Target
Backend []NodePools Configuration Gke Loadbalancer Target Backend Pool - Target backend pools configuration for CAST provisioned nodes
- Unmanaged
Instance []NodeGroups Configuration Gke Loadbalancer Unmanaged Instance Group - Unmanaged instance groups configuration for CAST provisioned nodes
- target
Backend List<NodePools Configuration Gke Loadbalancer Target Backend Pool> - Target backend pools configuration for CAST provisioned nodes
- unmanaged
Instance List<NodeGroups Configuration Gke Loadbalancer Unmanaged Instance Group> - Unmanaged instance groups configuration for CAST provisioned nodes
- target
Backend NodePools Configuration Gke Loadbalancer Target Backend Pool[] - Target backend pools configuration for CAST provisioned nodes
- unmanaged
Instance NodeGroups Configuration Gke Loadbalancer Unmanaged Instance Group[] - Unmanaged instance groups configuration for CAST provisioned nodes
- target_
backend_ Sequence[Nodepools Configuration Gke Loadbalancer Target Backend Pool] - Target backend pools configuration for CAST provisioned nodes
- unmanaged_
instance_ Sequence[Nodegroups Configuration Gke Loadbalancer Unmanaged Instance Group] - Unmanaged instance groups configuration for CAST provisioned nodes
- target
Backend List<Property Map>Pools - Target backend pools configuration for CAST provisioned nodes
- unmanaged
Instance List<Property Map>Groups - Unmanaged instance groups configuration for CAST provisioned nodes
NodeConfigurationGkeLoadbalancerTargetBackendPool, NodeConfigurationGkeLoadbalancerTargetBackendPoolArgs
- Name string
- Name of the target group
- Name string
- Name of the target group
- name String
- Name of the target group
- name string
- Name of the target group
- name str
- Name of the target group
- name String
- Name of the target group
NodeConfigurationGkeLoadbalancerUnmanagedInstanceGroup, NodeConfigurationGkeLoadbalancerUnmanagedInstanceGroupArgs
NodeConfigurationGkeSecondaryIpRange, NodeConfigurationGkeSecondaryIpRangeArgs
- Range
Name string - Name of the secondary IP range
- Range
Name string - Name of the secondary IP range
- range
Name String - Name of the secondary IP range
- range
Name string - Name of the secondary IP range
- range_
name str - Name of the secondary IP range
- range
Name String - Name of the secondary IP range
NodeConfigurationKops, NodeConfigurationKopsArgs
- Key
Pair stringId - AWS key pair ID to be used for provisioned nodes. Has priority over sshPublicKey
- Key
Pair stringId - AWS key pair ID to be used for provisioned nodes. Has priority over sshPublicKey
- key
Pair StringId - AWS key pair ID to be used for provisioned nodes. Has priority over sshPublicKey
- key
Pair stringId - AWS key pair ID to be used for provisioned nodes. Has priority over sshPublicKey
- key_
pair_ strid - AWS key pair ID to be used for provisioned nodes. Has priority over sshPublicKey
- key
Pair StringId - AWS key pair ID to be used for provisioned nodes. Has priority over sshPublicKey
NodeConfigurationTimeouts, NodeConfigurationTimeoutsArgs
Package Details
- Repository
- castai castai/terraform-provider-castai
- License
- Notes
- This Pulumi package is based on the
castai
Terraform Provider.