Skip to content

Commit

Permalink
Merge pull request #33705 from Jont828/capz-kcp-node-size
Browse files Browse the repository at this point in the history
Increase CAPZ control plane node size to D16s
  • Loading branch information
k8s-ci-robot authored Oct 22, 2024
2 parents 3cb8282 + b2ad8f3 commit 4fc4537
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -809,12 +809,16 @@ presubmits:
value: "false"
- name: CLUSTER_TEMPLATE
value: "templates/test/dev/cluster-template-custom-builds-load.yaml"
- name: AZURE_CONTROL_PLANE_MACHINE_TYPE
value: "Standard_D16s_v3"
- name: AZURE_NODE_MACHINE_TYPE
value: "Standard_D8s_v3"
- name: NODE_MACHINE_TYPE
value: "Standard_D8s_v3"
- name: TEST_WINDOWS
value: "false"
- name: "CONTROL_PLANE_MACHINE_COUNT"
value: "7"
value: "3"
- name: WINDOWS_WORKER_MACHINE_COUNT
value: "0" # Don't create windows workers
- name: WORKER_MACHINE_COUNT
Expand Down

0 comments on commit 4fc4537

Please sign in to comment.