Skip to content

Commit ee540c9

Browse files
committed
Update README.md
1 parent 5fd6da7 commit ee540c9

File tree

1 file changed

+3
-5
lines changed
  • Monitoring/monitor_fsxn_with_harvest_on_eks

1 file changed

+3
-5
lines changed

Monitoring/monitor_fsxn_with_harvest_on_eks/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ credentials for the FSxN file systems so those credentials aren't insecurely sto
1010
### What to expect
1111

1212
Harvest Helm chart installation will result the following:
13-
* Install NetApp Harvest with latest version on your EKS
13+
* Install the latest version of NetApp Harvest on to your EKS cluster.
1414
* Each FSxN cluster will represent as Kubernetes pod on the cluster.
1515
* Collecting metrics about your FSxNs and adding existing Grafana dashboards for better visualization.
1616

1717
### Integration with AWS Secrets Manager
18-
This Harvest installation supports integration with AWS Secrets Manager. To use it store your FSxN credentials into a
19-
Secrets Manager secret. Harvest will invoke the script specified in the credentials_script path section which is already
20-
mapped in Harvest container. The credentails_script will fetch the secret and set the credentials based on its content.
21-
It expects the secret string to be a json structure with a `username` and `password` keys. For example:
18+
This Harvest installation uses the AWS Secrets Manager to obtain the credentials for the FSxN file systems.
19+
The format of the secret string should to be a json structure with a `username` and `password` keys. For example:
2220
```json
2321
{
2422
"username": "fsxadmin",

0 commit comments

Comments
 (0)