Skip to content

Commit 261cfa9

Browse files
committed
Fixed some typos.
1 parent 9d2090a commit 261cfa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ echo $user_ARN
132132
Note that if you are using an SSO to authenticate with AWS, then the actual username
133133
you need to add is slightly different than what is output from the above command.
134134
The following command will take the output from the above command and format it correctly:
135+
135136
**ONLY RUN THIS COMMAND IF YOU ARE USING AN SSO TO AUTHENTICATE WITH AWS**
136137
```bash
137138
user_ARN=$(aws sts get-caller-identity | jq -r '.Arn' | awk -F: '{split($6, parts, "/"); printf "arn:aws:iam::%s:role/aws-reserved/sso.amazonaws.com/%s\n", $5, parts[2]}')
@@ -258,6 +259,7 @@ The following command will get just the status messages:
258259
kubectl get tridentbackendconfig -n trident --output=json | jq '.items[] | .status.message'
259260
```
260261
Once you have resolved any issues, you can remove the failed backend by running:
262+
261263
**ONLY RUN THIS COMMAND IF THE STATUS IS FAILED**
262264
```bash
263265
kubectl delete -n trident -f temp/backend-tbc-ontap-san.yaml

0 commit comments

Comments
 (0)