Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated regions and VM SKUs available in Helper UI, and changed default SKU selections #705

Merged
merged 35 commits into from
Aug 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
fd019a1
- Updated K8s version to current default
pjlewisuk Aug 7, 2024
fa060bc
- Updated default system and user node SKU to use Standard_D4ds_v5
pjlewisuk Aug 7, 2024
be265db
- Changed default node pool names to "agentpool" and "userpool01" to …
pjlewisuk Aug 7, 2024
3b8eb83
- Changed default OS disk size to 128 GB (to match portal behaviour)
pjlewisuk Aug 7, 2024
b42a742
- Updated default Kubernetes versions in main.bicep and other JSON co…
pjlewisuk Aug 7, 2024
48f0a3a
Adding userpool and agentpool to spell expections
pjlewisuk Aug 7, 2024
8b14d85
Merge branch 'main' into paullewis-regions-skus
pjlewisuk Aug 8, 2024
84b1b7e
Reverting managedClusters API version
pjlewisuk Aug 8, 2024
5a8495a
Merge branch 'paullewis-regions-skus' of https://github.com/Azure/AKS…
pjlewisuk Aug 8, 2024
09dfd3a
Updated aksOutboundTrafficType from natGateway to managedNatGateway t…
pjlewisuk Aug 8, 2024
f7d67ba
Updated aksOutboundTrafficType to loadBalancer to try and address bui…
pjlewisuk Aug 8, 2024
88149a9
Changed managedClusters API version to 2023-11-01
pjlewisuk Aug 8, 2024
628d916
Changed 'natGateway' to 'managedNatGateway' to align with current exa…
pjlewisuk Aug 8, 2024
cf197a8
Changed 'natGateway' to 'managedNATGateway' to align with current API…
pjlewisuk Aug 8, 2024
c953131
Updated another reference to natGateway
pjlewisuk Aug 8, 2024
cac7d97
Reverting to 0.10.4 as reverting to API version 2023-11-01 hasn't tak…
pjlewisuk Aug 8, 2024
189e8f6
Enclosing `natGatewayProfile` in `networkProfile` key
pjlewisuk Aug 8, 2024
974c89f
Pointing workflow at local parameter file to reflect changes in local…
pjlewisuk Aug 8, 2024
2d9233d
Pointing workflow at local parameter file to reflect changes in local…
pjlewisuk Aug 8, 2024
f8b4121
Pointing workflow at local parameter file to reflect changes in local…
pjlewisuk Aug 8, 2024
c7a0efa
Pointing workflow at local parameter file to reflect changes in local…
pjlewisuk Aug 8, 2024
4563b58
Temporarily pointing to this working branch for testing
pjlewisuk Aug 8, 2024
108a56d
Reverting to 0.10.5 as 0.10.4 contains a parameter thats been removed…
pjlewisuk Aug 8, 2024
1151d92
Reverting ParamFile to the file on main branch. This will cause build…
pjlewisuk Aug 8, 2024
05ec33d
- Added branch variable to allow workflows to build off current branc…
pjlewisuk Aug 9, 2024
14330c5
- Added branch variable to allow workflows to build off current branc…
pjlewisuk Aug 9, 2024
b615b61
- Added branch variable to allow workflows to build off current branc…
pjlewisuk Aug 9, 2024
7ff49d6
- Reverting change from natGateway to managedNATGateway, back to natG…
pjlewisuk Aug 9, 2024
78f2abf
- Reverting change from natGateway to managedNATGateway, back to natG…
pjlewisuk Aug 9, 2024
f7cdd6b
- Trying to fix the error about the natGatewayProfile:
pjlewisuk Aug 9, 2024
92ce3d0
Enclosing `natGatewayProfile` in `networkProfile` key
pjlewisuk Aug 9, 2024
418a8f1
- Commenting out problematic code for testing
pjlewisuk Aug 9, 2024
f88131f
Merge branch 'main' into paullewis-regions-skus
pjlewisuk Aug 9, 2024
0ebae28
- Changed default outbound type to loadBalancer for pipeline tests
pjlewisuk Aug 9, 2024
93dcf15
Merge branch 'main' into paullewis-regions-skus
pjlewisuk Aug 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated aksOutboundTrafficType to loadBalancer to try and address bui…
…ld issues
pjlewisuk authored Aug 8, 2024
commit f7d67bae56f5e444377b757b62b6c96f940212b5
2 changes: 1 addition & 1 deletion .github/workflows_dep/AksDeploy-Basic.parameters.json
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
"value": "Standard"
},
"aksOutboundTrafficType" : {
"value": "managedNatGateway"
"value": "loadBalancer"
}
}
}