8.3. Applying an init bundle for Kubernetes secured clusters
Apply the init bundle by using it to create resources.
8.3.1. Applying the init bundle on the secured cluster 링크 복사링크가 클립보드에 복사되었습니다!
Before you configure a secured cluster, you must apply the init bundle by using it to create the required resources on the secured cluster. Applying the init bundle allows the services on the secured cluster to communicate with RHACS Cloud Service.
If you are installing by using Helm charts, do not perform this step. Complete the installation by using Helm; See "Installing RHACS on secured clusters by using Helm charts" in the additional resources section.
Prerequisites
- You must have generated an init bundle containing secrets.
-
You must have created the
stackroxproject, or namespace, on the cluster where secured cluster services will be installed. Usingstackroxfor the project is not required, but ensures that vulnerabilities for RHACS processes are not reported when scanning your clusters.
Procedure
To create resources, perform only one of the following steps:
-
Create resources using the OpenShift Container Platform web console: In the OpenShift Container Platform web console, make sure that you are in the
stackroxnamespace. In the top menu, click + to open the Import YAML page. You can drag the init bundle file or copy and paste its contents into the editor, and then click Create. When the command is complete, the display shows that thecollector-tls,sensor-tls, andadmission-control-tlsresources were created. Create resources using the Red Hat OpenShift CLI: Using the Red Hat OpenShift CLI, run the following command to create the resources:
$ oc create -f <init_bundle.yaml> \ -n <stackrox>where:
<init_bundle.yaml>- Specifies the file name of the init bundle containing the secrets.
<stackrox>- Specifies the name of the project where Central services are installed.
Using the
kubectlCLI, run the following commands to create the resources:$ kubectl create namespace stackroxThis command creates the project where secured cluster resources will be installed. This example uses
stackrox.$ kubectl create -f <init_bundle.yaml> \ -n <stackrox>where:
<init_bundle.yaml>- Specifies the file name of the init bundle containing the secrets.
<stackrox>-
Specifies the project name that you created. This example uses
stackrox.
Verification
Restart Sensor to pick up the new certificates.
For more information about how to restart Sensor, see "Restarting the Sensor container" in the "Additional resources" section.
8.3.2. Next steps 링크 복사링크가 클립보드에 복사되었습니다!
- Install RHACS secured cluster services in all clusters that you want to monitor.