Skip to content

Commit e7a7fd6

Browse files
author
Seth Goings
committed
Merge pull request #150 from sgoings/desc-pod-dupe
docs(install): remove duplicate `describe pod` text
2 parents e5aa933 + 22ef4db commit e7a7fd6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/src/installing-deis/installing-the-deis-platform.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ If you see a list of targets like the one above, helm can communicate with the k
2424

2525
Once finished, run this command to provision the Deis platform:
2626

27+
$ helm update
2728
$ helm repo add deis https://github.com/deis/charts
2829
$ helm install deis/deis
2930

@@ -137,7 +138,7 @@ Using the pod name determined through the above, one can
137138
use `kubectl` to determine what node the pod is running on:
138139

139140
```
140-
$ kubectl describe pod describe pod deis-router-ih25q --namespace=deis
141+
$ kubectl describe pod deis-router-ih25q --namespace=deis
141142
```
142143

143144
The `Node` field of the response should provide an IP:

0 commit comments

Comments
 (0)