Skip to content

Commit 7124f09

Browse files
author
Matthew Fisher
authored
Merge pull request #556 from bacongobbler/remove-version-in-troubleshooting
fix(troubleshooting): remove reference to Workflow version
2 parents 5a18926 + 330945d commit 7124f09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/troubleshooting/kubectl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This document describes how one can use `kubectl` to debug any issues with the c
44

55
## Diving into the Components
66

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:
7+
Using `kubectl`, one can inspect the cluster's current state. When Workflow is installed
8+
with `helmc`, Workflow is installed into the `deis` namespace. To inspect if Workflow is
9+
running, run:
1010

1111
$ kubectl --namespace=deis get pods
1212
NAME READY STATUS RESTARTS AGE

0 commit comments

Comments
 (0)