How to enable 9443 in Operator - cniackz/public GitHub Wiki
Objective:
To enable 9443 in Operator
Related PR and links:
- https://github.com/minio/operator/issues/1439
- https://github.com/minio/operator/pull/1800
- https://github.com/minio/operator/pull/1802
Steps:
- Create cluster:
createcluster nodeport
- Install Operator:
installoperator nodeport
- In
minio-operatordeployment, setMINIO_CONSOLE_TLS_ENABLEason,console-tlssecret will be created use that secret for theconsoledeployment by changing the name of the secret fromoperator-console-tlstoconsole-tlsthen 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.