addresses issue #81

Signed-off-by: mikebrow <brownwm@us.ibm.com>
This commit is contained in:
mikebrow
2016-04-08 13:49:34 -05:00
parent 736890d924
commit 62fdb3f5fa
7 changed files with 20 additions and 20 deletions
@@ -22,9 +22,9 @@ redis-master 2/2 Running 0 41s
The Redis master is listening on port 6397, to verify this,
```shell
```shell{% raw %}
$ kubectl get pods redis-master -t='{{(index (index .spec.containers 0).ports 0).containerPort}}{{"\n"}}'
6379
6379{% endraw %}
```
then we forward the port 6379 on the local workstation to the port 6379 of pod redis-master,
@@ -43,4 +43,4 @@ $ redis-cli
PONG
```
Now one can debug the database from the local workstation.
Now one can debug the database from the local workstation.