×

Apply the init bundle by using it to create resources.

Creating resources by using the init bundle

Before you install secured clusters, you must use the init bundle to create the required resources on the cluster that will allow the services on the secured clusters 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.

Procedure
  • Using the kubectl CLI, run the following commands to create the resources:

    $ kubectl create namespace stackrox (1)
    $ kubectl create -f <init_bundle>.yaml \ (2)
      -n <stackrox> (3)
    
    1 Create the project where secured cluster resources will be installed. This example uses stackrox.
    2 Specify the file name of the init bundle containing the secrets.
    3 Specify the project name that you created. This example uses stackrox.
Next Step
  • Install RHACS secured cluster services in all clusters that you want to monitor.