You are viewing documentation for a release that is no longer maintained. To view the documentation for the most recent version, see the latest RHACS docs.
3.6. 使用 init 捆绑包创建资源
在安装安全集群前,您必须使用 init 捆绑包在集群中创建所需的资源,以允许安全集群上的服务与 Central 通信。
先决条件
- 您必须生成了一个包含 secret 的 init 捆绑包。
流程
使用 OpenShift Container Platform CLI 运行以下命令来创建资源:
oc create -f <init_bundle>.yaml \ -n <stackrox>
$ oc create -f <init_bundle>.yaml \
1 -n <stackrox>
2 Copy to Clipboard Copied! Toggle word wrap Toggle overflow
下一步
- 在您要监控的所有集群中安装 Red Hat Advanced Cluster Security for Kubernetes。