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

Updates AKS template to support automatic clusters #4069

Closed
wants to merge 4 commits into from

Conversation

wbreza
Copy link
Contributor

@wbreza wbreza commented Jul 3, 2024

  • Adds new automatic setting - when set will use AKS Automatic SKU
  • Updates AKS template to fix issues from VITE integration

@vhvb1989
Copy link
Member

should fix: #4108

@azure-sdk
Copy link
Collaborator

Repoman Generation Results

Repoman pushed changes to remotes for the following projects:

Project: azd-starter-bicep

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/azd-starter-bicep -b pr/4069

View Changes | Compare Changes


Project: todo-csharp-cosmos-sql

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-csharp-cosmos-sql -b pr/4069

View Changes | Compare Changes


Project: todo-csharp-sql-swa-func

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-csharp-sql-swa-func -b pr/4069

View Changes | Compare Changes


Project: todo-csharp-sql

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-csharp-sql -b pr/4069

View Changes | Compare Changes


Project: todo-java-mongo-aca

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-java-mongo-aca -b pr/4069

View Changes | Compare Changes


Project: todo-java-mongo

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-java-mongo -b pr/4069

View Changes | Compare Changes


Project: todo-java-postgresql-terraform

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-java-postgresql-terraform -b pr/4069

View Changes | Compare Changes


Project: todo-nodejs-mongo-aca

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-nodejs-mongo-aca -b pr/4069

View Changes | Compare Changes


Project: todo-nodejs-mongo-aks

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-nodejs-mongo-aks -b pr/4069

View Changes | Compare Changes


Project: todo-nodejs-mongo-swa-func

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-nodejs-mongo-swa-func -b pr/4069

View Changes | Compare Changes


Project: todo-nodejs-mongo

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-nodejs-mongo -b pr/4069

View Changes | Compare Changes


Project: todo-nodejs-mongo-terraform

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-nodejs-mongo-terraform -b pr/4069

View Changes | Compare Changes


Project: todo-python-mongo-aca

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-python-mongo-aca -b pr/4069

View Changes | Compare Changes


Project: todo-python-mongo-swa-func

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-python-mongo-swa-func -b pr/4069

View Changes | Compare Changes


Project: todo-python-mongo

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-python-mongo -b pr/4069

View Changes | Compare Changes


Project: todo-python-mongo-terraform

Remote: azure-samples-staging

Branch: pr/4069

You can initialize this project with:

azd init -t Azure-Samples/todo-python-mongo-terraform -b pr/4069

View Changes | Compare Changes


@jongio jongio marked this pull request as draft July 16, 2024 19:29
@jongio
Copy link
Member

jongio commented Jul 16, 2024

@v-xuto -

We aren't going to merge this in infra/core so we minimize churn there as we phase it out.

Can you please make these changes/updates in AVM and update here with links to the issues/prs for it?

Thanks
Jon

@v-xuto
Copy link
Member

v-xuto commented Jul 17, 2024

@v-xuto -

We aren't going to merge this in infra/core so we minimize churn there as we phase it out.

Can you please make these changes/updates in AVM and update here with links to the issues/prs for it?

Thanks Jon

@jongio Got it. We will make these changes in AVM and create a PR for it.

@v-xuto
Copy link
Member

v-xuto commented Jul 23, 2024

ilhaan pushed a commit to Azure/bicep-registry-modules that referenced this pull request Jul 25, 2024
…ervice to support automatic clusters (#2787)

## Description

Related to PR: Azure/azure-dev#4069

Adds new automatic setting for container service managed cluster.

Set `azure/login@v2` to use federated credential. (Due to some security
policies, we are currently unable to use client secret for azure login.
After completing all changes to this PR, we will restore the login
method. This is currently only for testing the github pipeline.)

The failed test in the Pipeline Status Badge has nothing to do with this
PR. The specific information can be viewed at:
https://github.com/zedy-wj/bicep-registry-modules/actions/runs/10053355723/job/27786049197#step:4:649.

<!--
>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/zedy-wj/bicep-registry-modules/actions/workflows/avm.res.container-service.managed-cluster.yml/badge.svg)](https://github.com/zedy-wj/bicep-registry-modules/actions/workflows/avm.res.container-service.managed-cluster.yml)
|

## Type of Change

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

- [ ] Update to CI Environment or utilities (Non-module affecting
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`.
  - [ ] 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 date with the contribution guide at
https://aka.ms/avm/contribute/bicep -->

@jongio for notification.

---------

Co-authored-by: zedy <[email protected]>
@v-xuto
Copy link
Member

v-xuto commented Jul 26, 2024

@jongio This PR Azure/bicep-registry-modules#2787 has already been merged, just a reminder for you.

@wbreza wbreza closed this Jul 26, 2024
ilhaan pushed a commit to Azure/bicep-registry-modules that referenced this pull request Oct 25, 2024
…ervice to support automatic Kubernetes clusters. (#3104)

## Description

<!--
>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
-->

Related to PR: Azure/azure-dev#4069

AKS automatic requires a new sku name: 'Automatic'.

## Pipeline Reference

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

| Pipeline |
| -------- |

|[![avm.res.container-service.managed-cluster](https://github.com/zedy-wj/bicep-registry-modules/actions/workflows/avm.res.container-service.managed-cluster.yml/badge.svg?branch=aks%2Fautomatic)](https://github.com/zedy-wj/bicep-registry-modules/actions/workflows/avm.res.container-service.managed-cluster.yml)|

## Type of Change

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

- [ ] Update to CI Environment or utilities (Non-module affecting
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`.
  - [ ] 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 date with the contribution guide at
https://aka.ms/avm/contribute/bicep -->

@jongio, @wbreza for notification.

---------

Co-authored-by: zedy <[email protected]>
Co-authored-by: Erika Gressi <[email protected]>
Co-authored-by: Alexander Sehr <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants