These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.containerservice.getAgentPool
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets the details of the agent pool by managed cluster and resource group. API Version: 2021-03-01.
Using getAgentPool
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAgentPool(args: GetAgentPoolArgs, opts?: InvokeOptions): Promise<GetAgentPoolResult>
function getAgentPoolOutput(args: GetAgentPoolOutputArgs, opts?: InvokeOptions): Output<GetAgentPoolResult>
def get_agent_pool(agent_pool_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAgentPoolResult
def get_agent_pool_output(agent_pool_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAgentPoolResult]
func LookupAgentPool(ctx *Context, args *LookupAgentPoolArgs, opts ...InvokeOption) (*LookupAgentPoolResult, error)
func LookupAgentPoolOutput(ctx *Context, args *LookupAgentPoolOutputArgs, opts ...InvokeOption) LookupAgentPoolResultOutput
> Note: This function is named LookupAgentPool
in the Go SDK.
public static class GetAgentPool
{
public static Task<GetAgentPoolResult> InvokeAsync(GetAgentPoolArgs args, InvokeOptions? opts = null)
public static Output<GetAgentPoolResult> Invoke(GetAgentPoolInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAgentPoolResult> getAgentPool(GetAgentPoolArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:containerservice:getAgentPool
arguments:
# arguments dictionary
The following arguments are supported:
- Agent
Pool stringName - The name of the agent pool.
- Resource
Group stringName - The name of the resource group.
- Resource
Name string - The name of the managed cluster resource.
- Agent
Pool stringName - The name of the agent pool.
- Resource
Group stringName - The name of the resource group.
- Resource
Name string - The name of the managed cluster resource.
- agent
Pool StringName - The name of the agent pool.
- resource
Group StringName - The name of the resource group.
- resource
Name String - The name of the managed cluster resource.
- agent
Pool stringName - The name of the agent pool.
- resource
Group stringName - The name of the resource group.
- resource
Name string - The name of the managed cluster resource.
- agent_
pool_ strname - The name of the agent pool.
- resource_
group_ strname - The name of the resource group.
- resource_
name str - The name of the managed cluster resource.
- agent
Pool StringName - The name of the agent pool.
- resource
Group StringName - The name of the resource group.
- resource
Name String - The name of the managed cluster resource.
getAgentPool Result
The following output properties are available:
- Id string
- Resource ID.
- Name string
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- Node
Image stringVersion - Version of node image
- Power
State Pulumi.Azure Native. Container Service. Outputs. Power State Response - Describes whether the Agent Pool is Running or Stopped
- Provisioning
State string - The current deployment or provisioning state, which only appears in the response.
- Type string
- AgentPoolType represents types of an agent pool
- Availability
Zones List<string> - Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.
- Count int
- Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The default value is 1.
- Enable
Auto boolScaling - Whether to enable auto-scaler
- Enable
Encryption boolAt Host - Whether to enable EncryptionAtHost
- Enable
FIPS bool - Whether to use FIPS enabled OS
- Enable
Node boolPublic IP - Enable public IP for nodes
- Gpu
Instance stringProfile - GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.
- Kubelet
Config Pulumi.Azure Native. Container Service. Outputs. Kubelet Config Response - KubeletConfig specifies the configuration of kubelet on agent nodes.
- Kubelet
Disk stringType - KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.
- Linux
OSConfig Pulumi.Azure Native. Container Service. Outputs. Linux OSConfig Response - LinuxOSConfig specifies the OS configuration of linux agent nodes.
- Max
Count int - Maximum number of nodes for auto-scaling
- Max
Pods int - Maximum number of pods that can run on a node.
- Min
Count int - Minimum number of nodes for auto-scaling
- Mode string
- AgentPoolMode represents mode of an agent pool
- Node
Labels Dictionary<string, string> - Agent pool node labels to be persisted across all nodes in agent pool.
- Node
Public stringIPPrefix ID - Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.
- Node
Taints List<string> - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- Orchestrator
Version string - Version of orchestrator specified when creating the managed cluster.
- Os
Disk intSize GB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.
- Os
Disk stringType - OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. If unspecified, defaults to 'Ephemeral' when the VM supports ephemeral OS and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation.
- Os
SKU string - OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.
- Os
Type string - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.
- Pod
Subnet stringID - Pod SubnetID specifies the VNet's subnet identifier for pods.
- Proximity
Placement stringGroup ID - The ID for Proximity Placement Group.
- Scale
Set stringEviction Policy - ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.
- Scale
Set stringPriority - ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.
- Spot
Max doublePrice - SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand.
- Dictionary<string, string>
- Agent pool tags to be persisted on the agent pool virtual machine scale set.
- Upgrade
Settings Pulumi.Azure Native. Container Service. Outputs. Agent Pool Upgrade Settings Response - Settings for upgrading the agentpool
- Vm
Size string - Size of agent VMs.
- Vnet
Subnet stringID - VNet SubnetID specifies the VNet's subnet identifier for nodes and maybe pods
- Id string
- Resource ID.
- Name string
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- Node
Image stringVersion - Version of node image
- Power
State PowerState Response - Describes whether the Agent Pool is Running or Stopped
- Provisioning
State string - The current deployment or provisioning state, which only appears in the response.
- Type string
- AgentPoolType represents types of an agent pool
- Availability
Zones []string - Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.
- Count int
- Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The default value is 1.
- Enable
Auto boolScaling - Whether to enable auto-scaler
- Enable
Encryption boolAt Host - Whether to enable EncryptionAtHost
- Enable
FIPS bool - Whether to use FIPS enabled OS
- Enable
Node boolPublic IP - Enable public IP for nodes
- Gpu
Instance stringProfile - GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.
- Kubelet
Config KubeletConfig Response - KubeletConfig specifies the configuration of kubelet on agent nodes.
- Kubelet
Disk stringType - KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.
- Linux
OSConfig LinuxOSConfig Response - LinuxOSConfig specifies the OS configuration of linux agent nodes.
- Max
Count int - Maximum number of nodes for auto-scaling
- Max
Pods int - Maximum number of pods that can run on a node.
- Min
Count int - Minimum number of nodes for auto-scaling
- Mode string
- AgentPoolMode represents mode of an agent pool
- Node
Labels map[string]string - Agent pool node labels to be persisted across all nodes in agent pool.
- Node
Public stringIPPrefix ID - Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.
- Node
Taints []string - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- Orchestrator
Version string - Version of orchestrator specified when creating the managed cluster.
- Os
Disk intSize GB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.
- Os
Disk stringType - OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. If unspecified, defaults to 'Ephemeral' when the VM supports ephemeral OS and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation.
- Os
SKU string - OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.
- Os
Type string - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.
- Pod
Subnet stringID - Pod SubnetID specifies the VNet's subnet identifier for pods.
- Proximity
Placement stringGroup ID - The ID for Proximity Placement Group.
- Scale
Set stringEviction Policy - ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.
- Scale
Set stringPriority - ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.
- Spot
Max float64Price - SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand.
- map[string]string
- Agent pool tags to be persisted on the agent pool virtual machine scale set.
- Upgrade
Settings AgentPool Upgrade Settings Response - Settings for upgrading the agentpool
- Vm
Size string - Size of agent VMs.
- Vnet
Subnet stringID - VNet SubnetID specifies the VNet's subnet identifier for nodes and maybe pods
- id String
- Resource ID.
- name String
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- node
Image StringVersion - Version of node image
- power
State PowerState Response - Describes whether the Agent Pool is Running or Stopped
- provisioning
State String - The current deployment or provisioning state, which only appears in the response.
- type String
- AgentPoolType represents types of an agent pool
- availability
Zones List<String> - Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.
- count Integer
- Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The default value is 1.
- enable
Auto BooleanScaling - Whether to enable auto-scaler
- enable
Encryption BooleanAt Host - Whether to enable EncryptionAtHost
- enable
FIPS Boolean - Whether to use FIPS enabled OS
- enable
Node BooleanPublic IP - Enable public IP for nodes
- gpu
Instance StringProfile - GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.
- kubelet
Config KubeletConfig Response - KubeletConfig specifies the configuration of kubelet on agent nodes.
- kubelet
Disk StringType - KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.
- linux
OSConfig LinuxOSConfig Response - LinuxOSConfig specifies the OS configuration of linux agent nodes.
- max
Count Integer - Maximum number of nodes for auto-scaling
- max
Pods Integer - Maximum number of pods that can run on a node.
- min
Count Integer - Minimum number of nodes for auto-scaling
- mode String
- AgentPoolMode represents mode of an agent pool
- node
Labels Map<String,String> - Agent pool node labels to be persisted across all nodes in agent pool.
- node
Public StringIPPrefix ID - Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.
- node
Taints List<String> - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- orchestrator
Version String - Version of orchestrator specified when creating the managed cluster.
- os
Disk IntegerSize GB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.
- os
Disk StringType - OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. If unspecified, defaults to 'Ephemeral' when the VM supports ephemeral OS and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation.
- os
SKU String - OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.
- os
Type String - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.
- pod
Subnet StringID - Pod SubnetID specifies the VNet's subnet identifier for pods.
- proximity
Placement StringGroup ID - The ID for Proximity Placement Group.
- scale
Set StringEviction Policy - ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.
- scale
Set StringPriority - ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.
- spot
Max DoublePrice - SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand.
- Map<String,String>
- Agent pool tags to be persisted on the agent pool virtual machine scale set.
- upgrade
Settings AgentPool Upgrade Settings Response - Settings for upgrading the agentpool
- vm
Size String - Size of agent VMs.
- vnet
Subnet StringID - VNet SubnetID specifies the VNet's subnet identifier for nodes and maybe pods
- id string
- Resource ID.
- name string
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- node
Image stringVersion - Version of node image
- power
State PowerState Response - Describes whether the Agent Pool is Running or Stopped
- provisioning
State string - The current deployment or provisioning state, which only appears in the response.
- type string
- AgentPoolType represents types of an agent pool
- availability
Zones string[] - Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.
- count number
- Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The default value is 1.
- enable
Auto booleanScaling - Whether to enable auto-scaler
- enable
Encryption booleanAt Host - Whether to enable EncryptionAtHost
- enable
FIPS boolean - Whether to use FIPS enabled OS
- enable
Node booleanPublic IP - Enable public IP for nodes
- gpu
Instance stringProfile - GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.
- kubelet
Config KubeletConfig Response - KubeletConfig specifies the configuration of kubelet on agent nodes.
- kubelet
Disk stringType - KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.
- linux
OSConfig LinuxOSConfig Response - LinuxOSConfig specifies the OS configuration of linux agent nodes.
- max
Count number - Maximum number of nodes for auto-scaling
- max
Pods number - Maximum number of pods that can run on a node.
- min
Count number - Minimum number of nodes for auto-scaling
- mode string
- AgentPoolMode represents mode of an agent pool
- node
Labels {[key: string]: string} - Agent pool node labels to be persisted across all nodes in agent pool.
- node
Public stringIPPrefix ID - Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.
- node
Taints string[] - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- orchestrator
Version string - Version of orchestrator specified when creating the managed cluster.
- os
Disk numberSize GB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.
- os
Disk stringType - OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. If unspecified, defaults to 'Ephemeral' when the VM supports ephemeral OS and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation.
- os
SKU string - OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.
- os
Type string - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.
- pod
Subnet stringID - Pod SubnetID specifies the VNet's subnet identifier for pods.
- proximity
Placement stringGroup ID - The ID for Proximity Placement Group.
- scale
Set stringEviction Policy - ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.
- scale
Set stringPriority - ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.
- spot
Max numberPrice - SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand.
- {[key: string]: string}
- Agent pool tags to be persisted on the agent pool virtual machine scale set.
- upgrade
Settings AgentPool Upgrade Settings Response - Settings for upgrading the agentpool
- vm
Size string - Size of agent VMs.
- vnet
Subnet stringID - VNet SubnetID specifies the VNet's subnet identifier for nodes and maybe pods
- id str
- Resource ID.
- name str
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- node_
image_ strversion - Version of node image
- power_
state PowerState Response - Describes whether the Agent Pool is Running or Stopped
- provisioning_
state str - The current deployment or provisioning state, which only appears in the response.
- type str
- AgentPoolType represents types of an agent pool
- availability_
zones Sequence[str] - Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.
- count int
- Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The default value is 1.
- enable_
auto_ boolscaling - Whether to enable auto-scaler
- enable_
encryption_ boolat_ host - Whether to enable EncryptionAtHost
- enable_
fips bool - Whether to use FIPS enabled OS
- enable_
node_ boolpublic_ ip - Enable public IP for nodes
- gpu_
instance_ strprofile - GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.
- kubelet_
config KubeletConfig Response - KubeletConfig specifies the configuration of kubelet on agent nodes.
- kubelet_
disk_ strtype - KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.
- linux_
os_ Linuxconfig OSConfig Response - LinuxOSConfig specifies the OS configuration of linux agent nodes.
- max_
count int - Maximum number of nodes for auto-scaling
- max_
pods int - Maximum number of pods that can run on a node.
- min_
count int - Minimum number of nodes for auto-scaling
- mode str
- AgentPoolMode represents mode of an agent pool
- node_
labels Mapping[str, str] - Agent pool node labels to be persisted across all nodes in agent pool.
- node_
public_ strip_ prefix_ id - Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.
- node_
taints Sequence[str] - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- orchestrator_
version str - Version of orchestrator specified when creating the managed cluster.
- os_
disk_ intsize_ gb - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.
- os_
disk_ strtype - OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. If unspecified, defaults to 'Ephemeral' when the VM supports ephemeral OS and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation.
- os_
sku str - OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.
- os_
type str - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.
- pod_
subnet_ strid - Pod SubnetID specifies the VNet's subnet identifier for pods.
- proximity_
placement_ strgroup_ id - The ID for Proximity Placement Group.
- scale_
set_ streviction_ policy - ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.
- scale_
set_ strpriority - ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.
- spot_
max_ floatprice - SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand.
- Mapping[str, str]
- Agent pool tags to be persisted on the agent pool virtual machine scale set.
- upgrade_
settings AgentPool Upgrade Settings Response - Settings for upgrading the agentpool
- vm_
size str - Size of agent VMs.
- vnet_
subnet_ strid - VNet SubnetID specifies the VNet's subnet identifier for nodes and maybe pods
- id String
- Resource ID.
- name String
- The name of the resource that is unique within a resource group. This name can be used to access the resource.
- node
Image StringVersion - Version of node image
- power
State Property Map - Describes whether the Agent Pool is Running or Stopped
- provisioning
State String - The current deployment or provisioning state, which only appears in the response.
- type String
- AgentPoolType represents types of an agent pool
- availability
Zones List<String> - Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.
- count Number
- Number of agents (VMs) to host docker containers. Allowed values must be in the range of 0 to 100 (inclusive) for user pools and in the range of 1 to 100 (inclusive) for system pools. The default value is 1.
- enable
Auto BooleanScaling - Whether to enable auto-scaler
- enable
Encryption BooleanAt Host - Whether to enable EncryptionAtHost
- enable
FIPS Boolean - Whether to use FIPS enabled OS
- enable
Node BooleanPublic IP - Enable public IP for nodes
- gpu
Instance StringProfile - GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.
- kubelet
Config Property Map - KubeletConfig specifies the configuration of kubelet on agent nodes.
- kubelet
Disk StringType - KubeletDiskType determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage. Currently allows one value, OS, resulting in Kubelet using the OS disk for data.
- linux
OSConfig Property Map - LinuxOSConfig specifies the OS configuration of linux agent nodes.
- max
Count Number - Maximum number of nodes for auto-scaling
- max
Pods Number - Maximum number of pods that can run on a node.
- min
Count Number - Minimum number of nodes for auto-scaling
- mode String
- AgentPoolMode represents mode of an agent pool
- node
Labels Map<String> - Agent pool node labels to be persisted across all nodes in agent pool.
- node
Public StringIPPrefix ID - Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.
- node
Taints List<String> - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
- orchestrator
Version String - Version of orchestrator specified when creating the managed cluster.
- os
Disk NumberSize GB - OS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool. If you specify 0, it will apply the default osDisk size according to the vmSize specified.
- os
Disk StringType - OS disk type to be used for machines in a given agent pool. Allowed values are 'Ephemeral' and 'Managed'. If unspecified, defaults to 'Ephemeral' when the VM supports ephemeral OS and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation.
- os
SKU String - OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.
- os
Type String - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.
- pod
Subnet StringID - Pod SubnetID specifies the VNet's subnet identifier for pods.
- proximity
Placement StringGroup ID - The ID for Proximity Placement Group.
- scale
Set StringEviction Policy - ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.
- scale
Set StringPriority - ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.
- spot
Max NumberPrice - SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand.
- Map<String>
- Agent pool tags to be persisted on the agent pool virtual machine scale set.
- upgrade
Settings Property Map - Settings for upgrading the agentpool
- vm
Size String - Size of agent VMs.
- vnet
Subnet StringID - VNet SubnetID specifies the VNet's subnet identifier for nodes and maybe pods
Supporting Types
AgentPoolUpgradeSettingsResponse
- Max
Surge string - Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default
- Max
Surge string - Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default
- max
Surge String - Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default
- max
Surge string - Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default
- max_
surge str - Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default
- max
Surge String - Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default
KubeletConfigResponse
- Allowed
Unsafe List<string>Sysctls - Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in
*
). - Container
Log intMax Files - The maximum number of container log files that can be present for a container. The number must be ≥ 2.
- Container
Log intMax Size MB - The maximum size (e.g. 10Mi) of container log file before it is rotated.
- Cpu
Cfs boolQuota - Enable CPU CFS quota enforcement for containers that specify CPU limits.
- Cpu
Cfs stringQuota Period - Sets CPU CFS quota period value.
- Cpu
Manager stringPolicy - CPU Manager policy to use.
- Fail
Swap boolOn - If set to true it will make the Kubelet fail to start if swap is enabled on the node.
- Image
Gc intHigh Threshold - The percent of disk usage after which image garbage collection is always run.
- Image
Gc intLow Threshold - The percent of disk usage before which image garbage collection is never run.
- Pod
Max intPids - The maximum number of processes per pod.
- Topology
Manager stringPolicy - Topology Manager policy to use.
- Allowed
Unsafe []stringSysctls - Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in
*
). - Container
Log intMax Files - The maximum number of container log files that can be present for a container. The number must be ≥ 2.
- Container
Log intMax Size MB - The maximum size (e.g. 10Mi) of container log file before it is rotated.
- Cpu
Cfs boolQuota - Enable CPU CFS quota enforcement for containers that specify CPU limits.
- Cpu
Cfs stringQuota Period - Sets CPU CFS quota period value.
- Cpu
Manager stringPolicy - CPU Manager policy to use.
- Fail
Swap boolOn - If set to true it will make the Kubelet fail to start if swap is enabled on the node.
- Image
Gc intHigh Threshold - The percent of disk usage after which image garbage collection is always run.
- Image
Gc intLow Threshold - The percent of disk usage before which image garbage collection is never run.
- Pod
Max intPids - The maximum number of processes per pod.
- Topology
Manager stringPolicy - Topology Manager policy to use.
- allowed
Unsafe List<String>Sysctls - Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in
*
). - container
Log IntegerMax Files - The maximum number of container log files that can be present for a container. The number must be ≥ 2.
- container
Log IntegerMax Size MB - The maximum size (e.g. 10Mi) of container log file before it is rotated.
- cpu
Cfs BooleanQuota - Enable CPU CFS quota enforcement for containers that specify CPU limits.
- cpu
Cfs StringQuota Period - Sets CPU CFS quota period value.
- cpu
Manager StringPolicy - CPU Manager policy to use.
- fail
Swap BooleanOn - If set to true it will make the Kubelet fail to start if swap is enabled on the node.
- image
Gc IntegerHigh Threshold - The percent of disk usage after which image garbage collection is always run.
- image
Gc IntegerLow Threshold - The percent of disk usage before which image garbage collection is never run.
- pod
Max IntegerPids - The maximum number of processes per pod.
- topology
Manager StringPolicy - Topology Manager policy to use.
- allowed
Unsafe string[]Sysctls - Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in
*
). - container
Log numberMax Files - The maximum number of container log files that can be present for a container. The number must be ≥ 2.
- container
Log numberMax Size MB - The maximum size (e.g. 10Mi) of container log file before it is rotated.
- cpu
Cfs booleanQuota - Enable CPU CFS quota enforcement for containers that specify CPU limits.
- cpu
Cfs stringQuota Period - Sets CPU CFS quota period value.
- cpu
Manager stringPolicy - CPU Manager policy to use.
- fail
Swap booleanOn - If set to true it will make the Kubelet fail to start if swap is enabled on the node.
- image
Gc numberHigh Threshold - The percent of disk usage after which image garbage collection is always run.
- image
Gc numberLow Threshold - The percent of disk usage before which image garbage collection is never run.
- pod
Max numberPids - The maximum number of processes per pod.
- topology
Manager stringPolicy - Topology Manager policy to use.
- allowed_
unsafe_ Sequence[str]sysctls - Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in
*
). - container_
log_ intmax_ files - The maximum number of container log files that can be present for a container. The number must be ≥ 2.
- container_
log_ intmax_ size_ mb - The maximum size (e.g. 10Mi) of container log file before it is rotated.
- cpu_
cfs_ boolquota - Enable CPU CFS quota enforcement for containers that specify CPU limits.
- cpu_
cfs_ strquota_ period - Sets CPU CFS quota period value.
- cpu_
manager_ strpolicy - CPU Manager policy to use.
- fail_
swap_ boolon - If set to true it will make the Kubelet fail to start if swap is enabled on the node.
- image_
gc_ inthigh_ threshold - The percent of disk usage after which image garbage collection is always run.
- image_
gc_ intlow_ threshold - The percent of disk usage before which image garbage collection is never run.
- pod_
max_ intpids - The maximum number of processes per pod.
- topology_
manager_ strpolicy - Topology Manager policy to use.
- allowed
Unsafe List<String>Sysctls - Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in
*
). - container
Log NumberMax Files - The maximum number of container log files that can be present for a container. The number must be ≥ 2.
- container
Log NumberMax Size MB - The maximum size (e.g. 10Mi) of container log file before it is rotated.
- cpu
Cfs BooleanQuota - Enable CPU CFS quota enforcement for containers that specify CPU limits.
- cpu
Cfs StringQuota Period - Sets CPU CFS quota period value.
- cpu
Manager StringPolicy - CPU Manager policy to use.
- fail
Swap BooleanOn - If set to true it will make the Kubelet fail to start if swap is enabled on the node.
- image
Gc NumberHigh Threshold - The percent of disk usage after which image garbage collection is always run.
- image
Gc NumberLow Threshold - The percent of disk usage before which image garbage collection is never run.
- pod
Max NumberPids - The maximum number of processes per pod.
- topology
Manager StringPolicy - Topology Manager policy to use.
LinuxOSConfigResponse
- Swap
File intSize MB - SwapFileSizeMB specifies size in MB of a swap file will be created on each node.
- Sysctls
Pulumi.
Azure Native. Container Service. Inputs. Sysctl Config Response - Sysctl settings for Linux agent nodes.
- Transparent
Huge stringPage Defrag - Transparent Huge Page defrag configuration.
- Transparent
Huge stringPage Enabled - Transparent Huge Page enabled configuration.
- Swap
File intSize MB - SwapFileSizeMB specifies size in MB of a swap file will be created on each node.
- Sysctls
Sysctl
Config Response - Sysctl settings for Linux agent nodes.
- Transparent
Huge stringPage Defrag - Transparent Huge Page defrag configuration.
- Transparent
Huge stringPage Enabled - Transparent Huge Page enabled configuration.
- swap
File IntegerSize MB - SwapFileSizeMB specifies size in MB of a swap file will be created on each node.
- sysctls
Sysctl
Config Response - Sysctl settings for Linux agent nodes.
- transparent
Huge StringPage Defrag - Transparent Huge Page defrag configuration.
- transparent
Huge StringPage Enabled - Transparent Huge Page enabled configuration.
- swap
File numberSize MB - SwapFileSizeMB specifies size in MB of a swap file will be created on each node.
- sysctls
Sysctl
Config Response - Sysctl settings for Linux agent nodes.
- transparent
Huge stringPage Defrag - Transparent Huge Page defrag configuration.
- transparent
Huge stringPage Enabled - Transparent Huge Page enabled configuration.
- swap_
file_ intsize_ mb - SwapFileSizeMB specifies size in MB of a swap file will be created on each node.
- sysctls
Sysctl
Config Response - Sysctl settings for Linux agent nodes.
- transparent_
huge_ strpage_ defrag - Transparent Huge Page defrag configuration.
- transparent_
huge_ strpage_ enabled - Transparent Huge Page enabled configuration.
- swap
File NumberSize MB - SwapFileSizeMB specifies size in MB of a swap file will be created on each node.
- sysctls Property Map
- Sysctl settings for Linux agent nodes.
- transparent
Huge StringPage Defrag - Transparent Huge Page defrag configuration.
- transparent
Huge StringPage Enabled - Transparent Huge Page enabled configuration.
PowerStateResponse
- Code string
- Tells whether the cluster is Running or Stopped
- Code string
- Tells whether the cluster is Running or Stopped
- code String
- Tells whether the cluster is Running or Stopped
- code string
- Tells whether the cluster is Running or Stopped
- code str
- Tells whether the cluster is Running or Stopped
- code String
- Tells whether the cluster is Running or Stopped
SysctlConfigResponse
- Fs
Aio intMax Nr - Sysctl setting fs.aio-max-nr.
- Fs
File intMax - Sysctl setting fs.file-max.
- Fs
Inotify intMax User Watches - Sysctl setting fs.inotify.max_user_watches.
- Fs
Nr intOpen - Sysctl setting fs.nr_open.
- Kernel
Threads intMax - Sysctl setting kernel.threads-max.
- Net
Core intNetdev Max Backlog - Sysctl setting net.core.netdev_max_backlog.
- Net
Core intOptmem Max - Sysctl setting net.core.optmem_max.
- Net
Core intRmem Default - Sysctl setting net.core.rmem_default.
- Net
Core intRmem Max - Sysctl setting net.core.rmem_max.
- Net
Core intSomaxconn - Sysctl setting net.core.somaxconn.
- Net
Core intWmem Default - Sysctl setting net.core.wmem_default.
- Net
Core intWmem Max - Sysctl setting net.core.wmem_max.
- Net
Ipv4Ip stringLocal Port Range - Sysctl setting net.ipv4.ip_local_port_range.
- Net
Ipv4Neigh intDefault Gc Thresh1 - Sysctl setting net.ipv4.neigh.default.gc_thresh1.
- Net
Ipv4Neigh intDefault Gc Thresh2 - Sysctl setting net.ipv4.neigh.default.gc_thresh2.
- Net
Ipv4Neigh intDefault Gc Thresh3 - Sysctl setting net.ipv4.neigh.default.gc_thresh3.
- Net
Ipv4Tcp intFin Timeout - Sysctl setting net.ipv4.tcp_fin_timeout.
- Net
Ipv4Tcp intKeepalive Probes - Sysctl setting net.ipv4.tcp_keepalive_probes.
- Net
Ipv4Tcp intKeepalive Time - Sysctl setting net.ipv4.tcp_keepalive_time.
- Net
Ipv4Tcp intMax Syn Backlog - Sysctl setting net.ipv4.tcp_max_syn_backlog.
- Net
Ipv4Tcp intMax Tw Buckets - Sysctl setting net.ipv4.tcp_max_tw_buckets.
- Net
Ipv4Tcp boolTw Reuse - Sysctl setting net.ipv4.tcp_tw_reuse.
- Net
Ipv4Tcpkeepalive intIntvl - Sysctl setting net.ipv4.tcp_keepalive_intvl.
- Net
Netfilter intNf Conntrack Buckets - Sysctl setting net.netfilter.nf_conntrack_buckets.
- Net
Netfilter intNf Conntrack Max - Sysctl setting net.netfilter.nf_conntrack_max.
- Vm
Max intMap Count - Sysctl setting vm.max_map_count.
- Vm
Swappiness int - Sysctl setting vm.swappiness.
- Vm
Vfs intCache Pressure - Sysctl setting vm.vfs_cache_pressure.
- Fs
Aio intMax Nr - Sysctl setting fs.aio-max-nr.
- Fs
File intMax - Sysctl setting fs.file-max.
- Fs
Inotify intMax User Watches - Sysctl setting fs.inotify.max_user_watches.
- Fs
Nr intOpen - Sysctl setting fs.nr_open.
- Kernel
Threads intMax - Sysctl setting kernel.threads-max.
- Net
Core intNetdev Max Backlog - Sysctl setting net.core.netdev_max_backlog.
- Net
Core intOptmem Max - Sysctl setting net.core.optmem_max.
- Net
Core intRmem Default - Sysctl setting net.core.rmem_default.
- Net
Core intRmem Max - Sysctl setting net.core.rmem_max.
- Net
Core intSomaxconn - Sysctl setting net.core.somaxconn.
- Net
Core intWmem Default - Sysctl setting net.core.wmem_default.
- Net
Core intWmem Max - Sysctl setting net.core.wmem_max.
- Net
Ipv4Ip stringLocal Port Range - Sysctl setting net.ipv4.ip_local_port_range.
- Net
Ipv4Neigh intDefault Gc Thresh1 - Sysctl setting net.ipv4.neigh.default.gc_thresh1.
- Net
Ipv4Neigh intDefault Gc Thresh2 - Sysctl setting net.ipv4.neigh.default.gc_thresh2.
- Net
Ipv4Neigh intDefault Gc Thresh3 - Sysctl setting net.ipv4.neigh.default.gc_thresh3.
- Net
Ipv4Tcp intFin Timeout - Sysctl setting net.ipv4.tcp_fin_timeout.
- Net
Ipv4Tcp intKeepalive Probes - Sysctl setting net.ipv4.tcp_keepalive_probes.
- Net
Ipv4Tcp intKeepalive Time - Sysctl setting net.ipv4.tcp_keepalive_time.
- Net
Ipv4Tcp intMax Syn Backlog - Sysctl setting net.ipv4.tcp_max_syn_backlog.
- Net
Ipv4Tcp intMax Tw Buckets - Sysctl setting net.ipv4.tcp_max_tw_buckets.
- Net
Ipv4Tcp boolTw Reuse - Sysctl setting net.ipv4.tcp_tw_reuse.
- Net
Ipv4Tcpkeepalive intIntvl - Sysctl setting net.ipv4.tcp_keepalive_intvl.
- Net
Netfilter intNf Conntrack Buckets - Sysctl setting net.netfilter.nf_conntrack_buckets.
- Net
Netfilter intNf Conntrack Max - Sysctl setting net.netfilter.nf_conntrack_max.
- Vm
Max intMap Count - Sysctl setting vm.max_map_count.
- Vm
Swappiness int - Sysctl setting vm.swappiness.
- Vm
Vfs intCache Pressure - Sysctl setting vm.vfs_cache_pressure.
- fs
Aio IntegerMax Nr - Sysctl setting fs.aio-max-nr.
- fs
File IntegerMax - Sysctl setting fs.file-max.
- fs
Inotify IntegerMax User Watches - Sysctl setting fs.inotify.max_user_watches.
- fs
Nr IntegerOpen - Sysctl setting fs.nr_open.
- kernel
Threads IntegerMax - Sysctl setting kernel.threads-max.
- net
Core IntegerNetdev Max Backlog - Sysctl setting net.core.netdev_max_backlog.
- net
Core IntegerOptmem Max - Sysctl setting net.core.optmem_max.
- net
Core IntegerRmem Default - Sysctl setting net.core.rmem_default.
- net
Core IntegerRmem Max - Sysctl setting net.core.rmem_max.
- net
Core IntegerSomaxconn - Sysctl setting net.core.somaxconn.
- net
Core IntegerWmem Default - Sysctl setting net.core.wmem_default.
- net
Core IntegerWmem Max - Sysctl setting net.core.wmem_max.
- net
Ipv4Ip StringLocal Port Range - Sysctl setting net.ipv4.ip_local_port_range.
- net
Ipv4Neigh IntegerDefault Gc Thresh1 - Sysctl setting net.ipv4.neigh.default.gc_thresh1.
- net
Ipv4Neigh IntegerDefault Gc Thresh2 - Sysctl setting net.ipv4.neigh.default.gc_thresh2.
- net
Ipv4Neigh IntegerDefault Gc Thresh3 - Sysctl setting net.ipv4.neigh.default.gc_thresh3.
- net
Ipv4Tcp IntegerFin Timeout - Sysctl setting net.ipv4.tcp_fin_timeout.
- net
Ipv4Tcp IntegerKeepalive Probes - Sysctl setting net.ipv4.tcp_keepalive_probes.
- net
Ipv4Tcp IntegerKeepalive Time - Sysctl setting net.ipv4.tcp_keepalive_time.
- net
Ipv4Tcp IntegerMax Syn Backlog - Sysctl setting net.ipv4.tcp_max_syn_backlog.
- net
Ipv4Tcp IntegerMax Tw Buckets - Sysctl setting net.ipv4.tcp_max_tw_buckets.
- net
Ipv4Tcp BooleanTw Reuse - Sysctl setting net.ipv4.tcp_tw_reuse.
- net
Ipv4Tcpkeepalive IntegerIntvl - Sysctl setting net.ipv4.tcp_keepalive_intvl.
- net
Netfilter IntegerNf Conntrack Buckets - Sysctl setting net.netfilter.nf_conntrack_buckets.
- net
Netfilter IntegerNf Conntrack Max - Sysctl setting net.netfilter.nf_conntrack_max.
- vm
Max IntegerMap Count - Sysctl setting vm.max_map_count.
- vm
Swappiness Integer - Sysctl setting vm.swappiness.
- vm
Vfs IntegerCache Pressure - Sysctl setting vm.vfs_cache_pressure.
- fs
Aio numberMax Nr - Sysctl setting fs.aio-max-nr.
- fs
File numberMax - Sysctl setting fs.file-max.
- fs
Inotify numberMax User Watches - Sysctl setting fs.inotify.max_user_watches.
- fs
Nr numberOpen - Sysctl setting fs.nr_open.
- kernel
Threads numberMax - Sysctl setting kernel.threads-max.
- net
Core numberNetdev Max Backlog - Sysctl setting net.core.netdev_max_backlog.
- net
Core numberOptmem Max - Sysctl setting net.core.optmem_max.
- net
Core numberRmem Default - Sysctl setting net.core.rmem_default.
- net
Core numberRmem Max - Sysctl setting net.core.rmem_max.
- net
Core numberSomaxconn - Sysctl setting net.core.somaxconn.
- net
Core numberWmem Default - Sysctl setting net.core.wmem_default.
- net
Core numberWmem Max - Sysctl setting net.core.wmem_max.
- net
Ipv4Ip stringLocal Port Range - Sysctl setting net.ipv4.ip_local_port_range.
- net
Ipv4Neigh numberDefault Gc Thresh1 - Sysctl setting net.ipv4.neigh.default.gc_thresh1.
- net
Ipv4Neigh numberDefault Gc Thresh2 - Sysctl setting net.ipv4.neigh.default.gc_thresh2.
- net
Ipv4Neigh numberDefault Gc Thresh3 - Sysctl setting net.ipv4.neigh.default.gc_thresh3.
- net
Ipv4Tcp numberFin Timeout - Sysctl setting net.ipv4.tcp_fin_timeout.
- net
Ipv4Tcp numberKeepalive Probes - Sysctl setting net.ipv4.tcp_keepalive_probes.
- net
Ipv4Tcp numberKeepalive Time - Sysctl setting net.ipv4.tcp_keepalive_time.
- net
Ipv4Tcp numberMax Syn Backlog - Sysctl setting net.ipv4.tcp_max_syn_backlog.
- net
Ipv4Tcp numberMax Tw Buckets - Sysctl setting net.ipv4.tcp_max_tw_buckets.
- net
Ipv4Tcp booleanTw Reuse - Sysctl setting net.ipv4.tcp_tw_reuse.
- net
Ipv4Tcpkeepalive numberIntvl - Sysctl setting net.ipv4.tcp_keepalive_intvl.
- net
Netfilter numberNf Conntrack Buckets - Sysctl setting net.netfilter.nf_conntrack_buckets.
- net
Netfilter numberNf Conntrack Max - Sysctl setting net.netfilter.nf_conntrack_max.
- vm
Max numberMap Count - Sysctl setting vm.max_map_count.
- vm
Swappiness number - Sysctl setting vm.swappiness.
- vm
Vfs numberCache Pressure - Sysctl setting vm.vfs_cache_pressure.
- fs_
aio_ intmax_ nr - Sysctl setting fs.aio-max-nr.
- fs_
file_ intmax - Sysctl setting fs.file-max.
- fs_
inotify_ intmax_ user_ watches - Sysctl setting fs.inotify.max_user_watches.
- fs_
nr_ intopen - Sysctl setting fs.nr_open.
- kernel_
threads_ intmax - Sysctl setting kernel.threads-max.
- net_
core_ intnetdev_ max_ backlog - Sysctl setting net.core.netdev_max_backlog.
- net_
core_ intoptmem_ max - Sysctl setting net.core.optmem_max.
- net_
core_ intrmem_ default - Sysctl setting net.core.rmem_default.
- net_
core_ intrmem_ max - Sysctl setting net.core.rmem_max.
- net_
core_ intsomaxconn - Sysctl setting net.core.somaxconn.
- net_
core_ intwmem_ default - Sysctl setting net.core.wmem_default.
- net_
core_ intwmem_ max - Sysctl setting net.core.wmem_max.
- net_
ipv4_ strip_ local_ port_ range - Sysctl setting net.ipv4.ip_local_port_range.
- net_
ipv4_ intneigh_ default_ gc_ thresh1 - Sysctl setting net.ipv4.neigh.default.gc_thresh1.
- net_
ipv4_ intneigh_ default_ gc_ thresh2 - Sysctl setting net.ipv4.neigh.default.gc_thresh2.
- net_
ipv4_ intneigh_ default_ gc_ thresh3 - Sysctl setting net.ipv4.neigh.default.gc_thresh3.
- net_
ipv4_ inttcp_ fin_ timeout - Sysctl setting net.ipv4.tcp_fin_timeout.
- net_
ipv4_ inttcp_ keepalive_ probes - Sysctl setting net.ipv4.tcp_keepalive_probes.
- net_
ipv4_ inttcp_ keepalive_ time - Sysctl setting net.ipv4.tcp_keepalive_time.
- net_
ipv4_ inttcp_ max_ syn_ backlog - Sysctl setting net.ipv4.tcp_max_syn_backlog.
- net_
ipv4_ inttcp_ max_ tw_ buckets - Sysctl setting net.ipv4.tcp_max_tw_buckets.
- net_
ipv4_ booltcp_ tw_ reuse - Sysctl setting net.ipv4.tcp_tw_reuse.
- net_
ipv4_ inttcpkeepalive_ intvl - Sysctl setting net.ipv4.tcp_keepalive_intvl.
- net_
netfilter_ intnf_ conntrack_ buckets - Sysctl setting net.netfilter.nf_conntrack_buckets.
- net_
netfilter_ intnf_ conntrack_ max - Sysctl setting net.netfilter.nf_conntrack_max.
- vm_
max_ intmap_ count - Sysctl setting vm.max_map_count.
- vm_
swappiness int - Sysctl setting vm.swappiness.
- vm_
vfs_ intcache_ pressure - Sysctl setting vm.vfs_cache_pressure.
- fs
Aio NumberMax Nr - Sysctl setting fs.aio-max-nr.
- fs
File NumberMax - Sysctl setting fs.file-max.
- fs
Inotify NumberMax User Watches - Sysctl setting fs.inotify.max_user_watches.
- fs
Nr NumberOpen - Sysctl setting fs.nr_open.
- kernel
Threads NumberMax - Sysctl setting kernel.threads-max.
- net
Core NumberNetdev Max Backlog - Sysctl setting net.core.netdev_max_backlog.
- net
Core NumberOptmem Max - Sysctl setting net.core.optmem_max.
- net
Core NumberRmem Default - Sysctl setting net.core.rmem_default.
- net
Core NumberRmem Max - Sysctl setting net.core.rmem_max.
- net
Core NumberSomaxconn - Sysctl setting net.core.somaxconn.
- net
Core NumberWmem Default - Sysctl setting net.core.wmem_default.
- net
Core NumberWmem Max - Sysctl setting net.core.wmem_max.
- net
Ipv4Ip StringLocal Port Range - Sysctl setting net.ipv4.ip_local_port_range.
- net
Ipv4Neigh NumberDefault Gc Thresh1 - Sysctl setting net.ipv4.neigh.default.gc_thresh1.
- net
Ipv4Neigh NumberDefault Gc Thresh2 - Sysctl setting net.ipv4.neigh.default.gc_thresh2.
- net
Ipv4Neigh NumberDefault Gc Thresh3 - Sysctl setting net.ipv4.neigh.default.gc_thresh3.
- net
Ipv4Tcp NumberFin Timeout - Sysctl setting net.ipv4.tcp_fin_timeout.
- net
Ipv4Tcp NumberKeepalive Probes - Sysctl setting net.ipv4.tcp_keepalive_probes.
- net
Ipv4Tcp NumberKeepalive Time - Sysctl setting net.ipv4.tcp_keepalive_time.
- net
Ipv4Tcp NumberMax Syn Backlog - Sysctl setting net.ipv4.tcp_max_syn_backlog.
- net
Ipv4Tcp NumberMax Tw Buckets - Sysctl setting net.ipv4.tcp_max_tw_buckets.
- net
Ipv4Tcp BooleanTw Reuse - Sysctl setting net.ipv4.tcp_tw_reuse.
- net
Ipv4Tcpkeepalive NumberIntvl - Sysctl setting net.ipv4.tcp_keepalive_intvl.
- net
Netfilter NumberNf Conntrack Buckets - Sysctl setting net.netfilter.nf_conntrack_buckets.
- net
Netfilter NumberNf Conntrack Max - Sysctl setting net.netfilter.nf_conntrack_max.
- vm
Max NumberMap Count - Sysctl setting vm.max_map_count.
- vm
Swappiness Number - Sysctl setting vm.swappiness.
- vm
Vfs NumberCache Pressure - Sysctl setting vm.vfs_cache_pressure.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi