Skip to content

Commit 4d13f30

Browse files
authored
Merge pull request #228259 from Nickomang/main
Added links to node image upgrade; updated what's new
2 parents 09e2c1e + bc1a790 commit 4d13f30

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

articles/aks/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ landingContent:
2626
url: intro-kubernetes.md
2727
- linkListType: whats-new
2828
links:
29+
- text: Automatically upgrade node images
30+
url: auto-upgrade-node-image.md
2931
- text: Mariner container host for AKS
3032
url: use-mariner.md
3133
- text: Vertical Pod Autoscaler (preview)
@@ -44,8 +46,6 @@ landingContent:
4446
url: start-stop-nodepools.md
4547
- text: Default OS disk sizing
4648
url: cluster-configuration.md#default-os-disk-sizing
47-
- text: Calico for Windows Server containers (GA)
48-
url: use-network-policies.md#create-an-aks-cluster-for-calico-network-policies
4949
- linkListType: concept
5050
links:
5151
- text: Kubernetes core concepts for AKS

articles/aks/node-image-upgrade.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ For more information about the latest images provided by AKS, see the [AKS relea
1515

1616
For information on upgrading the Kubernetes version for your cluster, see [Upgrade an AKS cluster][upgrade-cluster].
1717

18+
Node image upgrades can also be performed automatically, and scheduled by using planned maintenance. For more details, see [Automatically upgrade node images][auto-upgrade-node-image].
19+
1820
> [!NOTE]
1921
> The AKS cluster must use virtual machine scale sets for the nodes.
2022
@@ -171,3 +173,4 @@ az aks nodepool show \
171173
[max-surge]: upgrade-cluster.md#customize-node-surge-upgrade
172174
[az-extension-add]: /cli/azure/extension#az_extension_add
173175
[az-extension-update]: /cli/azure/extension#az_extension_update
176+
[auto-upgrade-node-image]: auto-upgrade-node-image.md

articles/aks/node-upgrade-github-actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ This process is better than updating Linux-based kernels manually because Linux
2727

2828
This article shows you how you can automate the update process of AKS nodes. You'll use GitHub Actions and Azure CLI to create an update task based on `cron` that runs automatically.
2929

30+
Node image upgrades can also be performed automatically, and scheduled by using planned maintenance. For more details, see [Automatically upgrade node images][auto-upgrade-node-image].
31+
3032
## Before you begin
3133

3234
This article assumes that you have an existing AKS cluster. If you need an AKS cluster, see the AKS quickstart [using the Azure CLI][aks-quickstart-cli], [using Azure PowerShell][aks-quickstart-powershell], or [using the Azure portal][aks-quickstart-portal].
@@ -225,3 +227,4 @@ jobs:
225227
[system-pools]: use-system-pools.md
226228
[spot-pools]: spot-node-pool.md
227229
[use-multiple-node-pools]: use-multiple-node-pools.md
230+
[auto-upgrade-node-image]: auto-upgrade-node-image.md

0 commit comments

Comments
 (0)