Este contenido no está disponible en el idioma seleccionado.
Chapter 2. Creating the config.yaml file
Use this procedure to create the config.yaml
file. This file defines how Red Hat Trusted Application Pipeline (RHTAP) is deployed in your OpenShift cluster. It also enables RHTAP to detect and use any external integrations that you configure during installation.
Prerequisites
-
cluster-admin
access to your OpenShift Container Platform (OCP) cluster -
An active
rhtap-cli
container session
Procedure
In the
rhtap-cli
container, log in to your OpenShift cluster as a cluster administrator:bash-5.1$ oc login https://api.<cluster-domain>:6443 \ --username=cluster-admin \ --password=<your-password>
bash-5.1$ oc login https://api.<cluster-domain>:6443 \ --username=cluster-admin \ --password=<your-password>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Create the default configuration file:
bash-5.1$ rhtap-cli config --create
bash-5.1$ rhtap-cli config --create
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
This command creates a config.yaml
file that defines which components RHTAP installs and supports integration with pre-existing services. You can customize this file later to match your environment and deployment requirements.