Skip to content

Commit 3995629

Browse files
authored
Merge pull request #4920 from nojnhuh/aso-cc-fix
remove user-defined MP count from aks-aso-clusterclass template
2 parents 1bb5251 + 4c4d5d6 commit 3995629

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

templates/cluster-template-aks-aso-clusterclass.yaml

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

templates/flavors/aks-aso-clusterclass/clusterclass.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ spec:
124124
mode: System
125125
type: VirtualMachineScaleSets
126126
vmSize: ${AZURE_NODE_MACHINE_TYPE}
127-
# Soon this will be derived from the MachinePool
128-
count: ${WORKER_MACHINE_COUNT:=2}
129127
- name: azureasomanagedmachinepool-pool1-spec
130128
definitions:
131129
- selector:
@@ -154,6 +152,4 @@ spec:
154152
mode: User
155153
type: VirtualMachineScaleSets
156154
vmSize: ${AZURE_NODE_MACHINE_TYPE}
157-
# Soon this will be derived from the MachinePool
158-
count: ${WORKER_MACHINE_COUNT:=2}
159155

0 commit comments

Comments
 (0)