We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a18926 + 330945d commit 7124f09Copy full SHA for 7124f09
1 file changed
src/troubleshooting/kubectl.md
@@ -4,9 +4,9 @@ This document describes how one can use `kubectl` to debug any issues with the c
4
5
## Diving into the Components
6
7
-Using `kubectl`, one can inspect the cluster's current state. When `helmc install workflow-v2.3.0`
8
-is invoked, Workflow is installed into the `deis` namespace. To inspect if Workflow is running,
9
-run:
+Using `kubectl`, one can inspect the cluster's current state. When Workflow is installed
+with `helmc`, Workflow is installed into the `deis` namespace. To inspect if Workflow is
+running, run:
10
11
$ kubectl --namespace=deis get pods
12
NAME READY STATUS RESTARTS AGE
0 commit comments