mirror of https://github.com/dapr/docs.git
Fix alignment in kubectl output (#2231)
Sorry, my AR got the better of me :-) Signed-off-by: Doug Davis <dug@microsoft.com> Co-authored-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
b328114726
commit
fd6b7fa1f0
|
@ -50,10 +50,10 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K
|
|||
|
||||
```bash
|
||||
$ kubectl get pods
|
||||
NAME READY STATUS RESTARTS AGE
|
||||
redis-master-0 1/1 Running 0 69s
|
||||
redis-replicas-0 1/1 Running 0 69s
|
||||
redis-replicas-1 1/1 Running 0 22s
|
||||
NAME READY STATUS RESTARTS AGE
|
||||
redis-master-0 1/1 Running 0 69s
|
||||
redis-replicas-0 1/1 Running 0 69s
|
||||
redis-replicas-1 1/1 Running 0 22s
|
||||
```
|
||||
|
||||
Note that the hostname is `redis-master.default.svc.cluster.local:6379`, and a Kubernetes secret, `redis`, is created automatically.
|
||||
|
|
Loading…
Reference in New Issue