7.2. 在安装过程中通过 HTTP 公开 RHACS 门户
如果要使用 roxctl
CLI 安装 Red Hat Advanced Cluster Security for Kubernetes,请使用带有 roxctl central generate interactive
命令的 -plaintext-endpoints
选项在安装过程中启用 HTTP 服务器。
流程
运行以下命令在互动安装过程中指定 HTTP 端点:
$ roxctl central generate interactive \ --plaintext-endpoints=<endpoints_spec> 1
- 1
- 端点规格,格式为 <
type>@<addr>:<port>
。详情请查看先决条件部分。