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

Commits on Aug 7, 2024

  1. - Updated K8s version to current default

    - Updated region list to include all current regions
    - Updated SKU families to include latest v5 and remove oldest v2
    - Updated generate-vm-sku-list.sh logic to pick correct storage parameter for ephemeral storage
    pjlewisuk authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fd019a1 View commit details
    Browse the repository at this point in the history
  2. - Updated default system and user node SKU to use Standard_D4ds_v5

    - Updated cost optimised clusters to use Standard_B4s_v2, and performance clusters to Standard_D8ds_v4
    - Updated workflows to use current gen VM SKUs Standard_D4ds_v5
    pjlewisuk authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fa060bc View commit details
    Browse the repository at this point in the history
  3. - Changed default node pool names to "agentpool" and "userpool01" to …

    …align more closely with the Portal
    pjlewisuk authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    be265db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b8eb83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b42a742 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48f0a3a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    8b14d85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84b1b7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a8495a View commit details
    Browse the repository at this point in the history
  4. Updated aksOutboundTrafficType from natGateway to managedNatGateway t…

    …o try and address build issues
    pjlewisuk authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    09dfd3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7d67ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88149a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    628d916 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf197a8 View commit details
    Browse the repository at this point in the history
  9. Updated another reference to natGateway

    Updated workflow to use in-branch version of AksDeploy-Basic.parameters.json isntead of hosted version (which won't be up-to-date with any changes in current branch)
    pjlewisuk authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c953131 View commit details
    Browse the repository at this point in the history
  10. Reverting to 0.10.4 as reverting to API version 2023-11-01 hasn't tak…

    …en effect as this is pulled from the latest published release rather than in-branch
    pjlewisuk authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cac7d97 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    189e8f6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    974c89f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2d9233d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f8b4121 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c7a0efa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4563b58 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    108a56d View commit details
    Browse the repository at this point in the history
  18. Reverting ParamFile to the file on main branch. This will cause build…

    …s to fail until changes in this PR get published.
    pjlewisuk authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1151d92 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. - Added branch variable to allow workflows to build off current branc…

    …h for PRs
    
    - Reverted AKS API version to 2024-01-01
    pjlewisuk authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    05ec33d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14330c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b615b61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff49d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78f2abf View commit details
    Browse the repository at this point in the history
  6. - Trying to fix the error about the natGatewayProfile:

    `unknown field \\\"natGatewayProfile\\\" Check that the field is in the right location, is spelled correctly, and is supported in the API version`
    pjlewisuk authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f7cdd6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92ce3d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    418a8f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f88131f View commit details
    Browse the repository at this point in the history
  10. - Changed default outbound type to loadBalancer for pipeline tests

    - Reverting previous changes to `managedNATGatewayProfile` JSON snippets
    pjlewisuk authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0ebae28 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    93dcf15 View commit details
    Browse the repository at this point in the history