azure-native.containerservice.getAgentPool

Explore with Pulumi AI

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:

AgentPoolName string

The name of the agent pool.

ResourceGroupName string

The name of the resource group.

ResourceName string

The name of the managed cluster resource.

AgentPoolName string

The name of the agent pool.

ResourceGroupName string

The name of the resource group.

ResourceName string

The name of the managed cluster resource.

agentPoolName String

The name of the agent pool.

resourceGroupName String

The name of the resource group.

resourceName String

The name of the managed cluster resource.

agentPoolName string

The name of the agent pool.

resourceGroupName string

The name of the resource group.

resourceName string

The name of the managed cluster resource.

agent_pool_name str

The name of the agent pool.

resource_group_name str

The name of the resource group.

resource_name str

The name of the managed cluster resource.

agentPoolName String

The name of the agent pool.

resourceGroupName String

The name of the resource group.

resourceName 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.

NodeImageVersion string

Version of node image

PowerState Pulumi.AzureNative.ContainerService.Outputs.PowerStateResponse

Describes whether the Agent Pool is Running or Stopped

ProvisioningState string

The current deployment or provisioning state, which only appears in the response.

Type string

AgentPoolType represents types of an agent pool

AvailabilityZones 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.

EnableAutoScaling bool

Whether to enable auto-scaler

EnableEncryptionAtHost bool

Whether to enable EncryptionAtHost

EnableFIPS bool

Whether to use FIPS enabled OS

EnableNodePublicIP bool

Enable public IP for nodes

GpuInstanceProfile string

GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.

KubeletConfig Pulumi.AzureNative.ContainerService.Outputs.KubeletConfigResponse

KubeletConfig specifies the configuration of kubelet on agent nodes.

KubeletDiskType string

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.

LinuxOSConfig Pulumi.AzureNative.ContainerService.Outputs.LinuxOSConfigResponse

LinuxOSConfig specifies the OS configuration of linux agent nodes.

MaxCount int

Maximum number of nodes for auto-scaling

MaxPods int

Maximum number of pods that can run on a node.

MinCount int

Minimum number of nodes for auto-scaling

Mode string

AgentPoolMode represents mode of an agent pool

NodeLabels Dictionary<string, string>

Agent pool node labels to be persisted across all nodes in agent pool.

NodePublicIPPrefixID string

Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.

NodeTaints List<string>

Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.

OrchestratorVersion string

Version of orchestrator specified when creating the managed cluster.

OsDiskSizeGB int

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.

OsDiskType string

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.

OsSKU string

OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.

OsType string

OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.

PodSubnetID string

Pod SubnetID specifies the VNet's subnet identifier for pods.

ProximityPlacementGroupID string

The ID for Proximity Placement Group.

ScaleSetEvictionPolicy string

ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.

ScaleSetPriority string

ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.

SpotMaxPrice double

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.

Tags Dictionary<string, string>

Agent pool tags to be persisted on the agent pool virtual machine scale set.

UpgradeSettings Pulumi.AzureNative.ContainerService.Outputs.AgentPoolUpgradeSettingsResponse

Settings for upgrading the agentpool

VmSize string

Size of agent VMs.

VnetSubnetID string

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.

NodeImageVersion string

Version of node image

PowerState PowerStateResponse

Describes whether the Agent Pool is Running or Stopped

ProvisioningState string

The current deployment or provisioning state, which only appears in the response.

Type string

AgentPoolType represents types of an agent pool

AvailabilityZones []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.

EnableAutoScaling bool

Whether to enable auto-scaler

EnableEncryptionAtHost bool

Whether to enable EncryptionAtHost

EnableFIPS bool

Whether to use FIPS enabled OS

EnableNodePublicIP bool

Enable public IP for nodes

GpuInstanceProfile string

GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.

KubeletConfig KubeletConfigResponse

KubeletConfig specifies the configuration of kubelet on agent nodes.

KubeletDiskType string

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.

LinuxOSConfig LinuxOSConfigResponse

LinuxOSConfig specifies the OS configuration of linux agent nodes.

MaxCount int

Maximum number of nodes for auto-scaling

MaxPods int

Maximum number of pods that can run on a node.

MinCount int

Minimum number of nodes for auto-scaling

Mode string

AgentPoolMode represents mode of an agent pool

NodeLabels map[string]string

Agent pool node labels to be persisted across all nodes in agent pool.

NodePublicIPPrefixID string

Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.

NodeTaints []string

Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.

OrchestratorVersion string

Version of orchestrator specified when creating the managed cluster.

OsDiskSizeGB int

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.

