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 earlier than **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 earlier, [use these instructions](release-notes.md#if-i-installed-the-120-preview-or-any-preview-prior-to-that-how-do-i-uninstall-the-extension). Versions after **2.1.0-preview** are upgradeable and do not require this uninstall.
26
+
If you previously installed a version of Azure Container Storage enabled by Azure Arc earlier than **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 earlier, [use these instructions](release-notes.md#if-i-installed-the-120-preview-or-any-earlier-release-how-do-i-uninstall-the-extension). Versions after **2.1.0-preview** are upgradeable 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 "unapplying" the YAML files used to create the resources. The resources that need to be deleted are typically the pods, the PVC referenced, and the subvolume CRD (if Cloud Ingest Edge Volume was configured). Alternatively, the following four YAML files can 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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ This article provides information about new features and known issues in Azure C
34
34
35
35
### Uninstall previous instance of the Azure Container Storage enabled by Azure Arc extension
36
36
37
-
#### If I installed 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 earlier release, 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.
39
+
If you previously installed a version of Azure Container Storage enabled by Azure Arc earlier than**2.1.0-preview**, you must uninstall that previous instance in order to install the newer version.
40
40
41
41
> [!NOTE]
42
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.
@@ -55,7 +55,7 @@ If you previously installed a version of Azure Container Storage enabled by Azur
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 before the **1.1.0-preview** release (released on 4/19/24) and have a pre-existing`config.json` file, the `config.json` schema changed. Remove the old `config.json` file using `rm config.json`.
59
59
60
60
### Encryption
61
61
@@ -65,7 +65,7 @@ There are three types of encryption that might be interesting for an Azure Conta
65
65
66
66
-**Cluster to Blob Encryption**: Data in transit from the cluster to blob is encrypted using standard HTTPS protocols. Data is decrypted once it reaches the cloud.
67
67
-**Encryption Between Nodes**: This encryption is covered by Open Service Mesh (OSM) that is installed as part of setting up your Azure Container Storage enabled by Azure Arc cluster. It uses standard TLS encryption protocols.
68
-
-**On Disk Encryption**: This is encryption at rest. This is not currently offered by Azure Container Storage enabled by Azure Arc.
68
+
-**On Disk Encryption**: Encryption at rest. Not currently supported by Azure Container Storage enabled by Azure Arc.
69
69
70
70
#### Is data encrypted in transit?
71
71
@@ -83,7 +83,7 @@ ACStor triplication stores data across three different nodes, each with its own
83
83
84
84
#### Can ACStor triplication occur on a single physical device?
85
85
86
-
No, ACStor triplication is not designed to operate on a single physical device with three attached hard drives.
86
+
No, ACStor triplication isn't designed to operate on a single physical device with three attached hard drives.
0 commit comments