Merge pull request #473 from StephenCharles/patch-1

Update connecting-to-applications-port-forward.md
This commit is contained in:
Brian Grant 2016-05-17 09:53:02 -07:00
commit 8b210f765d
1 changed files with 19 additions and 19 deletions

View File

@ -20,7 +20,7 @@ redis-master 2/2 Running 0 41s
## Connecting to the Redis master[a] ## Connecting to the Redis master[a]
The Redis master is listening on port 6397, to verify this, The Redis master is listening on port 6379, to verify this,
```shell{% raw %} ```shell{% raw %}
$ kubectl get pods redis-master -t='{{(index (index .spec.containers 0).ports 0).containerPort}}{{"\n"}}' $ kubectl get pods redis-master -t='{{(index (index .spec.containers 0).ports 0).containerPort}}{{"\n"}}'