mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 19:56:06 +00:00
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:
committed by
Steve Kriss
parent
52e5589b3d
commit
1670aa17b6
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user