Skip to content

Commit 8bb91ea

Browse files
committed
add links to gitops supported versions and tutorial
1 parent 1007abe commit 8bb91ea

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/aks/cluster-extensions.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Cluster extensions for Azure Kubernetes Service (AKS)
33
description: Learn how to deploy and manage the lifecycle of extensions on Azure Kubernetes Service (AKS)
44
ms.custom: event-tier1-build-2022, devx-track-azurecli
5-
ms.date: 09/29/2022
5+
ms.date: 03/14/2023
66
ms.topic: article
77
author: nickomang
88
ms.author: nickoman
@@ -22,7 +22,7 @@ In this article, you'll learn about:
2222
> * Available cluster extensions on AKS.
2323
> * How to view, list, update, and delete extension instances.
2424
25-
A conceptual overview of this feature is available in [Cluster extensions - Azure Arc-enabled Kubernetes][arc-k8s-extensions] article.
25+
For a conceptual overview of cluster extensions, see [Cluster extensions - Azure Arc-enabled Kubernetes][arc-k8s-extensions].
2626

2727
## Prerequisites
2828

@@ -46,7 +46,7 @@ A conceptual overview of this feature is available in [Cluster extensions - Azur
4646
### Set up the Azure CLI extension for cluster extensions
4747

4848
> [!NOTE]
49-
> The minimum supported version for the `k8s-extension` Azure CLI extension is `1.0.0`. If you are unsure what version you have installed, run `az extension show --name k8s-extension` and look for the `version` field.
49+
> The minimum supported version for the `k8s-extension` Azure CLI extension is `1.0.0`. If you are unsure what version you have installed, run `az extension show --name k8s-extension` and look for the `version` field. We recommend using the latest version.
5050
5151
You'll also need the `k8s-extension` Azure CLI extension. Install the extension by running the following command:
5252

@@ -69,7 +69,7 @@ az extension update --name k8s-extension
6969
| --------- | ----------- |
7070
| [Dapr][dapr-overview] | Dapr is a portable, event-driven runtime that makes it easy for any developer to build resilient, stateless and stateful applications that run on cloud and edge. |
7171
| [Azure ML][azure-ml-overview] | Use Azure Kubernetes Service clusters to train, inference, and manage machine learning models in Azure Machine Learning. |
72-
| [Flux (GitOps)][gitops-overview] | Use GitOps with Flux to manage cluster configuration and application deployment. |
72+
| [Flux (GitOps)][gitops-overview] | Use GitOps with Flux to manage cluster configuration and application deployment. See also [supported versions of Flux (GitOps)][gitops-support] and [Tutorial: Deploy applications using GitOps with Flux v2][gitops-tutorial].|
7373

7474
## Supported regions and Kubernetes versions
7575

@@ -115,7 +115,7 @@ az k8s-extension create --name aml-compute --extension-type Microsoft.AzureML.Ku
115115
| `--configuration-protected-settings-file` | Path to the JSON file having key value pairs to be used for passing in sensitive settings to the extension. If this parameter is used in the command, then `--configuration-protected-settings` can't be used in the same command. |
116116
| `--scope` | Scope of installation for the extension - `cluster` or `namespace` |
117117
| `--release-namespace` | This parameter indicates the namespace within which the release is to be created. This parameter is only relevant if `scope` parameter is set to `cluster`. |
118-
| `--release-train` | Extension authors can publish versions in different release trains such as `Stable`, `Preview`, etc. If this parameter isn't set explicitly, `Stable` is used as default. This parameter can't be used when `autoUpgradeMinorVersion` parameter is set to `false`. |
118+
| `--release-train` | Extension authors can publish versions in different release trains such as `Stable`, `Preview`, etc. If this parameter isn't set explicitly, `Stable` is used as default. This parameter can't be used when `--auto-upgrade-minor-version` parameter is set to `false`. |
119119
| `--target-namespace` | This parameter indicates the namespace within which the release will be created. Permission of the system account created for this extension instance will be restricted to this namespace. This parameter is only relevant if the `scope` parameter is set to `namespace`. |
120120

121121
### Show details of an extension instance
@@ -188,6 +188,8 @@ az k8s-extension delete --name azureml --cluster-name <clusterName> --resource-g
188188
[azure-ml-overview]: ../machine-learning/how-to-attach-kubernetes-anywhere.md
189189
[dapr-overview]: ./dapr.md
190190
[gitops-overview]: ../azure-arc/kubernetes/conceptual-gitops-flux2.md
191+
[gitops-support]: ../azure-arc/kubernetes/extensions-release.md#flux-gitops
192+
[gitops-tutorial]: ../azure-arc/kubernetes/tutorial-use-gitops-flux2.md
191193
[k8s-extension-reference]: /cli/azure/k8s-extension
192194
[use-managed-identity]: ./use-managed-identity.md
193195
[workload-identity-overview]: workload-identity-overview.md

0 commit comments

Comments
 (0)