Skip to content

Commit f33d427

Browse files
authored
Merge pull request #156 from NetApp/kcantrel-patch-1
Updated to reflect the change in location of the repo
2 parents 363671a + 75f9e74 commit f33d427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

EKS/FSxN-as-PVC-for-EKS/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Run the following commands to clone the repo and change into the directory where
7676
terraform files are located:
7777
```bash
7878
git clone https://github.com/NetApp/FSx-ONTAP-samples-scripts.git
79-
cd FSx-ONTAP-samples-scripts/Solutions/FSxN-as-PVC-for-EKS/terraform
79+
cd FSx-ONTAP-samples-scripts/EKS/FSxN-as-PVC-for-EKS/terraform
8080
```
8181
### Make any desired changes to the variables.tf file.
8282
Variables that can be changed include:
@@ -251,7 +251,7 @@ After making the following substitutions in the commands below:
251251
Run them to configure Trident to use the FSxN file system that was
252252
created earlier using the `terraform --apply` command:
253253
```
254-
cd ~/FSx-ONTAP-samples-scripts/Solutions/FSxN-as-PVC-for-EKS
254+
cd ~/FSx-ONTAP-samples-scripts/EKS/FSxN-as-PVC-for-EKS
255255
mkdir temp
256256
export FSX_ID=<fsx-id>
257257
export FSX_SVM_NAME=<fsx-svm-name>
@@ -336,7 +336,7 @@ You will want to login as the 'fsxadmin' user, using the password stored in the
336336
You can find the IP address of the FSxN file system in the output from the `terraform apply` command, or
337337
from the AWS console. Here is an example of logging in and listing all the volumes on the system:
338338
```bash
339-
ubuntu@ip-10-0-4-125:~/FSx-ONTAP-samples-scripts/Solutions/FSxN-as-PVC-for-EKS$ ssh -l fsxadmin 198.19.255.174
339+
ubuntu@ip-10-0-4-125:~/FSx-ONTAP-samples-scripts/EKS/FSxN-as-PVC-for-EKS$ ssh -l fsxadmin 198.19.255.174
340340
([email protected]) Password:
341341

342342
FsxId0887a493c777c5122::> volume show

0 commit comments

Comments
 (0)