OsDiskType string

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.

OsSKU string

OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.

OsType string

OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.

PodSubnetID string

Pod SubnetID specifies the VNet's subnet identifier for pods.

ProximityPlacementGroupID string

The ID for Proximity Placement Group.

ScaleSetEvictionPolicy string

ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.

ScaleSetPriority string

ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.

SpotMaxPrice float64

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.

Tags map[string]string

Agent pool tags to be persisted on the agent pool virtual machine scale set.

UpgradeSettings AgentPoolUpgradeSettingsResponse

Settings for upgrading the agentpool

VmSize string

Size of agent VMs.

VnetSubnetID string

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.

nodeImageVersion String

Version of node image

powerState PowerStateResponse

Describes whether the Agent Pool is Running or Stopped

provisioningState String

The current deployment or provisioning state, which only appears in the response.

type String

AgentPoolType represents types of an agent pool

availabilityZones 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.

enableAutoScaling Boolean

Whether to enable auto-scaler

enableEncryptionAtHost Boolean

Whether to enable EncryptionAtHost

enableFIPS Boolean

Whether to use FIPS enabled OS

enableNodePublicIP Boolean

Enable public IP for nodes

gpuInstanceProfile String

GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.

kubeletConfig KubeletConfigResponse

KubeletConfig specifies the configuration of kubelet on agent nodes.

kubeletDiskType String

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.

linuxOSConfig LinuxOSConfigResponse

LinuxOSConfig specifies the OS configuration of linux agent nodes.

maxCount Integer

Maximum number of nodes for auto-scaling

maxPods Integer

Maximum number of pods that can run on a node.

minCount Integer

Minimum number of nodes for auto-scaling

mode String

AgentPoolMode represents mode of an agent pool

nodeLabels Map<String,String>

Agent pool node labels to be persisted across all nodes in agent pool.

nodePublicIPPrefixID String

Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.

nodeTaints List<String>

Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.

orchestratorVersion String

Version of orchestrator specified when creating the managed cluster.

osDiskSizeGB Integer

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.

osDiskType String

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.

osSKU String

OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.

osType String

OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.

podSubnetID String

Pod SubnetID specifies the VNet's subnet identifier for pods.

proximityPlacementGroupID String

The ID for Proximity Placement Group.

scaleSetEvictionPolicy String

ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.

scaleSetPriority String

ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.

spotMaxPrice Double

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.

tags Map<String,String>

Agent pool tags to be persisted on the agent pool virtual machine scale set.

upgradeSettings AgentPoolUpgradeSettingsResponse

Settings for upgrading the agentpool

vmSize String

Size of agent VMs.

vnetSubnetID String

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.

nodeImageVersion string

Version of node image

powerState PowerStateResponse

Describes whether the Agent Pool is Running or Stopped

provisioningState string

The current deployment or provisioning state, which only appears in the response.

type string

AgentPoolType represents types of an agent pool

availabilityZones 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.

enableAutoScaling boolean

Whether to enable auto-scaler

enableEncryptionAtHost boolean

Whether to enable EncryptionAtHost

enableFIPS boolean

Whether to use FIPS enabled OS

enableNodePublicIP boolean

Enable public IP for nodes

gpuInstanceProfile string

GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.

kubeletConfig KubeletConfigResponse

KubeletConfig specifies the configuration of kubelet on agent nodes.

kubeletDiskType string

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.

linuxOSConfig LinuxOSConfigResponse

LinuxOSConfig specifies the OS configuration of linux agent nodes.

maxCount number

Maximum number of nodes for auto-scaling

maxPods number

Maximum number of pods that can run on a node.

minCount number

Minimum number of nodes for auto-scaling

mode string

AgentPoolMode represents mode of an agent pool

nodeLabels {[key: string]: string}

Agent pool node labels to be persisted across all nodes in agent pool.

nodePublicIPPrefixID string

Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.

nodeTaints string[]

Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.

orchestratorVersion string

Version of orchestrator specified when creating the managed cluster.

osDiskSizeGB number

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.

osDiskType string

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.

osSKU string

OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.

osType string

OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.

podSubnetID string

Pod SubnetID specifies the VNet's subnet identifier for pods.

proximityPlacementGroupID string

The ID for Proximity Placement Group.

scaleSetEvictionPolicy string

ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.

scaleSetPriority string

ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.

spotMaxPrice number

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.

tags {[key: string]: string}

Agent pool tags to be persisted on the agent pool virtual machine scale set.

upgradeSettings AgentPoolUpgradeSettingsResponse

Settings for upgrading the agentpool

