Skip to content

Commit e650591

Browse files
authored
Merge pull request #100811 from kelvien-microsoft/patch-1
Update tutorial-use-gitops-flux2.md
2 parents fdef3cc + 0dc2f6d commit e650591

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ To manage GitOps through the Azure CLI or the Azure portal, you need the followi
4545
> For new AKS clusters created with “az aks create”, the cluster will be MSI-based by default. For already created SPN-based clusters that need to be converted to MSI run “az aks update -g $RESOURCE_GROUP -n $CLUSTER_NAME --enable-managed-identity”. For more information, refer to [managed identity docs](../../aks/use-managed-identity.md).
4646
4747
* Read and write permissions on the `Microsoft.ContainerService/managedClusters` resource type.
48-
* Registration of your subscription with the `AKS-ExtensionManager` feature flag. Use the following command:
49-
50-
```console
51-
az feature register --namespace Microsoft.ContainerService --name AKS-ExtensionManager
52-
```
5348

5449
### Common to both cluster types
5550

0 commit comments

Comments
 (0)