mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Change port to 9090 for port forward command for helm minio-operator (#1114)
Installing the latest minio operator helm chart sets the console port to 9090 not 9001. I fixed the port in the port-forward command. ``` k get svc -n minio-operator NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE console ClusterIP 10.97.140.40 <none> 9090/TCP,9443/TCP 21m operator ClusterIP 10.106.20.115 <none> 4221/TCP 21m sts ClusterIP 10.106.182.83 <none> 4223/TCP 21m ```
This commit is contained in:
@ -171,9 +171,9 @@ You can modify the Operator deployment after installation.
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
kubectl port-forward svc/console -n minio-operator 9001:9001
|
||||
kubectl port-forward svc/console -n minio-operator 9090:9090
|
||||
|
||||
You can then use ``http://localhost:9001`` to access the MinIO Operator Console.
|
||||
You can then use ``http://localhost:9090`` to access the MinIO Operator Console.
|
||||
|
||||
Once you access the Console, use the Console JWT to log in.
|
||||
|
||||
|
Reference in New Issue
Block a user