vmSize string

Size of agent VMs.

vnetSubnetID string

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_version str

Version of node image

power_state PowerStateResponse

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_scaling bool

Whether to enable auto-scaler

enable_encryption_at_host bool

Whether to enable EncryptionAtHost

enable_fips bool

Whether to use FIPS enabled OS

enable_node_public_ip bool

Enable public IP for nodes

gpu_instance_profile str

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 KubeletConfigResponse

KubeletConfig specifies the configuration of kubelet on agent nodes.

kubelet_disk_type str

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_config LinuxOSConfigResponse

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_ip_prefix_id str

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_size_gb int

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_type str

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_id str

Pod SubnetID specifies the VNet's subnet identifier for pods.

proximity_placement_group_id str

The ID for Proximity Placement Group.

scale_set_eviction_policy str

ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.

scale_set_priority str

ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.

spot_max_price float

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.

tags Mapping[str, str]

Agent pool tags to be persisted on the agent pool virtual machine scale set.

upgrade_settings AgentPoolUpgradeSettingsResponse

Settings for upgrading the agentpool

vm_size str

Size of agent VMs.

vnet_subnet_id str

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.

nodeImageVersion String

Version of node image

powerState Property Map

Describes whether the Agent Pool is Running or Stopped

provisioningState String

The current deployment or provisioning state, which only appears in the response.

type String

AgentPoolType represents types of an agent pool

availabilityZones 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.

enableAutoScaling Boolean

Whether to enable auto-scaler

enableEncryptionAtHost Boolean

Whether to enable EncryptionAtHost

enableFIPS Boolean

Whether to use FIPS enabled OS

enableNodePublicIP Boolean

Enable public IP for nodes

gpuInstanceProfile String

GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU. Supported values are MIG1g, MIG2g, MIG3g, MIG4g and MIG7g.

kubeletConfig Property Map

KubeletConfig specifies the configuration of kubelet on agent nodes.

kubeletDiskType String

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.

linuxOSConfig Property Map

LinuxOSConfig specifies the OS configuration of linux agent nodes.

maxCount Number

Maximum number of nodes for auto-scaling

maxPods Number

Maximum number of pods that can run on a node.

minCount Number

Minimum number of nodes for auto-scaling

mode String

AgentPoolMode represents mode of an agent pool

nodeLabels Map<String>

Agent pool node labels to be persisted across all nodes in agent pool.

nodePublicIPPrefixID String

Public IP Prefix ID. VM nodes use IPs assigned from this Public IP Prefix.

nodeTaints List<String>

Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.

orchestratorVersion String

Version of orchestrator specified when creating the managed cluster.

osDiskSizeGB Number

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.

osDiskType String

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.

osSKU String

OsSKU to be used to specify os sku. Choose from Ubuntu(default) and CBLMariner for Linux OSType. Not applicable to Windows OSType.

osType String

OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux.

podSubnetID String

Pod SubnetID specifies the VNet's subnet identifier for pods.

proximityPlacementGroupID String

The ID for Proximity Placement Group.

scaleSetEvictionPolicy String

ScaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set. Default to Delete.

scaleSetPriority String

ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.

spotMaxPrice Number

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.

tags Map<String>

Agent pool tags to be persisted on the agent pool virtual machine scale set.

upgradeSettings Property Map

Settings for upgrading the agentpool

vmSize String

Size of agent VMs.

vnetSubnetID String

VNet SubnetID specifies the VNet's subnet identifier for nodes and maybe pods

Supporting Types

AgentPoolUpgradeSettingsResponse

MaxSurge string

Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default

MaxSurge string

Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default

maxSurge String

Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default

maxSurge 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

maxSurge String

Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default

KubeletConfigResponse

AllowedUnsafeSysctls List<string>

Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in *).

ContainerLogMaxFiles int

The maximum number of container log files that can be present for a container. The number must be ≥ 2.

ContainerLogMaxSizeMB int

The maximum size (e.g. 10Mi) of container log file before it is rotated.

CpuCfsQuota bool

Enable CPU CFS quota enforcement for containers that specify CPU limits.

CpuCfsQuotaPeriod string

Sets CPU CFS quota period value.

CpuManagerPolicy string

CPU Manager policy to use.

FailSwapOn bool

If set to true it will make the Kubelet fail to start if swap is enabled on the node.

ImageGcHighThreshold int

The percent of disk usage after which image garbage collection is always run.

ImageGcLowThreshold int

The percent of disk usage before which image garbage collection is never run.

PodMaxPids int

The maximum number of processes per pod.

TopologyManagerPolicy string

