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
@@ -608,14 +608,13 @@ Starting with [`microsoft.flux` v1.8.0](extensions-release.md#flux-gitops), you
608
608
609
609
1. Be sure to provide proper permissions for workload identity for the resource that you want source-controller or image-reflector controller to pull. For example, if using Azure Container Registry, `AcrPull` permissions are required.
610
610
611
-
612
611
## Delete the Flux configuration and extension
613
612
614
-
Use the following commands to delete your Flux configuration and, if desired, the Flux extension itself.
613
+
Use the following commands to delete your Flux configurations and, if desired, the Flux extension itself.
615
614
616
615
### [Azure CLI](#tab/azure-cli)
617
616
618
-
#### Delete the Flux configuration
617
+
#### Delete the Flux configurations
619
618
620
619
The following command deletes both the `fluxConfigurations` resource in Azure and the Flux configuration objects in the cluster. Because the Flux configuration was originally created with the `prune=true` parameter for the kustomization, all of the objects created in the cluster based on manifests in the Git repository will be removed when the Flux configuration is removed. However, this command doesn't remove the Flux extension itself.
When you delete the Flux extension, both the `microsoft.flux` extension resource in Azure and the Flux extension objects in the cluster will be removed.
629
628
629
+
> [!IMPORTANT]
630
+
> Be sure to delete all Flux configurations in the cluster before you delete the Flux extension. Deleting the extension without first deleting the Flux configurations may leave your cluster in an unstable condition.
631
+
630
632
If the Flux extension was created automatically when the Flux configuration was first created, the extension name will be `flux`.
631
633
632
634
```azurecli
@@ -648,6 +650,9 @@ When you delete a Flux configuration, all of the Flux configuration objects in t
648
650
649
651
When you delete the Flux extension, both the `microsoft.flux` extension resource in Azure and the Flux extension objects in the cluster will be removed.
650
652
653
+
> [!IMPORTANT]
654
+
> Be sure to delete all Flux configurations in the cluster before you delete the Flux extension. Deleting the extension without first deleting the Flux configurations may leave your cluster in an unstable condition.
655
+
651
656
For an Azure Arc-enabled Kubernetes cluster, navigate to the cluster and select **Extensions**. Select the `flux` extension and select **Uninstall**, then confirm the deletion.
652
657
653
658
For AKS clusters, you can't use the Azure portal to delete the extension. Instead, use the following Azure CLI command:
0 commit comments