Skip to content

Commit c3c2271

Browse files
Merge pull request #212052 from csand-msft/main
Update tutorial-use-gitops-flux2.md
2 parents 82fd5d9 + 7803d03 commit c3c2271

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-arc/kubernetes/tutorial-use-gitops-flux2.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ GitOps with Flux v2 can be enabled in Azure Kubernetes Service (AKS) managed clu
1818
1919
This tutorial describes how to use GitOps in a Kubernetes cluster. Before you dive in, take a moment to [learn how GitOps with Flux works conceptually](./conceptual-gitops-flux2.md).
2020

21-
> [!IMPORTANT]
22-
> Add-on Azure management services, like Kubernetes Configuration, are charged when enabled. Costs related to use of Flux v2 will start to be billed on July 1, 2022. For more information, see [Azure Arc pricing](https://azure.microsoft.com/pricing/details/azure-arc/).
23-
2421
>[!IMPORTANT]
2522
> The `microsoft.flux` extension released major version 1.0.0. This includes the [multi-tenancy feature](#multi-tenancy). If you have existing GitOps Flux v2 configurations that use a previous version of the `microsoft.flux` extension you can upgrade to the latest extension manually using the Azure CLI: "az k8s-extension create -g <RESOURCE_GROUP> -c <CLUSTER_NAME> -n flux --extension-type microsoft.flux -t <CLUSTER_TYPE>" (use "-t connectedClusters" for Arc clusters and "-t managedClusters" for AKS clusters).
2623
@@ -52,6 +49,10 @@ To manage GitOps through the Azure CLI or the Azure portal, you need the followi
5249

5350
### Common to both cluster types
5451

52+
* Read and write permissions on these resource types:
53+
* `Microsoft.KubernetesConfiguration/extensions`
54+
* `Microsoft.KubernetesConfiguration/fluxConfigurations`
55+
5556
* Azure CLI version 2.15 or later. [Install the Azure CLI](/cli/azure/install-azure-cli) or use the following commands to update to the latest version:
5657

5758
```console

0 commit comments

Comments
 (0)