sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow-aks-clusterclass/patches/aks-clusterclass-pool1.yaml (about)

     1  apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
     2  kind: AzureManagedMachinePoolTemplate
     3  metadata:
     4    name: "${CLUSTER_NAME}-pool1"
     5  spec:
     6    template:
     7      spec:
     8        maxPods: 64
     9        osDiskType: "Ephemeral"
    10        osDiskSizeGB: 40
    11        enableNodePublicIP: false
    12        scaleSetPriority: Regular
    13        taints:
    14          - effect: NoSchedule
    15            key: type
    16            value: shared
    17        nodeLabels:
    18          "type": "shared"
    19        name: pool1
    20        sku: "${AZURE_AKS_NODE_MACHINE_TYPE:=Standard_D2s_v3}"
    21        kubeletConfig:
    22          cpuManagerPolicy: "static"
    23          cpuCfsQuota: true
    24          cpuCfsQuotaPeriod: "110ms"
    25          imageGcHighThreshold: 70
    26          imageGcLowThreshold: 50
    27          allowedUnsafeSysctls:
    28            - "net.*"
    29            - "kernel.msg*"
    30          failSwapOn: false
    31          containerLogMaxSizeMB: 500
    32          containerLogMaxFiles: 50
    33          podMaxPids: 2048
    34        linuxOSConfig:
    35          swapFileSizeMB: 1500
    36          sysctls:
    37            fsAioMaxNr: 65536
    38            fsFileMax: 709620
    39            fsInotifyMaxUserWatches: 1048576
    40            fsNrOpen: 1048576
    41            kernelThreadsMax: 55601
    42            netCoreNetdevMaxBacklog: 1000
    43            netCoreOptmemMax: 20480
    44            netCoreRmemDefault: 212992
    45            netCoreRmemMax: 212992
    46            netCoreSomaxconn: 16384
    47            netCoreWmemDefault: 212992
    48            netCoreWmemMax: 212992
    49            netIpv4IPLocalPortRange: "32768 60999"
    50            netIpv4NeighDefaultGcThresh1: 4096
    51            netIpv4NeighDefaultGcThresh2: 8192
    52            netIpv4NeighDefaultGcThresh3: 16384
    53            netIpv4TCPFinTimeout: 60
    54            netIpv4TCPKeepaliveProbes: 9
    55            netIpv4TCPKeepaliveTime: 7200
    56            netIpv4TCPMaxSynBacklog: 16384
    57            netIpv4TCPMaxTwBuckets: 32768
    58            netIpv4TCPTwReuse: false
    59            netIpv4TCPkeepaliveIntvl: 75
    60            netNetfilterNfConntrackBuckets: 65536
    61            netNetfilterNfConntrackMax: 131072
    62            vmMaxMapCount: 65530
    63            vmSwappiness: 60
    64            vmVfsCachePressure: 100
    65          transparentHugePageDefrag: "madvise"
    66          transparentHugePageEnabled: "always"