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