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 Advanced Developer Suite - software supply chain (RHADS - SSC) is deployed in your OpenShift cluster. It also enables RHADS - SSC to detect and use any external integrations that you configure during installation.
Prerequisites
-
cluster-adminaccess to your OpenShift Container Platform (OCP) cluster -
An active
tssccontainer session
Procedure
In the
tssccontainer, 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>Create the default configuration file:
bash-5.1$ tssc config --create
This command creates a config.yaml file that defines which components RHADS - SSC installs and supports integration with pre-existing services. You can customize this file later to match your environment and deployment requirements.