Fix port-forward typo (#1756)

* doc: fix typo

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>

* doc: fix typo

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>

* doc: fix typo

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
Christian Kotzbauer
2019-08-12 11:37:22 -06:00
committed by Steve Kriss
parent 52e5589b3d
commit 1670aa17b6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ In a terminal, run the following:
```shell
MINIO_POD=$(kubectl get pods -n velero -l component=minio -o jsonpath='{.items[0].metadata.name}')
kubectl port-forwward $MINIO_POD -n velero 9000:9000
kubectl port-forward $MINIO_POD -n velero 9000:9000
```
Then, in another terminal:
+1 -1
View File
@@ -239,7 +239,7 @@ In a terminal, run the following:
```shell
MINIO_POD=$(kubectl get pods -n velero -l component=minio -o jsonpath='{.items[0].metadata.name}')
kubectl port-forwward $MINIO_POD -n velero 9000:9000
kubectl port-forward $MINIO_POD -n velero 9000:9000
```
Then, in another terminal:
+1 -1
View File
@@ -239,7 +239,7 @@ In a terminal, run the following:
```shell
MINIO_POD=$(kubectl get pods -n velero -l component=minio -o jsonpath='{.items[0].metadata.name}')
kubectl port-forwward $MINIO_POD -n velero 9000:9000
kubectl port-forward $MINIO_POD -n velero 9000:9000
```
Then, in another terminal: