Skip to content

Commit

Permalink
Merge pull request NetAppDocs#41 from NetAppDocs/gh-pr-39
Browse files Browse the repository at this point in the history
 Orchestrator debug logging correction/details per wonderland PR#39
  • Loading branch information
juliantap authored Dec 10, 2021
2 parents 613c0cf + 1c567a7 commit 3e46837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ Then confirm debug is set using `./tridentctl logs -n trident` and searching for
Installed with Operator::
+
----
# kubectl patch torc -n --type=merge -p '{"spec":{"debug":true}}'
# kubectl patch torc trident -n <namespace> --type=merge -p '{"spec":{"debug":true}}'
----
+
This will restart all Trident pods, which can take several seconds. You can check this by observing the 'AGE' column in the output of `kubectl get pod -n trident`.
+
For Astra Trident 20.07 and 20.10 use `tprov` in place of `torc`.
+
Installed with Helm::
Expand Down

0 comments on commit 3e46837

Please sign in to comment.