Skip to content

Commit a967ecd

Browse files
committed
Made some formatting changes.
1 parent c56d7c1 commit a967ecd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
* [Installation Oveerview](#Installation-Overview)
66
* [Detailed Instructions](#Detailed-instructions)
77
* [Clone the "NetApp/FSx-ONTAP-samples-scripts" repo from GitHub](#Clone-the-NetAppFSx-ONTAP-samples-scripts-repo-from-GitHub)
8-
* [Make any desired changes to the variables.tf file](#Make-any-desired-changes-to-the-variables.tf-file)
8+
* [Make any desired changes to the variables.tf file](#Make-any-desired-changes-to-the-variablestf-file)
99
* [Initialize the Terraform environment](#Initialize-the-Terraform-environment)
1010
* [Deploy the resources](#Deploy-the-resources)
1111
* [SSH to the jump server to complete the setup](#SSH-to-the-jump-server-to-complete-the-setup)
12-
* [Configure the 'aws' CLI](#Configure-the-'aws'-CLI)
12+
* [Configure the 'aws' CLI](#Configure-the-aws-CLI)
1313
* [Allow access to the EKS cluster for your user id](#Allow-access-to-the-EKS-cluster-for-your-user-id)
1414
* [Configure kubectl to use the EKS cluster](#Configure-kubectl-to-use-the-EKS-cluster)
1515
* [Confirm Astra Trident is up and running](#Confirm-Astra-Trident-is-up-and-running)
1616
* [Configure the Trident CSI backend to use FSx for NetApp ONTAP](#Configure-the-Trident-CSI-backend-to-use-FSx-for-NetApp-ONTAP)
1717
* [Create a Kubernetes storage class](#Create-a-Kubernetes-storage-class)
1818
* [Create a stateful application](#Create-a-stateful-application)
1919
* [Create a Persistent Volume Claim](#Create-a-Persistent-Volume-Claim)
20-
* [Deploy a MySQL database using the storage created above](#Deploy-a-MySQL-database-using-the-storage-created-above)
20+
* [Deploy a MySQL database using the PVC](#Deploy-a-MySQL-database-using-the-storage-created-above)
2121
* [Populate the MySQL database with data](#Populate-the-MySQL-database-with-data)
2222
* [Create a snapshot of the MySQL data](#Create-a-snapshot-of-the-MySQL-data)
2323
* [Install the Kubernetes Snapshot CRDs and Snapshot Controller](#Install-the-Kubernetes-Snapshot-CRDs-and-Snapshot-Controller)
2424
* [Create a snapshot class based on the CRD instsalled](#Create-a-snapshot-class-based-on-the-CRD-installed)
2525
* [Create a snapshot of the MySQL data](#Create-a-snapshot-of-the-MySQL-data)
2626
* [Clone the MySQL data to a new storage persistent volume](#Clone-the-MySQL-data-to-a-new-storage-persistent-volume)
2727
* [Create a new MySQL database using the cloned volume](#Create-a-new-MySQL-database-using-the-cloned-volume)
28-
* [To confirm that the new database is up and running, log into it and check the data](#To-confirm-that-the-new-database-is-up-and-running,-log-into-it-and-check-the-data)
28+
* [Confirm that the new database is up and running](#Confirm-that-the-new-database-is-up-and-running)
2929
* [Final steps](#Final-steps)
3030
* [Author Information](#author-information)
3131
* [License](#license)
@@ -228,7 +228,7 @@ Astra Trident has several different drivers to choose from. You can read more ab
228228
drivers it supports in the
229229
[Astra Trident documentation.](https://docs.netapp.com/us-en/trident/trident-use/trident-fsx.html#fsx-for-ontap-driver-details)
230230

231-
If you want to use an iSCSI LUN instead of an NFS file system, please refer to [these instructions](README-san.md#Configure-the-Trident-CSI-backend-to-use-FSx-for-NetApp-ONTAP).
231+
If you want to use an iSCSI LUN instead of an NFS file system, please refer to [these instructions](README-san.md#configure-the-trident-csi-backend-to-use-fsx-for-netapp-ontap).
232232

233233
In the commands below you're going to need the FSxN ID, the FSX SVM name, and the
234234
secret ARN. All of that information can be obtained from the output
@@ -514,7 +514,8 @@ csi-snapshotter-0 3/3 Running 0 22h
514514
mysql-fsx-nas-695b497757-8n6bb 1/1 Running 0 21h
515515
mysql-fsx-nas-clone-d66d9d4bf-2r9fw 1/1 Running 0 14s
516516
```
517-
### To confirm that the new database is up and running, log into it and check the data
517+
### Confirm that the new database is up and running
518+
To confirm that hte new database is up and running log into it and check the data by running this command:
518519
```bash
519520
kubectl exec -it $(kubectl get pod -l "app=mysql-fsx-nas-clone" --namespace=default -o jsonpath='{.items[0].metadata.name}') -- mysql -u root -p
520521
```

0 commit comments

Comments
 (0)