Skip to content

Commit

Permalink
Merge pull request #4920 from nojnhuh/aso-cc-fix
Browse files Browse the repository at this point in the history
remove user-defined MP count from aks-aso-clusterclass template
  • Loading branch information
k8s-ci-robot authored Jun 12, 2024
2 parents 1bb5251 + 4c4d5d6 commit 3995629
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions templates/cluster-template-aks-aso-clusterclass.yaml

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

4 changes: 0 additions & 4 deletions templates/flavors/aks-aso-clusterclass/clusterclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ spec:
mode: System
type: VirtualMachineScaleSets
vmSize: ${AZURE_NODE_MACHINE_TYPE}
# Soon this will be derived from the MachinePool
count: ${WORKER_MACHINE_COUNT:=2}
- name: azureasomanagedmachinepool-pool1-spec
definitions:
- selector:
Expand Down Expand Up @@ -154,6 +152,4 @@ spec:
mode: User
type: VirtualMachineScaleSets
vmSize: ${AZURE_NODE_MACHINE_TYPE}
# Soon this will be derived from the MachinePool
count: ${WORKER_MACHINE_COUNT:=2}

0 comments on commit 3995629

Please sign in to comment.