Topology Manager policy to use.

AllowedUnsafeSysctls []string

Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in *).

ContainerLogMaxFiles int

The maximum number of container log files that can be present for a container. The number must be ≥ 2.

ContainerLogMaxSizeMB int

The maximum size (e.g. 10Mi) of container log file before it is rotated.

CpuCfsQuota bool

Enable CPU CFS quota enforcement for containers that specify CPU limits.

CpuCfsQuotaPeriod string

Sets CPU CFS quota period value.

CpuManagerPolicy string

CPU Manager policy to use.

FailSwapOn bool

If set to true it will make the Kubelet fail to start if swap is enabled on the node.

ImageGcHighThreshold int

The percent of disk usage after which image garbage collection is always run.

ImageGcLowThreshold int

The percent of disk usage before which image garbage collection is never run.

PodMaxPids int

The maximum number of processes per pod.

TopologyManagerPolicy string

Topology Manager policy to use.

allowedUnsafeSysctls List<String>

Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in *).

containerLogMaxFiles Integer

The maximum number of container log files that can be present for a container. The number must be ≥ 2.

containerLogMaxSizeMB Integer

The maximum size (e.g. 10Mi) of container log file before it is rotated.

cpuCfsQuota Boolean

Enable CPU CFS quota enforcement for containers that specify CPU limits.

cpuCfsQuotaPeriod String

Sets CPU CFS quota period value.

cpuManagerPolicy String

CPU Manager policy to use.

failSwapOn Boolean

If set to true it will make the Kubelet fail to start if swap is enabled on the node.

imageGcHighThreshold Integer

The percent of disk usage after which image garbage collection is always run.

imageGcLowThreshold Integer

The percent of disk usage before which image garbage collection is never run.

podMaxPids Integer

The maximum number of processes per pod.

topologyManagerPolicy String

Topology Manager policy to use.

allowedUnsafeSysctls string[]

Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in *).

containerLogMaxFiles number

The maximum number of container log files that can be present for a container. The number must be ≥ 2.

containerLogMaxSizeMB number

The maximum size (e.g. 10Mi) of container log file before it is rotated.

cpuCfsQuota boolean

Enable CPU CFS quota enforcement for containers that specify CPU limits.

cpuCfsQuotaPeriod string

Sets CPU CFS quota period value.

cpuManagerPolicy string

CPU Manager policy to use.

failSwapOn boolean

If set to true it will make the Kubelet fail to start if swap is enabled on the node.

imageGcHighThreshold number

The percent of disk usage after which image garbage collection is always run.

imageGcLowThreshold number

The percent of disk usage before which image garbage collection is never run.

podMaxPids number

The maximum number of processes per pod.

topologyManagerPolicy string

Topology Manager policy to use.

allowed_unsafe_sysctls Sequence[str]

Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in *).

container_log_max_files int

The maximum number of container log files that can be present for a container. The number must be ≥ 2.

container_log_max_size_mb int

The maximum size (e.g. 10Mi) of container log file before it is rotated.

cpu_cfs_quota bool

Enable CPU CFS quota enforcement for containers that specify CPU limits.

cpu_cfs_quota_period str

Sets CPU CFS quota period value.

cpu_manager_policy str

CPU Manager policy to use.

fail_swap_on bool

If set to true it will make the Kubelet fail to start if swap is enabled on the node.

image_gc_high_threshold int

The percent of disk usage after which image garbage collection is always run.

image_gc_low_threshold int

The percent of disk usage before which image garbage collection is never run.

pod_max_pids int

The maximum number of processes per pod.

topology_manager_policy str

Topology Manager policy to use.

allowedUnsafeSysctls List<String>

Allowlist of unsafe sysctls or unsafe sysctl patterns (ending in *).

containerLogMaxFiles Number

The maximum number of container log files that can be present for a container. The number must be ≥ 2.

containerLogMaxSizeMB Number

The maximum size (e.g. 10Mi) of container log file before it is rotated.

cpuCfsQuota Boolean

Enable CPU CFS quota enforcement for containers that specify CPU limits.

cpuCfsQuotaPeriod String

Sets CPU CFS quota period value.

cpuManagerPolicy String

CPU Manager policy to use.

failSwapOn Boolean

If set to true it will make the Kubelet fail to start if swap is enabled on the node.

imageGcHighThreshold Number

The percent of disk usage after which image garbage collection is always run.

imageGcLowThreshold Number

The percent of disk usage before which image garbage collection is never run.

podMaxPids Number

The maximum number of processes per pod.

topologyManagerPolicy String

