MicrosoftDocs / azure-aks-docs

Public sync with private repo azure-aks-docs-pr
Creative Commons Attribution 4.0 International
1 stars 22 forks source link

Delete outdated info in support-policies.md #5

Closed JoeyC-Dev closed 2 weeks ago

JoeyC-Dev commented 1 month ago

Proposed change: Delete the outdated info, since it does auto upgrade nodeOS image by default.

Supporting point: Try to create AKS in both Azure portal and az-cli w/o modification, the upgrade channel is "nodeOS" by default. There is no point of saying "doesn't automatically patch them by default" and this will mislead users.

aks=
rG=

az aks create -n ${aks} -g ${rG} --no-wait --no-ssh-key
az aks show -n ${aks} -g ${rG} --query autoUpgradeProfile.nodeOsUpgradeChannel -o tsv

Result:

joey [ ~ ]$ az aks show -n ${aks} -g ${rG} --query autoUpgradeProfile.nodeOsUpgradeChannel -o tsv
NodeImage

Also from Azure portal: image

prmerger-automator[bot] commented 1 month ago

@JoeyC-Dev : Thanks for your contribution! The author(s) have been notified to review your proposed change.

Jak-MS commented 1 month ago

@Nickomang Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

label:"aq-pr-triaged"

@MicrosoftDocs/public-repo-pr-review-team

github-actions[bot] commented 1 month ago

This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. Get Help
Docs Support Teams Channel
Resolve Merge Conflict

schaffererin commented 2 weeks ago

reassign:schaffererin

schaffererin commented 2 weeks ago

I'm going to close this PR, as I created a new PR with the same updates that more closely aligns with Microsoft writing style guidance. Thanks for your contribution to the docs!

please-close