diff --git a/source/includes/k8s/quickstart.rst b/source/includes/k8s/quickstart.rst index c4b1ebfc..b40b9a94 100644 --- a/source/includes/k8s/quickstart.rst +++ b/source/includes/k8s/quickstart.rst @@ -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.