Topology Manager policy to use.

LinuxOSConfigResponse

SwapFileSizeMB int

SwapFileSizeMB specifies size in MB of a swap file will be created on each node.

Sysctls Pulumi.AzureNative.ContainerService.Inputs.SysctlConfigResponse

Sysctl settings for Linux agent nodes.

TransparentHugePageDefrag string

Transparent Huge Page defrag configuration.

TransparentHugePageEnabled string

Transparent Huge Page enabled configuration.

SwapFileSizeMB int

SwapFileSizeMB specifies size in MB of a swap file will be created on each node.

Sysctls SysctlConfigResponse

Sysctl settings for Linux agent nodes.

TransparentHugePageDefrag string

Transparent Huge Page defrag configuration.

TransparentHugePageEnabled string

Transparent Huge Page enabled configuration.

swapFileSizeMB Integer

SwapFileSizeMB specifies size in MB of a swap file will be created on each node.

sysctls SysctlConfigResponse

Sysctl settings for Linux agent nodes.

transparentHugePageDefrag String

Transparent Huge Page defrag configuration.

transparentHugePageEnabled String

Transparent Huge Page enabled configuration.

swapFileSizeMB number

SwapFileSizeMB specifies size in MB of a swap file will be created on each node.

sysctls SysctlConfigResponse

Sysctl settings for Linux agent nodes.

transparentHugePageDefrag string

Transparent Huge Page defrag configuration.

transparentHugePageEnabled string

Transparent Huge Page enabled configuration.

swap_file_size_mb int

SwapFileSizeMB specifies size in MB of a swap file will be created on each node.

sysctls SysctlConfigResponse

Sysctl settings for Linux agent nodes.

transparent_huge_page_defrag str

Transparent Huge Page defrag configuration.

transparent_huge_page_enabled str

Transparent Huge Page enabled configuration.

swapFileSizeMB Number

SwapFileSizeMB specifies size in MB of a swap file will be created on each node.

sysctls Property Map

Sysctl settings for Linux agent nodes.

transparentHugePageDefrag String

Transparent Huge Page defrag configuration.

transparentHugePageEnabled String

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

FsAioMaxNr int

Sysctl setting fs.aio-max-nr.

FsFileMax int

Sysctl setting fs.file-max.

FsInotifyMaxUserWatches int

Sysctl setting fs.inotify.max_user_watches.

FsNrOpen int

Sysctl setting fs.nr_open.

KernelThreadsMax int

Sysctl setting kernel.threads-max.

NetCoreNetdevMaxBacklog int

Sysctl setting net.core.netdev_max_backlog.

NetCoreOptmemMax int

Sysctl setting net.core.optmem_max.

NetCoreRmemDefault int

Sysctl setting net.core.rmem_default.

NetCoreRmemMax int

Sysctl setting net.core.rmem_max.

NetCoreSomaxconn int

Sysctl setting net.core.somaxconn.

NetCoreWmemDefault int

Sysctl setting net.core.wmem_default.

NetCoreWmemMax int

Sysctl setting net.core.wmem_max.

NetIpv4IpLocalPortRange string

Sysctl setting net.ipv4.ip_local_port_range.

NetIpv4NeighDefaultGcThresh1 int

Sysctl setting net.ipv4.neigh.default.gc_thresh1.

NetIpv4NeighDefaultGcThresh2 int

Sysctl setting net.ipv4.neigh.default.gc_thresh2.

NetIpv4NeighDefaultGcThresh3 int

Sysctl setting net.ipv4.neigh.default.gc_thresh3.

NetIpv4TcpFinTimeout int

Sysctl setting net.ipv4.tcp_fin_timeout.

NetIpv4TcpKeepaliveProbes int

Sysctl setting net.ipv4.tcp_keepalive_probes.

NetIpv4TcpKeepaliveTime int

Sysctl setting net.ipv4.tcp_keepalive_time.

NetIpv4TcpMaxSynBacklog int

Sysctl setting net.ipv4.tcp_max_syn_backlog.

NetIpv4TcpMaxTwBuckets int

Sysctl setting net.ipv4.tcp_max_tw_buckets.

NetIpv4TcpTwReuse bool

Sysctl setting net.ipv4.tcp_tw_reuse.

NetIpv4TcpkeepaliveIntvl int

Sysctl setting net.ipv4.tcp_keepalive_intvl.

NetNetfilterNfConntrackBuckets int

Sysctl setting net.netfilter.nf_conntrack_buckets.

NetNetfilterNfConntrackMax int

Sysctl setting net.netfilter.nf_conntrack_max.

