1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Adding missing namespace in port-forward (#675)

On page about Kubernetes
(https://min.io/docs/minio/kubernetes/upstream/index.html#procedure) in
point 3, the namespace is missing.

Co-authored-by: Max Roy <max+unset@github.com>
This commit is contained in:
Max
2022-12-13 21:10:50 +01:00
committed by GitHub
parent 348758b807
commit 390ae7bd94

View File

@ -108,7 +108,7 @@ Procedure
.. code-block:: shell
:class: copyable
kubectl port-forward pod/minio 9000 9090
kubectl port-forward pod/minio 9000 9090 -n minio-dev
The command forwards the pod ports ``9000`` and ``9090`` to the matching port on the local machine while active in the shell.
The ``kubectl port-forward`` command only functions while active in the shell session.