Skip to content

Commit

Permalink
Merge pull request #3311 from marosset/azure-machine-pool-windows-fixes
Browse files Browse the repository at this point in the history
AzureMachinePool windows template fixes
  • Loading branch information
k8s-ci-robot authored and marosset committed Mar 16, 2023
1 parent 3ae0398 commit cf41a74
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions templates/cluster-template-machinepool-windows.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -26,13 +26,14 @@ metadata:
name: "${CLUSTER_NAME}-mp-win"
annotations:
runtime: containerd
windowsServerVersion: ${WINDOWS_SERVER_VERSION:=""}
spec:
location: ${AZURE_LOCATION}
template:
vmSize: ${AZURE_NODE_MACHINE_TYPE}
osDisk:
osType: "Windows"
diskSizeGB: 30
diskSizeGB: 128
managedDisk:
storageAccountType: "Premium_LRS"
sshPublicKey: ${AZURE_SSH_PUBLIC_KEY_B64:=""}
Expand Down Expand Up @@ -60,7 +61,7 @@ spec:
cloud-provider: azure
cloud-config: 'c:/k/azure.json'
azure-container-registry-config: 'c:/k/azure.json'
pod-infra-container-image: "mcr.microsoft.com/oss/kubernetes/pause:3.4.1"
pod-infra-container-image: "mcr.microsoft.com/oss/kubernetes/pause:3.9"
feature-gates: "WindowsHostProcessContainers=true"
files:
- contentFrom:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions templates/test/ci/cluster-template-prow-machine-pool.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf41a74

Please sign in to comment.