VmMaxMapCount int

Sysctl setting vm.max_map_count.

VmSwappiness int

Sysctl setting vm.swappiness.

VmVfsCachePressure int

Sysctl setting vm.vfs_cache_pressure.

FsAioMaxNr int

Sysctl setting fs.aio-max-nr.

FsFileMax int

Sysctl setting fs.file-max.

FsInotifyMaxUserWatches int

Sysctl setting fs.inotify.max_user_watches.

FsNrOpen int

Sysctl setting fs.nr_open.

KernelThreadsMax int

Sysctl setting kernel.threads-max.

NetCoreNetdevMaxBacklog int

Sysctl setting net.core.netdev_max_backlog.

NetCoreOptmemMax int

Sysctl setting net.core.optmem_max.

NetCoreRmemDefault int

Sysctl setting net.core.rmem_default.

NetCoreRmemMax int

Sysctl setting net.core.rmem_max.

NetCoreSomaxconn int

Sysctl setting net.core.somaxconn.

NetCoreWmemDefault int

Sysctl setting net.core.wmem_default.

NetCoreWmemMax int

Sysctl setting net.core.wmem_max.

NetIpv4IpLocalPortRange string

Sysctl setting net.ipv4.ip_local_port_range.

NetIpv4NeighDefaultGcThresh1 int

Sysctl setting net.ipv4.neigh.default.gc_thresh1.

NetIpv4NeighDefaultGcThresh2 int

Sysctl setting net.ipv4.neigh.default.gc_thresh2.

NetIpv4NeighDefaultGcThresh3 int

Sysctl setting net.ipv4.neigh.default.gc_thresh3.

NetIpv4TcpFinTimeout int

Sysctl setting net.ipv4.tcp_fin_timeout.

NetIpv4TcpKeepaliveProbes int

Sysctl setting net.ipv4.tcp_keepalive_probes.

NetIpv4TcpKeepaliveTime int

Sysctl setting net.ipv4.tcp_keepalive_time.

NetIpv4TcpMaxSynBacklog int

Sysctl setting net.ipv4.tcp_max_syn_backlog.

NetIpv4TcpMaxTwBuckets int

Sysctl setting net.ipv4.tcp_max_tw_buckets.

NetIpv4TcpTwReuse bool

Sysctl setting net.ipv4.tcp_tw_reuse.

NetIpv4TcpkeepaliveIntvl int

Sysctl setting net.ipv4.tcp_keepalive_intvl.

NetNetfilterNfConntrackBuckets int

Sysctl setting net.netfilter.nf_conntrack_buckets.

NetNetfilterNfConntrackMax int

Sysctl setting net.netfilter.nf_conntrack_max.

VmMaxMapCount int

Sysctl setting vm.max_map_count.

VmSwappiness int

Sysctl setting vm.swappiness.

VmVfsCachePressure int

Sysctl setting vm.vfs_cache_pressure.

fsAioMaxNr Integer

Sysctl setting fs.aio-max-nr.

fsFileMax Integer

Sysctl setting fs.file-max.

fsInotifyMaxUserWatches Integer

Sysctl setting fs.inotify.max_user_watches.

fsNrOpen Integer

Sysctl setting fs.nr_open.

kernelThreadsMax Integer

Sysctl setting kernel.threads-max.

netCoreNetdevMaxBacklog Integer

Sysctl setting net.core.netdev_max_backlog.

netCoreOptmemMax Integer

Sysctl setting net.core.optmem_max.

netCoreRmemDefault Integer

Sysctl setting net.core.rmem_default.

netCoreRmemMax Integer

Sysctl setting net.core.rmem_max.

netCoreSomaxconn Integer

Sysctl setting net.core.somaxconn.

netCoreWmemDefault Integer

Sysctl setting net.core.wmem_default.

netCoreWmemMax Integer

Sysctl setting net.core.wmem_max.

netIpv4IpLocalPortRange String

Sysctl setting net.ipv4.ip_local_port_range.

netIpv4NeighDefaultGcThresh1 Integer

Sysctl setting net.ipv4.neigh.default.gc_thresh1.

netIpv4NeighDefaultGcThresh2 Integer

Sysctl setting net.ipv4.neigh.default.gc_thresh2.

netIpv4NeighDefaultGcThresh3 Integer

Sysctl setting net.ipv4.neigh.default.gc_thresh3.

netIpv4TcpFinTimeout Integer

Sysctl setting net.ipv4.tcp_fin_timeout.

netIpv4TcpKeepaliveProbes Integer

