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/aks/azure-netapp-files.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Provision Azure NetApp Files volumes on Azure Kubernetes Service
3
3
description: Learn how to provision Azure NetApp Files volumes on an Azure Kubernetes Service cluster.
4
4
ms.topic: article
5
5
ms.custom: devx-track-azurecli
6
-
ms.date: 02/08/2023
6
+
ms.date: 04/18/2023
7
7
---
8
8
9
9
# Provision Azure NetApp Files volumes on Azure Kubernetes Service
@@ -272,14 +272,7 @@ Before proceeding to the next section, you need to:
272
272
273
273
This section walks you through the installation of Astra Trident using the operator.
274
274
275
-
1. Download Astra Trident from its [GitHub repository](https://github.com/NetApp/trident/releases). Choose from the desired version and download the installer bundle.
The output of the command resembles the following example:
@@ -321,7 +319,7 @@ This section walks you through the installation of Astra Trident using the opera
321
319
322
320
The operator installs by using the parameters provided in the `TridentOrchestrator` spec. You can learn about the configuration parameters and example backends from the [Trident install guide][trident-install-guide] and [backend guide][trident-backend-install-guide].
323
321
324
-
5. To confirm Astra Trident was installed successfully, run the following [kubectl describe][kubectl-describe] command:
322
+
4. To confirm Astra Trident was installed successfully, run the following [kubectl describe][kubectl-describe] command:
325
323
326
324
```bash
327
325
kubectl describe torc trident
@@ -344,7 +342,7 @@ This section walks you through the installation of Astra Trident using the opera
@@ -355,11 +353,11 @@ This section walks you through the installation of Astra Trident using the opera
355
353
Kubelet Dir: /var/lib/kubelet
356
354
Log Format: text
357
355
Silence Autosupport: false
358
-
Trident Image: netapp/trident:21.07.1
356
+
Trident Image: netapp/trident:23.01.1
359
357
Message: Trident installed
360
358
Namespace: trident
361
359
Status: Installed
362
-
Version: v21.07.1
360
+
Version: v23.01.1
363
361
Events:
364
362
Type Reason Age From Message
365
363
---- ------ ---- ---- -------
@@ -369,7 +367,7 @@ This section walks you through the installation of Astra Trident using the opera
369
367
370
368
### Create a backend
371
369
372
-
1. Before creating a backend, you need to update `backend-anf.yaml` to include details about the Azure NetApp Files subscription, such as:
370
+
1. Before creating a backend, you need to update [backend-anf.yaml][backend-anf.yaml] to include details about the Azure NetApp Files subscription, such as:
373
371
374
372
* `subscriptionID` for the Azure subscription where Azure NetApp Files will be enabled.
375
373
* `tenantID`, `clientID`, and `clientSecret` from an [App Registration][azure-ad-app-registration] in Azure Active Directory (AD) with sufficient permissions for the Azure NetApp Files service. The App Registration include the `Owner` or `Contributor` role that's predefined by Azure.
@@ -380,7 +378,7 @@ This section walks you through the installation of Astra Trident using the opera
380
378
2. After Astra Trident is installed, create a backend that points to your Azure NetApp Files subscription by running the following command.
0 commit comments