Skip to content

Commit 9ec16c8

Browse files
arschlesmboersma
authored andcommitted
doc(README.md): add --namespace flag to kubectl cmd
1 parent 64bc22f commit 9ec16c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Once this is done, you can SSH into the minion running the controller and run th
3939
```
4040
$ curl -sSL http://deis.io/deis-cli/install.sh | sh
4141
$ sudo mv deis /bin
42-
$ kubectl get service deis-workflow
42+
$ kubectl get service --namespace=deis deis-workflow
4343
$ deis register 10.247.59.157 # or the appropriate CLUSTER_IP
4444
$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
4545
$ eval $(ssh-agent) && ssh-add ~/.ssh/id_rsa

0 commit comments

Comments
 (0)