Sysctl setting net.ipv4.tcp_keepalive_probes.

netIpv4TcpKeepaliveTime Integer

Sysctl setting net.ipv4.tcp_keepalive_time.

netIpv4TcpMaxSynBacklog Integer

Sysctl setting net.ipv4.tcp_max_syn_backlog.

netIpv4TcpMaxTwBuckets Integer

Sysctl setting net.ipv4.tcp_max_tw_buckets.

netIpv4TcpTwReuse Boolean

Sysctl setting net.ipv4.tcp_tw_reuse.

netIpv4TcpkeepaliveIntvl Integer

Sysctl setting net.ipv4.tcp_keepalive_intvl.

netNetfilterNfConntrackBuckets Integer

Sysctl setting net.netfilter.nf_conntrack_buckets.

netNetfilterNfConntrackMax Integer

Sysctl setting net.netfilter.nf_conntrack_max.

vmMaxMapCount Integer

Sysctl setting vm.max_map_count.

vmSwappiness Integer

Sysctl setting vm.swappiness.

vmVfsCachePressure Integer

Sysctl setting vm.vfs_cache_pressure.

fsAioMaxNr number

Sysctl setting fs.aio-max-nr.

fsFileMax number

Sysctl setting fs.file-max.

fsInotifyMaxUserWatches number

Sysctl setting fs.inotify.max_user_watches.

fsNrOpen number

Sysctl setting fs.nr_open.

kernelThreadsMax number

Sysctl setting kernel.threads-max.

netCoreNetdevMaxBacklog number

Sysctl setting net.core.netdev_max_backlog.

netCoreOptmemMax number

Sysctl setting net.core.optmem_max.

netCoreRmemDefault number

Sysctl setting net.core.rmem_default.

netCoreRmemMax number

Sysctl setting net.core.rmem_max.

netCoreSomaxconn number

Sysctl setting net.core.somaxconn.

netCoreWmemDefault number

Sysctl setting net.core.wmem_default.

netCoreWmemMax number

Sysctl setting net.core.wmem_max.

netIpv4IpLocalPortRange string

Sysctl setting net.ipv4.ip_local_port_range.

netIpv4NeighDefaultGcThresh1 number

Sysctl setting net.ipv4.neigh.default.gc_thresh1.

netIpv4NeighDefaultGcThresh2 number

Sysctl setting net.ipv4.neigh.default.gc_thresh2.

netIpv4NeighDefaultGcThresh3 number

Sysctl setting net.ipv4.neigh.default.gc_thresh3.

netIpv4TcpFinTimeout number

Sysctl setting net.ipv4.tcp_fin_timeout.

netIpv4TcpKeepaliveProbes number

Sysctl setting net.ipv4.tcp_keepalive_probes.

netIpv4TcpKeepaliveTime number

Sysctl setting net.ipv4.tcp_keepalive_time.

netIpv4TcpMaxSynBacklog number

Sysctl setting net.ipv4.tcp_max_syn_backlog.

netIpv4TcpMaxTwBuckets number

Sysctl setting net.ipv4.tcp_max_tw_buckets.

netIpv4TcpTwReuse boolean

Sysctl setting net.ipv4.tcp_tw_reuse.

netIpv4TcpkeepaliveIntvl number

Sysctl setting net.ipv4.tcp_keepalive_intvl.

netNetfilterNfConntrackBuckets number

Sysctl setting net.netfilter.nf_conntrack_buckets.

netNetfilterNfConntrackMax number

Sysctl setting net.netfilter.nf_conntrack_max.

vmMaxMapCount number

Sysctl setting vm.max_map_count.

vmSwappiness number

Sysctl setting vm.swappiness.

vmVfsCachePressure number

Sysctl setting vm.vfs_cache_pressure.

fs_aio_max_nr int

Sysctl setting fs.aio-max-nr.

fs_file_max int

Sysctl setting fs.file-max.

fs_inotify_max_user_watches int

Sysctl setting fs.inotify.max_user_watches.

fs_nr_open int

Sysctl setting fs.nr_open.

kernel_threads_max int

Sysctl setting kernel.threads-max.

net_core_netdev_max_backlog int

Sysctl setting net.core.netdev_max_backlog.

net_core_optmem_max int

Sysctl setting net.core.optmem_max.

net_core_rmem_default int

Sysctl setting net.core.rmem_default.

net_core_rmem_max int

Sysctl setting net.core.rmem_max.

net_core_somaxconn int

Sysctl setting net.core.somaxconn.

net_core_wmem_default int

Sysctl setting net.core.wmem_default.

