Skip to content

Commit 3165071

Browse files
committed
Updated README.md
1 parent 387b8bd commit 3165071

File tree

1 file changed

+3
-1
lines changed
  • Monitoring/monitor_fsxn_with_harvest_on_eks

1 file changed

+3
-1
lines changed

Monitoring/monitor_fsxn_with_harvest_on_eks/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ The format of the secret string should to be a json structure with a `username`
2626
A service account should be created during the installation of Harvest with the sufficient permissions to fetch the secrets.
2727

2828
### Prerequisites
29+
* An AWS EKS cluster.
30+
* An FSx for ONTAP file system deployed in the same VPC as the EKS cluster.
31+
* If you don't have an EKS cluster with FSx for ONTAP file system, you can follow the steps in the [FSx as PVC for EKS](https://github.com/NetApp/FSx-ONTAP-samples-scripts/tree/add_grafana_eks/EKS/FSxN-as-PVC-for-EKS) repository to build one.
2932
* `Helm` - for resources installation.
3033
* `kubectl` - for managing Kubernetes resources.
3134
* `eksctl` - for creating and managing EKS clusters.
3235
* `jq` - for parsing JSON data in the command line. This is optional but recommended for some of the commands below.
33-
* An FSx for ONTAP file system deployed in the same VPC as the EKS cluster.
3436

3537
## Deployment
3638

0 commit comments

Comments
 (0)