diff --git a/site/docs/master/get-started.md b/site/docs/master/get-started.md index 2c19ee7ee..52bf13b88 100644 --- a/site/docs/master/get-started.md +++ b/site/docs/master/get-started.md @@ -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: diff --git a/site/docs/v1.0.0/get-started.md b/site/docs/v1.0.0/get-started.md index 2c19ee7ee..52bf13b88 100644 --- a/site/docs/v1.0.0/get-started.md +++ b/site/docs/v1.0.0/get-started.md @@ -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: diff --git a/site/docs/v1.1.0-beta.1/get-started.md b/site/docs/v1.1.0-beta.1/get-started.md index 2c19ee7ee..52bf13b88 100644 --- a/site/docs/v1.1.0-beta.1/get-started.md +++ b/site/docs/v1.1.0-beta.1/get-started.md @@ -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: