Skip to content

Commit

Permalink
docs: fixing issue #1064 - avm/res/container-service/managed-cluster (
Browse files Browse the repository at this point in the history
#1715)

## Description
Closes #1064 
<!--
>Thank you for your contribution !
> Please include a summary of the change and which issue is fixed.
> Please also include the context.
> List any dependencies that are required for this change.

Fixes #123
Fixes #456
Closes #123
Closes #456
-->

## Pipeline Reference

<!-- Insert your Pipeline Status Badge below -->

| Pipeline |
| -------- |
|
[![avm.res.container-service.managed-cluster](https://github.com/PixelRobots/bicep-registry-modules/actions/workflows/avm.res.container-service.managed-cluster.yml/badge.svg?branch=rh-container-service-docs-update)](https://github.com/PixelRobots/bicep-registry-modules/actions/workflows/avm.res.container-service.managed-cluster.yml)
|

## Type of Change

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [ ] Update to CI Environment or utlities (Non-module effecting
changes)
- [x] Azure Verified Module updates:
- [ ] Bugfix containing backwards compatible bug fixes, and I have NOT
bumped the MAJOR or MINOR version in `version.json`:
- [ ] Someone has opened a bug report issue, and I have included "Closes
#{bug_report_issue_number}" in the PR description.
- [ ] The bug was found by the module author, and no one has opened an
issue to report it yet.
- [ ] Feature update backwards compatible feature updates, and I have
bumped the MINOR version in `version.json`.
- [ ] Breaking changes and I have bumped the MAJOR version in
`version.json`.
  - [X] Update to documentation

## Checklist

- [X] I'm sure there are no other open Pull Requests for the same
update/change
- [X] I have run `Set-AVMModule` locally to generate the supporting
module files.
- [x] My corresponding pipelines / checks run clean and green without
any errors or warnings

<!-- Please keep up to day with the contribution guide at
https://aka.ms/avm/contribute/bicep -->

Signed-off-by: PixelRobots <[email protected]>
  • Loading branch information
PixelRobots authored Apr 19, 2024
1 parent 7c25f74 commit 999efed
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 73 deletions.
72 changes: 24 additions & 48 deletions avm/res/container-service/managed-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
minCount: 1
mode: 'System'
name: 'systempool'
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 0
osType: 'Linux'
serviceCidr: ''
Expand All @@ -87,9 +90,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
mode: 'User'
name: 'userpool1'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
proximityPlacementGroupResourceId: '<proximityPlacementGroupResourceId>'
Expand All @@ -112,9 +112,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
mode: 'User'
name: 'userpool2'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
scaleSetEvictionPolicy: 'Delete'
Expand Down Expand Up @@ -289,6 +286,9 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"minCount": 1,
"mode": "System",
"name": "systempool",
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 0,
"osType": "Linux",
"serviceCidr": "",
Expand All @@ -314,9 +314,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"mode": "User",
"name": "userpool1",
"nodeLabels": {},
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 128,
"osType": "Linux",
"proximityPlacementGroupResourceId": "<proximityPlacementGroupResourceId>",
Expand All @@ -339,9 +336,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"mode": "User",
"name": "userpool2",
"nodeLabels": {},
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 128,
"osType": "Linux",
"scaleSetEvictionPolicy": "Delete",
Expand Down Expand Up @@ -646,6 +640,9 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
minCount: 1
mode: 'System'
name: 'systempool'
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 0
osType: 'Linux'
serviceCidr: ''
Expand All @@ -668,9 +665,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
mode: 'User'
name: 'userpool1'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
scaleSetEvictionPolicy: 'Delete'
Expand All @@ -691,9 +685,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
mode: 'User'
name: 'userpool2'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
scaleSetEvictionPolicy: 'Delete'
Expand Down Expand Up @@ -778,6 +769,9 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"minCount": 1,
"mode": "System",
"name": "systempool",
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 0,
"osType": "Linux",
"serviceCidr": "",
Expand All @@ -802,9 +796,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"mode": "User",
"name": "userpool1",
"nodeLabels": {},
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 128,
"osType": "Linux",
"scaleSetEvictionPolicy": "Delete",
Expand All @@ -825,9 +816,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"mode": "User",
"name": "userpool2",
"nodeLabels": {},
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 128,
"osType": "Linux",
"scaleSetEvictionPolicy": "Delete",
Expand Down Expand Up @@ -926,6 +914,9 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
minCount: 1
mode: 'System'
name: 'systempool'
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 0
osType: 'Linux'
serviceCidr: ''
Expand All @@ -949,9 +940,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
mode: 'User'
name: 'userpool1'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
scaleSetEvictionPolicy: 'Delete'
Expand All @@ -973,9 +961,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
mode: 'User'
name: 'userpool2'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
scaleSetEvictionPolicy: 'Delete'
Expand Down Expand Up @@ -1029,6 +1014,9 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"minCount": 1,
"mode": "System",
"name": "systempool",
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 0,
"osType": "Linux",
"serviceCidr": "",
Expand All @@ -1054,9 +1042,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"mode": "User",
"name": "userpool1",
"nodeLabels": {},
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 128,
"osType": "Linux",
"scaleSetEvictionPolicy": "Delete",
Expand All @@ -1078,9 +1063,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"mode": "User",
"name": "userpool2",
"nodeLabels": {},
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 128,
"osType": "Linux",
"scaleSetEvictionPolicy": "Delete",
Expand Down Expand Up @@ -1152,6 +1134,9 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
minCount: 3
mode: 'System'
name: 'systempool'
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 0
osType: 'Linux'
serviceCidr: ''
Expand All @@ -1175,9 +1160,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
mode: 'User'
name: 'userpool1'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 60
osDiskType: 'Ephemeral'
osType: 'Linux'
Expand All @@ -1200,9 +1182,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
mode: 'User'
name: 'userpool2'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 60
osDiskType: 'Ephemeral'
osType: 'Linux'
Expand Down Expand Up @@ -1296,6 +1275,9 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"minCount": 3,
"mode": "System",
"name": "systempool",
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 0,
"osType": "Linux",
"serviceCidr": "",
Expand All @@ -1321,9 +1303,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"mode": "User",
"name": "userpool1",
"nodeLabels": {},
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 60,
"osDiskType": "Ephemeral",
"osType": "Linux",
Expand All @@ -1346,9 +1325,6 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:<vers
"mode": "User",
"name": "userpool2",
"nodeLabels": {},
"nodeTaints": [
"CriticalAddonsOnly=true:NoSchedule"
],
"osDiskSizeGB": 60,
"osDiskType": "Ephemeral",
"osType": "Linux",
Expand Down
2 changes: 1 addition & 1 deletion avm/res/container-service/managed-cluster/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"_generator": {
"name": "bicep",
"version": "0.26.170.59819",
"templateHash": "12648833747007968061"
"templateHash": "10554258944393732282"
},
"name": "Azure Kubernetes Service (AKS) Managed Clusters",
"description": "This module deploys an Azure Kubernetes Service (AKS) Managed Cluster.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ module testDeployment '../../../main.bicep' = [
minCount: 1
mode: 'System'
name: 'systempool'
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 0
osType: 'Linux'
serviceCidr: ''
Expand All @@ -110,9 +113,6 @@ module testDeployment '../../../main.bicep' = [
mode: 'User'
name: 'userpool1'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
scaleSetEvictionPolicy: 'Delete'
Expand All @@ -135,9 +135,6 @@ module testDeployment '../../../main.bicep' = [
mode: 'User'
name: 'userpool2'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
scaleSetEvictionPolicy: 'Delete'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ module testDeployment '../../../main.bicep' = [
minCount: 1
mode: 'System'
name: 'systempool'
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 0
osType: 'Linux'
serviceCidr: ''
Expand All @@ -100,9 +103,6 @@ module testDeployment '../../../main.bicep' = [
mode: 'User'
name: 'userpool1'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
scaleSetEvictionPolicy: 'Delete'
Expand All @@ -123,9 +123,6 @@ module testDeployment '../../../main.bicep' = [
mode: 'User'
name: 'userpool2'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
scaleSetEvictionPolicy: 'Delete'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ module testDeployment '../../../main.bicep' = [
minCount: 1
mode: 'System'
name: 'systempool'
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 0
osType: 'Linux'
serviceCidr: ''
Expand All @@ -89,9 +92,6 @@ module testDeployment '../../../main.bicep' = [
mode: 'User'
name: 'userpool1'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
scaleSetEvictionPolicy: 'Delete'
Expand All @@ -113,9 +113,6 @@ module testDeployment '../../../main.bicep' = [
mode: 'User'
name: 'userpool2'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 128
osType: 'Linux'
scaleSetEvictionPolicy: 'Delete'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ module testDeployment '../../../main.bicep' = [
minCount: 3
mode: 'System'
name: 'systempool'
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskSizeGB: 0
osType: 'Linux'
serviceCidr: ''
Expand All @@ -105,9 +108,6 @@ module testDeployment '../../../main.bicep' = [
mode: 'User'
name: 'userpool1'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskType: 'Ephemeral'
osDiskSizeGB: 60
osType: 'Linux'
Expand All @@ -130,9 +130,6 @@ module testDeployment '../../../main.bicep' = [
mode: 'User'
name: 'userpool2'
nodeLabels: {}
nodeTaints: [
'CriticalAddonsOnly=true:NoSchedule'
]
osDiskType: 'Ephemeral'
osDiskSizeGB: 60
osType: 'Linux'
Expand Down

0 comments on commit 999efed

Please sign in to comment.