KubernetesClusterNodePool
Create a KubernetesClusterNodePool Resource
new KubernetesClusterNodePool(name: string, args: KubernetesClusterNodePoolArgs, opts?: CustomResourceOptions);def KubernetesClusterNodePool(resource_name, opts=None, availability_zones=None, enable_auto_scaling=None, enable_node_public_ip=None, eviction_policy=None, kubernetes_cluster_id=None, max_count=None, max_pods=None, min_count=None, mode=None, name=None, node_count=None, node_labels=None, node_taints=None, orchestrator_version=None, os_disk_size_gb=None, os_type=None, priority=None, spot_max_price=None, tags=None, vm_size=None, vnet_subnet_id=None, __props__=None);func NewKubernetesClusterNodePool(ctx *Context, name string, args KubernetesClusterNodePoolArgs, opts ...ResourceOption) (*KubernetesClusterNodePool, error)public KubernetesClusterNodePool(string name, KubernetesClusterNodePoolArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args KubernetesClusterNodePoolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args KubernetesClusterNodePoolArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args KubernetesClusterNodePoolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
KubernetesClusterNodePool Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The KubernetesClusterNodePool resource accepts the following input properties:
- Kubernetes
Cluster stringId The ID of the Kubernetes Cluster where this Node Pool should exist. Changing this forces a new resource to be created.
- Vm
Size string The SKU which should be used for the Virtual Machines used in this Node Pool. Changing this forces a new resource to be created.
- Availability
Zones List<string> A list of Availability Zones where the Nodes in this Node Pool should be created in.
- Enable
Auto boolScaling Whether to enable auto-scaler. Defaults to
false.- Enable
Node boolPublic Ip Should each node have a Public IP Address? Defaults to
false.- Eviction
Policy string The Eviction Policy which should be used for Virtual Machines within the Virtual Machine Scale Set powering this Node Pool. Possible values are
DeallocateandDelete. Changing this forces a new resource to be created.- Max
Count int The maximum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be greater than or equal tomin_count.- Max
Pods int The maximum number of pods that can run on each agent. Changing this forces a new resource to be created.
- Min
Count int The minimum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be less than or equal tomax_count.- Mode string
Should this Node Pool be used for System or User resources? Possible values are
SystemandUser. Defaults toUser.- Name string
The name of the Node Pool which should be created within the Kubernetes Cluster. Changing this forces a new resource to be created.
- Node
Count int The initial number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be a value in the rangemin_count-max_count.- Node
Labels Dictionary<string, string> A map of Kubernetes labels which should be applied to nodes in this Node Pool. Changing this forces a new resource to be created.
- Node
Taints List<string> A list of Kubernetes taints which should be applied to nodes in the agent pool (e.g
key=value:NoSchedule). Changing this forces a new resource to be created.- Orchestrator
Version string Version of Kubernetes used for the Agents. If not specified, the latest recommended version will be used at provisioning time (but won’t auto-upgrade)
- Os
Disk intSize Gb The Agent Operating System disk size in GB. Changing this forces a new resource to be created.
- Os
Type string The Operating System which should be used for this Node Pool. Changing this forces a new resource to be created. Possible values are
LinuxandWindows. Defaults toLinux.- Priority string
The Priority for Virtual Machines within the Virtual Machine Scale Set that powers this Node Pool. Possible values are
RegularandSpot. Defaults toRegular. Changing this forces a new resource to be created.- Spot
Max doublePrice The maximum price you’re willing to pay in USD per Virtual Machine. Valid values are
-1(the current on-demand price for a Virtual Machine) or a positive value with up to five decimal places. Changing this forces a new resource to be created.- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Vnet
Subnet stringId The ID of the Subnet where this Node Pool should exist.
- Kubernetes
Cluster stringId The ID of the Kubernetes Cluster where this Node Pool should exist. Changing this forces a new resource to be created.
- Vm
Size string The SKU which should be used for the Virtual Machines used in this Node Pool. Changing this forces a new resource to be created.
- Availability
Zones []string A list of Availability Zones where the Nodes in this Node Pool should be created in.
- Enable
Auto boolScaling Whether to enable auto-scaler. Defaults to
false.- Enable
Node boolPublic Ip Should each node have a Public IP Address? Defaults to
false.- Eviction
Policy string The Eviction Policy which should be used for Virtual Machines within the Virtual Machine Scale Set powering this Node Pool. Possible values are
DeallocateandDelete. Changing this forces a new resource to be created.- Max
Count int The maximum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be greater than or equal tomin_count.- Max
Pods int The maximum number of pods that can run on each agent. Changing this forces a new resource to be created.
- Min
Count int The minimum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be less than or equal tomax_count.- Mode string
Should this Node Pool be used for System or User resources? Possible values are
SystemandUser. Defaults toUser.- Name string
The name of the Node Pool which should be created within the Kubernetes Cluster. Changing this forces a new resource to be created.
- Node
Count int The initial number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be a value in the rangemin_count-max_count.- Node
Labels map[string]string A map of Kubernetes labels which should be applied to nodes in this Node Pool. Changing this forces a new resource to be created.
- Node
Taints []string A list of Kubernetes taints which should be applied to nodes in the agent pool (e.g
key=value:NoSchedule). Changing this forces a new resource to be created.- Orchestrator
Version string Version of Kubernetes used for the Agents. If not specified, the latest recommended version will be used at provisioning time (but won’t auto-upgrade)
- Os
Disk intSize Gb The Agent Operating System disk size in GB. Changing this forces a new resource to be created.
- Os
Type string The Operating System which should be used for this Node Pool. Changing this forces a new resource to be created. Possible values are
LinuxandWindows. Defaults toLinux.- Priority string
The Priority for Virtual Machines within the Virtual Machine Scale Set that powers this Node Pool. Possible values are
RegularandSpot. Defaults toRegular. Changing this forces a new resource to be created.- Spot
Max float64Price The maximum price you’re willing to pay in USD per Virtual Machine. Valid values are
-1(the current on-demand price for a Virtual Machine) or a positive value with up to five decimal places. Changing this forces a new resource to be created.- map[string]string
A mapping of tags to assign to the resource.
- Vnet
Subnet stringId The ID of the Subnet where this Node Pool should exist.
- kubernetes
Cluster stringId The ID of the Kubernetes Cluster where this Node Pool should exist. Changing this forces a new resource to be created.
- vm
Size string The SKU which should be used for the Virtual Machines used in this Node Pool. Changing this forces a new resource to be created.
- availability
Zones string[] A list of Availability Zones where the Nodes in this Node Pool should be created in.
- enable
Auto booleanScaling Whether to enable auto-scaler. Defaults to
false.- enable
Node booleanPublic Ip Should each node have a Public IP Address? Defaults to
false.- eviction
Policy string The Eviction Policy which should be used for Virtual Machines within the Virtual Machine Scale Set powering this Node Pool. Possible values are
DeallocateandDelete. Changing this forces a new resource to be created.- max
Count number The maximum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be greater than or equal tomin_count.- max
Pods number The maximum number of pods that can run on each agent. Changing this forces a new resource to be created.
- min
Count number The minimum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be less than or equal tomax_count.- mode string
Should this Node Pool be used for System or User resources? Possible values are
SystemandUser. Defaults toUser.- name string
The name of the Node Pool which should be created within the Kubernetes Cluster. Changing this forces a new resource to be created.
- node
Count number The initial number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be a value in the rangemin_count-max_count.- node
Labels {[key: string]: string} A map of Kubernetes labels which should be applied to nodes in this Node Pool. Changing this forces a new resource to be created.
- node
Taints string[] A list of Kubernetes taints which should be applied to nodes in the agent pool (e.g
key=value:NoSchedule). Changing this forces a new resource to be created.- orchestrator
Version string Version of Kubernetes used for the Agents. If not specified, the latest recommended version will be used at provisioning time (but won’t auto-upgrade)
- os
Disk numberSize Gb The Agent Operating System disk size in GB. Changing this forces a new resource to be created.
- os
Type string The Operating System which should be used for this Node Pool. Changing this forces a new resource to be created. Possible values are
LinuxandWindows. Defaults toLinux.- priority string
The Priority for Virtual Machines within the Virtual Machine Scale Set that powers this Node Pool. Possible values are
RegularandSpot. Defaults toRegular. Changing this forces a new resource to be created.- spot
Max numberPrice The maximum price you’re willing to pay in USD per Virtual Machine. Valid values are
-1(the current on-demand price for a Virtual Machine) or a positive value with up to five decimal places. Changing this forces a new resource to be created.- {[key: string]: string}
A mapping of tags to assign to the resource.
- vnet
Subnet stringId The ID of the Subnet where this Node Pool should exist.
- kubernetes_
cluster_ strid The ID of the Kubernetes Cluster where this Node Pool should exist. Changing this forces a new resource to be created.
- vm_
size str The SKU which should be used for the Virtual Machines used in this Node Pool. Changing this forces a new resource to be created.
- availability_
zones List[str] A list of Availability Zones where the Nodes in this Node Pool should be created in.
- enable_
auto_ boolscaling Whether to enable auto-scaler. Defaults to
false.- enable_
node_ boolpublic_ ip Should each node have a Public IP Address? Defaults to
false.- eviction_
policy str The Eviction Policy which should be used for Virtual Machines within the Virtual Machine Scale Set powering this Node Pool. Possible values are
DeallocateandDelete. Changing this forces a new resource to be created.- max_
count float The maximum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be greater than or equal tomin_count.- max_
pods float The maximum number of pods that can run on each agent. Changing this forces a new resource to be created.
- min_
count float The minimum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be less than or equal tomax_count.- mode str
Should this Node Pool be used for System or User resources? Possible values are
SystemandUser. Defaults toUser.- name str
The name of the Node Pool which should be created within the Kubernetes Cluster. Changing this forces a new resource to be created.
- node_
count float The initial number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be a value in the rangemin_count-max_count.- node_
labels Dict[str, str] A map of Kubernetes labels which should be applied to nodes in this Node Pool. Changing this forces a new resource to be created.
- node_
taints List[str] A list of Kubernetes taints which should be applied to nodes in the agent pool (e.g
key=value:NoSchedule). Changing this forces a new resource to be created.- orchestrator_
version str Version of Kubernetes used for the Agents. If not specified, the latest recommended version will be used at provisioning time (but won’t auto-upgrade)
- os_
disk_ floatsize_ gb The Agent Operating System disk size in GB. Changing this forces a new resource to be created.
- os_
type str The Operating System which should be used for this Node Pool. Changing this forces a new resource to be created. Possible values are
LinuxandWindows. Defaults toLinux.- priority str
The Priority for Virtual Machines within the Virtual Machine Scale Set that powers this Node Pool. Possible values are
RegularandSpot. Defaults toRegular. Changing this forces a new resource to be created.- spot_
max_ floatprice The maximum price you’re willing to pay in USD per Virtual Machine. Valid values are
-1(the current on-demand price for a Virtual Machine) or a positive value with up to five decimal places. Changing this forces a new resource to be created.- Dict[str, str]
A mapping of tags to assign to the resource.
- vnet_
subnet_ strid The ID of the Subnet where this Node Pool should exist.
Outputs
All input properties are implicitly available as output properties. Additionally, the KubernetesClusterNodePool resource produces the following output properties:
Look up an Existing KubernetesClusterNodePool Resource
Get an existing KubernetesClusterNodePool 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?: KubernetesClusterNodePoolState, opts?: CustomResourceOptions): KubernetesClusterNodePoolstatic get(resource_name, id, opts=None, availability_zones=None, enable_auto_scaling=None, enable_node_public_ip=None, eviction_policy=None, kubernetes_cluster_id=None, max_count=None, max_pods=None, min_count=None, mode=None, name=None, node_count=None, node_labels=None, node_taints=None, orchestrator_version=None, os_disk_size_gb=None, os_type=None, priority=None, spot_max_price=None, tags=None, vm_size=None, vnet_subnet_id=None, __props__=None);func GetKubernetesClusterNodePool(ctx *Context, name string, id IDInput, state *KubernetesClusterNodePoolState, opts ...ResourceOption) (*KubernetesClusterNodePool, error)public static KubernetesClusterNodePool Get(string name, Input<string> id, KubernetesClusterNodePoolState? state, CustomResourceOptions? opts = null)- 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.
The following state arguments are supported:
- Availability
Zones List<string> A list of Availability Zones where the Nodes in this Node Pool should be created in.
- Enable
Auto boolScaling Whether to enable auto-scaler. Defaults to
false.- Enable
Node boolPublic Ip Should each node have a Public IP Address? Defaults to
false.- Eviction
Policy string The Eviction Policy which should be used for Virtual Machines within the Virtual Machine Scale Set powering this Node Pool. Possible values are
DeallocateandDelete. Changing this forces a new resource to be created.- Kubernetes
Cluster stringId The ID of the Kubernetes Cluster where this Node Pool should exist. Changing this forces a new resource to be created.
- Max
Count int The maximum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be greater than or equal tomin_count.- Max
Pods int The maximum number of pods that can run on each agent. Changing this forces a new resource to be created.
- Min
Count int The minimum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be less than or equal tomax_count.- Mode string
Should this Node Pool be used for System or User resources? Possible values are
SystemandUser. Defaults toUser.- Name string
The name of the Node Pool which should be created within the Kubernetes Cluster. Changing this forces a new resource to be created.
- Node
Count int The initial number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be a value in the rangemin_count-max_count.- Node
Labels Dictionary<string, string> A map of Kubernetes labels which should be applied to nodes in this Node Pool. Changing this forces a new resource to be created.
- Node
Taints List<string> A list of Kubernetes taints which should be applied to nodes in the agent pool (e.g
key=value:NoSchedule). Changing this forces a new resource to be created.- Orchestrator
Version string Version of Kubernetes used for the Agents. If not specified, the latest recommended version will be used at provisioning time (but won’t auto-upgrade)
- Os
Disk intSize Gb The Agent Operating System disk size in GB. Changing this forces a new resource to be created.
- Os
Type string The Operating System which should be used for this Node Pool. Changing this forces a new resource to be created. Possible values are
LinuxandWindows. Defaults toLinux.- Priority string
The Priority for Virtual Machines within the Virtual Machine Scale Set that powers this Node Pool. Possible values are
RegularandSpot. Defaults toRegular. Changing this forces a new resource to be created.- Spot
Max doublePrice The maximum price you’re willing to pay in USD per Virtual Machine. Valid values are
-1(the current on-demand price for a Virtual Machine) or a positive value with up to five decimal places. Changing this forces a new resource to be created.- Dictionary<string, string>
A mapping of tags to assign to the resource.
- Vm
Size string The SKU which should be used for the Virtual Machines used in this Node Pool. Changing this forces a new resource to be created.
- Vnet
Subnet stringId The ID of the Subnet where this Node Pool should exist.
- Availability
Zones []string A list of Availability Zones where the Nodes in this Node Pool should be created in.
- Enable
Auto boolScaling Whether to enable auto-scaler. Defaults to
false.- Enable
Node boolPublic Ip Should each node have a Public IP Address? Defaults to
false.- Eviction
Policy string The Eviction Policy which should be used for Virtual Machines within the Virtual Machine Scale Set powering this Node Pool. Possible values are
DeallocateandDelete. Changing this forces a new resource to be created.- Kubernetes
Cluster stringId The ID of the Kubernetes Cluster where this Node Pool should exist. Changing this forces a new resource to be created.
- Max
Count int The maximum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be greater than or equal tomin_count.- Max
Pods int The maximum number of pods that can run on each agent. Changing this forces a new resource to be created.
- Min
Count int The minimum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be less than or equal tomax_count.- Mode string
Should this Node Pool be used for System or User resources? Possible values are
SystemandUser. Defaults toUser.- Name string
The name of the Node Pool which should be created within the Kubernetes Cluster. Changing this forces a new resource to be created.
- Node
Count int The initial number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be a value in the rangemin_count-max_count.- Node
Labels map[string]string A map of Kubernetes labels which should be applied to nodes in this Node Pool. Changing this forces a new resource to be created.
- Node
Taints []string A list of Kubernetes taints which should be applied to nodes in the agent pool (e.g
key=value:NoSchedule). Changing this forces a new resource to be created.- Orchestrator
Version string Version of Kubernetes used for the Agents. If not specified, the latest recommended version will be used at provisioning time (but won’t auto-upgrade)
- Os
Disk intSize Gb The Agent Operating System disk size in GB. Changing this forces a new resource to be created.
- Os
Type string The Operating System which should be used for this Node Pool. Changing this forces a new resource to be created. Possible values are
LinuxandWindows. Defaults toLinux.- Priority string
The Priority for Virtual Machines within the Virtual Machine Scale Set that powers this Node Pool. Possible values are
RegularandSpot. Defaults toRegular. Changing this forces a new resource to be created.- Spot
Max float64Price The maximum price you’re willing to pay in USD per Virtual Machine. Valid values are
-1(the current on-demand price for a Virtual Machine) or a positive value with up to five decimal places. Changing this forces a new resource to be created.- map[string]string
A mapping of tags to assign to the resource.
- Vm
Size string The SKU which should be used for the Virtual Machines used in this Node Pool. Changing this forces a new resource to be created.
- Vnet
Subnet stringId The ID of the Subnet where this Node Pool should exist.
- availability
Zones string[] A list of Availability Zones where the Nodes in this Node Pool should be created in.
- enable
Auto booleanScaling Whether to enable auto-scaler. Defaults to
false.- enable
Node booleanPublic Ip Should each node have a Public IP Address? Defaults to
false.- eviction
Policy string The Eviction Policy which should be used for Virtual Machines within the Virtual Machine Scale Set powering this Node Pool. Possible values are
DeallocateandDelete. Changing this forces a new resource to be created.- kubernetes
Cluster stringId The ID of the Kubernetes Cluster where this Node Pool should exist. Changing this forces a new resource to be created.
- max
Count number The maximum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be greater than or equal tomin_count.- max
Pods number The maximum number of pods that can run on each agent. Changing this forces a new resource to be created.
- min
Count number The minimum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be less than or equal tomax_count.- mode string
Should this Node Pool be used for System or User resources? Possible values are
SystemandUser. Defaults toUser.- name string
The name of the Node Pool which should be created within the Kubernetes Cluster. Changing this forces a new resource to be created.
- node
Count number The initial number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be a value in the rangemin_count-max_count.- node
Labels {[key: string]: string} A map of Kubernetes labels which should be applied to nodes in this Node Pool. Changing this forces a new resource to be created.
- node
Taints string[] A list of Kubernetes taints which should be applied to nodes in the agent pool (e.g
key=value:NoSchedule). Changing this forces a new resource to be created.- orchestrator
Version string Version of Kubernetes used for the Agents. If not specified, the latest recommended version will be used at provisioning time (but won’t auto-upgrade)
- os
Disk numberSize Gb The Agent Operating System disk size in GB. Changing this forces a new resource to be created.
- os
Type string The Operating System which should be used for this Node Pool. Changing this forces a new resource to be created. Possible values are
LinuxandWindows. Defaults toLinux.- priority string
The Priority for Virtual Machines within the Virtual Machine Scale Set that powers this Node Pool. Possible values are
RegularandSpot. Defaults toRegular. Changing this forces a new resource to be created.- spot
Max numberPrice The maximum price you’re willing to pay in USD per Virtual Machine. Valid values are
-1(the current on-demand price for a Virtual Machine) or a positive value with up to five decimal places. Changing this forces a new resource to be created.- {[key: string]: string}
A mapping of tags to assign to the resource.
- vm
Size string The SKU which should be used for the Virtual Machines used in this Node Pool. Changing this forces a new resource to be created.
- vnet
Subnet stringId The ID of the Subnet where this Node Pool should exist.
- availability_
zones List[str] A list of Availability Zones where the Nodes in this Node Pool should be created in.
- enable_
auto_ boolscaling Whether to enable auto-scaler. Defaults to
false.- enable_
node_ boolpublic_ ip Should each node have a Public IP Address? Defaults to
false.- eviction_
policy str The Eviction Policy which should be used for Virtual Machines within the Virtual Machine Scale Set powering this Node Pool. Possible values are
DeallocateandDelete. Changing this forces a new resource to be created.- kubernetes_
cluster_ strid The ID of the Kubernetes Cluster where this Node Pool should exist. Changing this forces a new resource to be created.
- max_
count float The maximum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be greater than or equal tomin_count.- max_
pods float The maximum number of pods that can run on each agent. Changing this forces a new resource to be created.
- min_
count float The minimum number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be less than or equal tomax_count.- mode str
Should this Node Pool be used for System or User resources? Possible values are
SystemandUser. Defaults toUser.- name str
The name of the Node Pool which should be created within the Kubernetes Cluster. Changing this forces a new resource to be created.
- node_
count float The initial number of nodes which should exist within this Node Pool. Valid values are between
1and100and must be a value in the rangemin_count-max_count.- node_
labels Dict[str, str] A map of Kubernetes labels which should be applied to nodes in this Node Pool. Changing this forces a new resource to be created.
- node_
taints List[str] A list of Kubernetes taints which should be applied to nodes in the agent pool (e.g
key=value:NoSchedule). Changing this forces a new resource to be created.- orchestrator_
version str Version of Kubernetes used for the Agents. If not specified, the latest recommended version will be used at provisioning time (but won’t auto-upgrade)
- os_
disk_ floatsize_ gb The Agent Operating System disk size in GB. Changing this forces a new resource to be created.
- os_
type str The Operating System which should be used for this Node Pool. Changing this forces a new resource to be created. Possible values are
LinuxandWindows. Defaults toLinux.- priority str
The Priority for Virtual Machines within the Virtual Machine Scale Set that powers this Node Pool. Possible values are
RegularandSpot. Defaults toRegular. Changing this forces a new resource to be created.- spot_
max_ floatprice The maximum price you’re willing to pay in USD per Virtual Machine. Valid values are
-1(the current on-demand price for a Virtual Machine) or a positive value with up to five decimal places. Changing this forces a new resource to be created.- Dict[str, str]
A mapping of tags to assign to the resource.
- vm_
size str The SKU which should be used for the Virtual Machines used in this Node Pool. Changing this forces a new resource to be created.
- vnet_
subnet_ strid The ID of the Subnet where this Node Pool should exist.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.