-
Notifications
You must be signed in to change notification settings - Fork 0
How to enable 9443 in Operator
Cesar Celis Hernandez edited this page Oct 7, 2023
·
6 revisions
To enable 9443 in Operator
- https://github.com/minio/operator/issues/1439
- https://github.com/minio/operator/pull/1800
- https://github.com/minio/operator/pull/1802
- Create cluster:
createcluster nodeport
- Install Operator:
installoperator nodeport
- In
minio-operator
deployment, setMINIO_CONSOLE_TLS_ENABLE
ason
,console-tls
secret will be created use that secret for theconsole
deployment by changing the name of the secret fromoperator-console-tls
toconsole-tls
then look at console pod and you will see is serving at 9443:
Serving operator at http://[::]:9090
Serving operator at https://[::]:9443
- Then in the console service all you need is to use node port in 9443 and it will work.