Skip to content

Commit 4d09b0a

Browse files
committed
AzureMachinePool windows fixes to set size to 128gb, honor WINDOWS_SERVER_VERSION, and use newer pause image
Signed-off-by: Mark Rossetti <[email protected]>
1 parent f50dfac commit 4d09b0a

7 files changed

+19
-12
lines changed

templates/cluster-template-machinepool-windows.yaml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/flavors/machinepool-windows/machine-pool-deployment-windows.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ metadata:
2626
name: "${CLUSTER_NAME}-mp-win"
2727
annotations:
2828
runtime: containerd
29+
windowsServerVersion: ${WINDOWS_SERVER_VERSION:=""}
2930
spec:
3031
location: ${AZURE_LOCATION}
3132
template:
3233
vmSize: ${AZURE_NODE_MACHINE_TYPE}
3334
osDisk:
3435
osType: "Windows"
35-
diskSizeGB: 30
36+
diskSizeGB: 128
3637
managedDisk:
3738
storageAccountType: "Premium_LRS"
3839
sshPublicKey: ${AZURE_SSH_PUBLIC_KEY_B64:=""}
@@ -59,7 +60,7 @@ spec:
5960
kubeletExtraArgs:
6061
azure-container-registry-config: 'c:/k/azure.json'
6162
cloud-provider: external
62-
pod-infra-container-image: "mcr.microsoft.com/oss/kubernetes/pause:3.4.1"
63+
pod-infra-container-image: "mcr.microsoft.com/oss/kubernetes/pause:3.9"
6364
feature-gates: "WindowsHostProcessContainers=true"
6465
files:
6566
- contentFrom:

templates/test/ci/cluster-template-prow-intree-cloud-provider-machine-pool.yaml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-machine-pool-flex.yaml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/cluster-template-prow-machine-pool.yaml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/dev/cluster-template-custom-builds-machine-pool.yaml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)