net_core_wmem_max int

Sysctl setting net.core.wmem_max.

net_ipv4_ip_local_port_range str

Sysctl setting net.ipv4.ip_local_port_range.

net_ipv4_neigh_default_gc_thresh1 int

Sysctl setting net.ipv4.neigh.default.gc_thresh1.

net_ipv4_neigh_default_gc_thresh2 int

Sysctl setting net.ipv4.neigh.default.gc_thresh2.

net_ipv4_neigh_default_gc_thresh3 int

Sysctl setting net.ipv4.neigh.default.gc_thresh3.

net_ipv4_tcp_fin_timeout int

Sysctl setting net.ipv4.tcp_fin_timeout.

net_ipv4_tcp_keepalive_probes int

Sysctl setting net.ipv4.tcp_keepalive_probes.

net_ipv4_tcp_keepalive_time int

Sysctl setting net.ipv4.tcp_keepalive_time.

net_ipv4_tcp_max_syn_backlog int

Sysctl setting net.ipv4.tcp_max_syn_backlog.

net_ipv4_tcp_max_tw_buckets int

Sysctl setting net.ipv4.tcp_max_tw_buckets.

net_ipv4_tcp_tw_reuse bool

Sysctl setting net.ipv4.tcp_tw_reuse.

net_ipv4_tcpkeepalive_intvl int

Sysctl setting net.ipv4.tcp_keepalive_intvl.

net_netfilter_nf_conntrack_buckets int

Sysctl setting net.netfilter.nf_conntrack_buckets.

net_netfilter_nf_conntrack_max int

Sysctl setting net.netfilter.nf_conntrack_max.

vm_max_map_count int

Sysctl setting vm.max_map_count.

vm_swappiness int

Sysctl setting vm.swappiness.

vm_vfs_cache_pressure int

Sysctl setting vm.vfs_cache_pressure.

fsAioMaxNr Number

Sysctl setting fs.aio-max-nr.

fsFileMax Number

Sysctl setting fs.file-max.

fsInotifyMaxUserWatches Number

Sysctl setting fs.inotify.max_user_watches.

fsNrOpen Number

Sysctl setting fs.nr_open.

kernelThreadsMax Number

Sysctl setting kernel.threads-max.

netCoreNetdevMaxBacklog Number

Sysctl setting net.core.netdev_max_backlog.

netCoreOptmemMax Number

Sysctl setting net.core.optmem_max.

netCoreRmemDefault Number

Sysctl setting net.core.rmem_default.

netCoreRmemMax Number

Sysctl setting net.core.rmem_max.

netCoreSomaxconn Number

Sysctl setting net.core.somaxconn.

netCoreWmemDefault Number

Sysctl setting net.core.wmem_default.

netCoreWmemMax Number

Sysctl setting net.core.wmem_max.

netIpv4IpLocalPortRange String

Sysctl setting net.ipv4.ip_local_port_range.

netIpv4NeighDefaultGcThresh1 Number

Sysctl setting net.ipv4.neigh.default.gc_thresh1.

netIpv4NeighDefaultGcThresh2 Number

Sysctl setting net.ipv4.neigh.default.gc_thresh2.

netIpv4NeighDefaultGcThresh3 Number

Sysctl setting net.ipv4.neigh.default.gc_thresh3.

netIpv4TcpFinTimeout Number

Sysctl setting net.ipv4.tcp_fin_timeout.

netIpv4TcpKeepaliveProbes Number

Sysctl setting net.ipv4.tcp_keepalive_probes.

netIpv4TcpKeepaliveTime Number

Sysctl setting net.ipv4.tcp_keepalive_time.

netIpv4TcpMaxSynBacklog Number

Sysctl setting net.ipv4.tcp_max_syn_backlog.

netIpv4TcpMaxTwBuckets Number

Sysctl setting net.ipv4.tcp_max_tw_buckets.

netIpv4TcpTwReuse Boolean

Sysctl setting net.ipv4.tcp_tw_reuse.

netIpv4TcpkeepaliveIntvl Number

Sysctl setting net.ipv4.tcp_keepalive_intvl.

netNetfilterNfConntrackBuckets Number

Sysctl setting net.netfilter.nf_conntrack_buckets.

netNetfilterNfConntrackMax Number

Sysctl setting net.netfilter.nf_conntrack_max.

vmMaxMapCount Number

Sysctl setting vm.max_map_count.

vmSwappiness Number

Sysctl setting vm.swappiness.

vmVfsCachePressure Number

Sysctl setting vm.vfs_cache_pressure.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0