-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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} az aks nodepool add/update/upgrade
: Add new parameter --node-soak-duration
#27604
Merged
yanzhudd
merged 106 commits into
Azure:dev
from
MaxHorstmann:maxhorstmann/node-soak-duration
Jan 26, 2024
Merged
{AKS} az aks nodepool add/update/upgrade
: Add new parameter --node-soak-duration
#27604
yanzhudd
merged 106 commits into
Azure:dev
from
MaxHorstmann:maxhorstmann/node-soak-duration
Jan 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
️✔️AzureCLI-FullTest
|
azure-client-tools-bot-prd
bot
added this to the October 2023 (2023-11-15)❗ Breaking change release ❗ milestone
Oct 16, 2023
❌AzureCLI-BreakingChangeTest
|
microsoft-github-policy-service
bot
requested review from
zhoxing-ms,
yanzhudd,
yonzhan and
FumingZhang
October 16, 2023 15:25
AKS |
microsoft-github-policy-service
bot
added
Auto-Assign
Auto assign by bot
AKS
az aks/acs/openshift
labels
Oct 16, 2023
2 tasks
MaxHorstmann
commented
Oct 17, 2023
src/azure-cli/azure/cli/command_modules/acs/agentpool_decorator.py
Outdated
Show resolved
Hide resolved
yonzhan
modified the milestones:
October 2023 (2023-11-14)❗ Breaking change release ❗,
November 2023 (2023-12-05)
Nov 9, 2023
MaxHorstmann
commented
Nov 20, 2023
src/azure-cli/azure/cli/command_modules/acs/tests/latest/test_aks_commands.py
Show resolved
Hide resolved
Please fix CI issues. |
…to configure pull image from ACR using MSI when creating a container web app (Azure#28209)
…ons` (Azure#28201) * add metric list by subscription
…d apply `azure-monitor-query` (Azure#28199)
…storage accounts and source file has no parent directory (Azure#28123) * fix `az storage file copy start` with source file with no parent directory * add tests for copy file between different storage accounts, and case when copy from source root directory * remove sas token for credscan
…creating an access policy would delete public access permission (Azure#28211) * fix container policy create where it deletes public access info, still need to fix for share queue table * move container access policy to new file as format is different * fix container set-permission where it would fail with an access policy already set * lint
…meter to ltr policy (Azure#27983) * Adding the make-backups-immutable parameter to ltr policy * Adding the make-backups-immutable parameter to ltr policy
…ce-id` parameter alias `-r` (Azure#28212)
MaxHorstmann
requested review from
wangzelin007,
jiasli,
evelyn-ys,
calvinhzy,
kairu-ms,
DaeunYim,
necusjz,
digimaun,
t-bzhan and
bebound
as code owners
January 19, 2024 15:21
MaxHorstmann
commented
Jan 23, 2024
MaxHorstmann
changed the title
[AKS] az aks nodepool add/update/upgrade: add new parameter --node-soak-duration
[AKS] Jan 24, 2024
az aks nodepool add/update/upgrade
: Add new parameter --node-soak-duration
MaxHorstmann
changed the title
[AKS]
[AKS] Jan 24, 2024
az aks nodepool add/update/upgrade
: Add new parameter --node-soak-durationaz aks nodepool add/update/upgrade
: Add new parameter --node-soak-duration
FumingZhang
approved these changes
Jan 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Queued live test to validate the change. Test passed!
yanzhudd
approved these changes
Jan 26, 2024
yanzhudd
changed the title
[AKS]
{AKS} Jan 26, 2024
az aks nodepool add/update/upgrade
: Add new parameter --node-soak-duration
az aks nodepool add/update/upgrade
: Add new parameter --node-soak-duration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related command
az aks nodepool add|update|upgrade
Description
Bringing preview change Azure/azure-cli-extensions#6865 to stable.
Allows customers to specify soak duration for a node during upgrades, i.e. the amount of time (in minutes) to wait after draining a node and before reimaging it and moving on to next node.
This was added to the 2023-11-01 API by Azure/azure-rest-api-specs#26762.
Note that this change is relatively similar to #27475.
Testing Guide
History Notes
[AKS]
az aks nodepool add/update/upgrade
: Add new parameter--node-soak-duration
to wait after draining a node and before reimaging it and moving on to next nodeThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.