Skip to content

Commit

Permalink
fix: update minCount for system pool to 3 in managed cluster module a…
Browse files Browse the repository at this point in the history
…nd tests

Signed-off-by: PixelRobots <[email protected]>
  • Loading branch information
PixelRobots committed Feb 13, 2025
1 parent ccc5ea1 commit e10f300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions avm/res/container-service/managed-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
enableAutoScaling: true
maxCount: 3
maxPods: 50
minCount: 1
minCount: 3
mode: 'System'
name: 'systempool'
nodeTaints: [
Expand Down Expand Up @@ -2317,7 +2317,7 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"enableAutoScaling": true,
"maxCount": 3,
"maxPods": 50,
"minCount": 1,
"minCount": 3,
"mode": "System",
"name": "systempool",
"nodeTaints": [
Expand Down Expand Up @@ -2527,7 +2527,7 @@ param primaryAgentPoolProfiles = [
enableAutoScaling: true
maxCount: 3
maxPods: 50
minCount: 1
minCount: 3
mode: 'System'
name: 'systempool'
nodeTaints: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module testDeployment '../../../main.bicep' = [
enableAutoScaling: true
maxCount: 3
maxPods: 50
minCount: 1
minCount: 3
mode: 'System'
name: 'systempool'
nodeTaints: [
Expand Down

0 comments on commit e10f300

Please sign in to comment.