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

[AKS] Add cluster upgrade settings options to aks update #6121

Merged
merged 19 commits into from
Mar 30, 2023

Conversation

wenjungaogaogao
Copy link
Contributor

@wenjungaogaogao wenjungaogaogao commented Mar 29, 2023


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

az aks update --resource-group={resource_group} --name={name} --upgrade-settings IgnoreKubernetesDeprecations --upgrade-override-until 2020-02-22T22:30:17+00:00

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

@azure-client-tools-bot-prd
Copy link

Hi @wenjungaogaogao,
Since the current milestone time is less than 7 days, this pr will be reviewed in the next milestone.

@ghost ghost requested review from zhoxing-ms and yanzhudd March 29, 2023 05:55
@ghost ghost assigned zhoxing-ms Mar 29, 2023
@ghost ghost added the Auto-Assign Auto assign by bot label Mar 29, 2023
@ghost ghost requested a review from yonzhan March 29, 2023 05:55
@ghost ghost added the AKS label Mar 29, 2023
@FumingZhang
Copy link
Member

Queued a live test pipeline to verify the change.

@yonzhan
Copy link
Collaborator

yonzhan commented Mar 29, 2023

AKS

Copy link
Member

@FumingZhang FumingZhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Queued a live test pipeline to test the newly add case, passed!

self.check('upgradeSettings.overrideSettings.controlPlaneOverrides[0]', "IgnoreKubernetesDeprecations"),
self.exists('upgradeSettings.overrideSettings.until')
])
self.cmd('aks update --resource-group={resource_group} --name={name} --upgrade-settings IgnoreKubernetesDeprecations --upgrade-override-until 2020-02-22T22:30:17+00:00', checks=[
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's better to test the disable scenario.

wenjungaogaogao and others added 2 commits March 29, 2023 23:53
Co-authored-by: FumingZhang <81607949+FumingZhang@users.noreply.github.com>
Copy link
Member

@FumingZhang FumingZhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhoxing-ms zhoxing-ms merged commit 9c53fab into Azure:main Mar 30, 2023
@azclibot
Copy link
Collaborator

[Release] Update index.json for extension [ aks-preview ] : https://dev.azure.com/azclitools/internal/_build/results?buildId=45034&view=results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AKS Auto-Assign Auto assign by bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants