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
Copy file name to clipboardExpand all lines: articles/azure-arc/container-storage/prepare-linux-edge-volumes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The article describes how to prepare Linux for Edge Volumes using AKS enabled by
23
23
24
24
### Uninstall previous instance of Azure Container Storage enabled by Azure Arc extension
25
25
26
-
If you previously installed a version of Azure Container Storage enabled by Azure Arc before version 2.1.0-preview, you must uninstall that previous instance in order to install the newer version. If you installed the 1.2.0-preview release or any release prior to that, please use instructions provided [here](release-notes.md#if-i-installed-a-the-120-preview-or-any-preview-prior-to-that-how-do-i-uninstall-the-extension). Versions after 2.1.0-preview are upgradable and do not require this uninstall.
26
+
If you previously installed a version of Azure Container Storage enabled by Azure Arc before version **2.1.0-preview**, you must uninstall that previous instance in order to install the newer version. If you installed the **1.2.0-preview** release or any release prior to that, [use these instructions](release-notes.md#if-i-installed-a-the-120-preview-or-any-preview-prior-to-that-how-do-i-uninstall-the-extension). Versions after **2.1.0-preview** are upgradable and do not require this uninstall.
27
27
28
28
1. In order to delete the old version of the extension, the Kubernetes resources holding references to old version of the extension must be cleaned up. Any pending resources can delay the clean-up of the extension. There are at least two ways to clean up these resources: either using `kubectl delete <resource_type> <resource_name>`, or by "un-applying" the YAML files used to create the resources. The resources that need to be deleted are typically the pods, the PVC referenced, and the sub-volume CRD (if Cloud Ingest Edge Volume was configured). Alternatively, the following 4 YAML files can be be passed to `kubectl delete -f` using the following commands in the specified order. These variables must be updated with your information:
Copy file name to clipboardExpand all lines: articles/azure-arc/container-storage/release-notes.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn about new features and known issues in Azure Container Storag
4
4
author: sethmanheim
5
5
ms.author: sethm
6
6
ms.topic: how-to
7
-
ms.date: 08/26/2024
7
+
ms.date: 08/30/2024
8
8
9
9
---
10
10
@@ -32,29 +32,30 @@ This article provides information about new features and known issues in Azure C
32
32
33
33
## FAQ
34
34
35
-
### Uninstall previous instance of Azure Container Storage enabled by Azure Arc extension
35
+
### Uninstall previous instance of the Azure Container Storage enabled by Azure Arc extension
36
36
37
-
#### If I installed a the 1.2.0-preview or any preview prior to that, how do I uninstall the extension?
37
+
#### If I installed the 1.2.0-preview or any preview prior to that, how do I uninstall the extension?
38
38
39
-
If you previously installed a version of Azure Container Storage enabled by Azure Arc before version 2.1.0-preview, you must uninstall that previous instance in order to install the newer version.
40
-
41
-
> [!NOTE] The extension name for Arc Container Stoarge enabled by Azure Arc was previously "Edge Storage Accelerator". If you still have this instance installed, the extension will be referred to as "microsoft.edgestorageaccelerator" in the Azure Portal.
39
+
If you previously installed a version of Azure Container Storage enabled by Azure Arc before version **2.1.0-preview**, you must uninstall that previous instance in order to install the newer version.
42
40
43
-
1. Before you are able to delete the extension, you will need to delete your configPod(s), Persistent Volume Claim(s), and Persistent Volume(s) using the following commands in the following order. Replace `YOUR_POD_FILE_NAME_HERE`, `YOUR_PVC_FILE_NAME_HERE`, and `YOUR_PV_FILE_NAME_HERE` with your respective file names. If you have more than one of each type, add one line per instance:
41
+
> [!NOTE]
42
+
> The extension name for Azure Container Storage enabled by Azure Arc was previously **Edge Storage Accelerator**. If you still have this instance installed, the extension is referred to as **microsoft.edgestorageaccelerator** in the Azure portal.
43
+
44
+
1. Before you can delete the extension, you must delete your configPods, Persistent Volume Claims, and Persistent Volumes using the following commands in this order. Replace `YOUR_POD_FILE_NAME_HERE`, `YOUR_PVC_FILE_NAME_HERE`, and `YOUR_PV_FILE_NAME_HERE` with your respective file names. If you have more than one of each type, add one line per instance:
44
45
45
46
```bash
46
47
kubectl delete -f "YOUR_POD_FILE_NAME_HERE.yaml"
47
48
kubectl delete -f "YOUR_PVC_FILE_NAME_HERE.yaml"
48
49
kubectl delete -f "YOUR_PV_FILE_NAME_HERE.yaml"
49
50
```
50
51
51
-
1. After you delete your configPod(s), PVC(s), and PV(s) from the previous step, you can uninstall the extension using the following command. Replace `YOUR_RESOURCE_GROUP_NAME_HERE`, `YOUR_CLUSTER_NAME_HERE`, and `YOUR_EXTENSION_NAME_HERE` with your respective information:
52
+
1. After you delete your configPods, PVCs, and PVs in the previous step, you can uninstall the extension using the following command. Replace `YOUR_RESOURCE_GROUP_NAME_HERE`, `YOUR_CLUSTER_NAME_HERE`, and `YOUR_EXTENSION_NAME_HERE` with your respective information:
1. If you installed the extension prior to the 1.1.0-preview release (released on 4/19/24) and have a preexisting `config.json` file, be aware that the `config.json` schema changed. Remove the old `config.json` file using `rm config.json`.
58
+
1. If you installed the extension prior to the **1.1.0-preview** release (released on 4/19/24) and have a preexisting `config.json` file, be aware that the `config.json` schema changed. Remove the old `config.json` file using `rm config.json`.
0 commit comments