You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,7 +22,7 @@ In this article, you'll learn about:
22
22
> * Available cluster extensions on AKS.
23
23
> * How to view, list, update, and delete extension instances.
24
24
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].
26
26
27
27
## Prerequisites
28
28
@@ -46,7 +46,7 @@ A conceptual overview of this feature is available in [Cluster extensions - Azur
46
46
### Set up the Azure CLI extension for cluster extensions
47
47
48
48
> [!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.
50
50
51
51
You'll also need the `k8s-extension` Azure CLI extension. Install the extension by running the following command:
52
52
@@ -69,7 +69,7 @@ az extension update --name k8s-extension
69
69
| --------- | ----------- |
70
70
|[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. |
71
71
|[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].|
|`--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. |
116
116
|`--scope`| Scope of installation for the extension - `cluster` or `namespace`|
117
117
|`--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`. |
119
119
|`--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`. |
0 commit comments