Skip to content

Commit

Permalink
Merge pull request #452 from NetAppDocs/fcp-link-fix
Browse files Browse the repository at this point in the history
Fixed a link
  • Loading branch information
netapp-aruldeepa authored Dec 9, 2024
2 parents e0bd1a1 + ba4f5f3 commit 166a13e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion trident-protect/trident-protect-manage-applications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
+
[source,console]
----
tridentctl protect create application <my_new_app_cr_name> --namespaces <namespaces_to_include> --csr <cluster_scoped_resources_to_include>
tridentctl protect create application <my_new_app_cr_name> --namespaces <namespaces_to_include> --csr <cluster_scoped_resources_to_include> --namespace <my-app-namespace>
----
--
Expand Down
2 changes: 1 addition & 1 deletion trident-use/fcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Configure the required network and node settings for FC.

=== Network settings

. Get the WWPN of the target interfaces. Refer to link:..https://docs.netapp.com/us-en/ontap-cli//network-interface-show.html[network interface show^] for more information.
. Get the WWPN of the target interfaces. Refer to https://docs.netapp.com/us-en/ontap-cli//network-interface-show.html[network interface show^] for more information.
. Get the WWPN for the interfaces on initiator (Host).
+
Refer to the corresponding host operating system utilities.
Expand Down
2 changes: 1 addition & 1 deletion trident-use/trident-fsx-iam-role.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To authenticate using an AWS IAM role, you must have a Kubernetes cluster deploy

This example creates an AWS Secret Manager secret to store Trident CSI credentials:

`aws secretsmanager create-secret --name trident-secret --description "Trident CSI credentials" --secret-string "{"user":"vsadmin","password":"<svmpassword>"}"`
`aws secretsmanager create-secret --name trident-secret --description "Trident CSI credentials" --secret-string "{"username":"vsadmin","password":"<svmpassword>"}"`

== Create IAM Policy

Expand Down

0 comments on commit 166a13e

Please sign in to comment.