7.2. Exposing the RHACS portal over HTTP during the installation
If you are installing Red Hat Advanced Cluster Security for Kubernetes using the roxctl CLI, use the --plaintext-endpoints option with the roxctl central generate interactive command to enable the HTTP server during the installation.
Procedure
Run the following command to specify an HTTP endpoint during the interactive installation process:
$ roxctl central generate interactive \ --plaintext-endpoints=<endpoints_spec>where:
- <endpoints_spec>
-
Specifies the endpoints in the form of
<type>@<addr>:<port>. See the Prerequisites section for details.