How to enable 9443 in Operator - cniackz/public GitHub Wiki

Objective:

To enable 9443 in Operator

Related PR and links:

Steps:

  1. Create cluster:
createcluster nodeport
  1. Install Operator:
installoperator nodeport
  1. In minio-operator deployment, set MINIO_CONSOLE_TLS_ENABLE as on, console-tls secret will be created use that secret for the console deployment by changing the name of the secret from operator-console-tls to console-tls then look at console pod and you will see is serving at 9443:
Serving operator at http://[::]:9090
Serving operator at https://[::]:9443
  1. Then in the console service all you need is to use node port in 9443 and it will work.