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: AKS-Hybrid/container-storage-interface-files.md
+29-29Lines changed: 29 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use Container Storage Interface (CSI) file drivers in AKS enabled by Azur
3
3
description: Learn how to use Container Storage Interface (CSI) drivers to manage files in AKS Arc.
4
4
author: sethmanheim
5
5
ms.topic: how-to
6
-
ms.date: 01/12/2024
6
+
ms.date: 08/20/2024
7
7
ms.author: sethm
8
8
ms.lastreviewed: 01/14/2022
9
9
ms.reviewer: abha
@@ -33,46 +33,46 @@ If multiple nodes need concurrent access to the same storage volumes in AKS Arc,
33
33
34
34
1. Make sure the SMB driver is deployed. The SMB CSI driver is installed by default when you create a Kubernetes cluster using the Azure portal or the `az aksarc create` command. If you create a Kubernetes cluster by using `--disable-smb-driver`, you must enable the SMB driver on this cluster using the `az aksarc update` command:
35
35
36
-
```azurecli
37
-
az aksarc update -n $aksclustername -g $resource_group --enable-smb-driver
38
-
```
36
+
```azurecli
37
+
az aksarc update -n $aksclustername -g $resource_group --enable-smb-driver
38
+
```
39
39
40
40
### [AKS on Azure Stack HCI 22H2 and Windows Server](#tab/22H2)
41
41
42
42
1. Make sure the SMB driver is deployed. Deploy the driver using the following [Install-AksHciCsiSmb](./reference/ps/install-akshcicsismb.md) PowerShell command:
43
43
44
-
```powershell
45
-
Install-AksHciCsiSmb -clusterName mycluster
46
-
```
44
+
```powershell
45
+
Install-AksHciCsiSmb -clusterName mycluster
46
+
```
47
47
48
48
---
49
49
50
-
2. Create Kubernetes secrets to store the credentials required to access SMB shares by running the following command:
50
+
1. Create Kubernetes secrets to store the credentials required to access SMB shares by running the following command:
0 commit comments