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:
@ -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.
|
||||
|
Reference in New Issue
Block a user