このコンテンツは選択した言語では利用できません。
Chapter 7. Deploying RHADS - SSC
Use this procedure to install Red Hat Advanced Developer Suite - software supply chain (RHADS - SSC) after completing all required configurations.
Prerequisites
-
The
tssccontainer is running. - You are logged into your OpenShift cluster with cluster-admin access.
-
You have customized the
config.yamlfile.
Procedure
In the container terminal, run the deployment command:
bash-5.1$ tssc deploy
bash-5.1$ tssc deployCopy to Clipboard Copied! Toggle word wrap Toggle overflow NoteThe installation process typically takes around an hour to complete if all the components are deployed. Additionally, Advanced Cluster Security (ACS) checks can take up to 45 minutes to complete and might fail due to a timeout. If deployment fails, run the
tssc deploycommand again before contacting support.You can run the installation program multiple times, but doing so after manually changing the configuration of a product might have unpredictable results.
Monitor the command output. As the deployment progresses, the CLI prints useful information, including URLs and access instructions for the deployed components. You can save the output to a file, such as
values.txt, for future reference. The output might include:- The Developer Hub (Backstage) URL
- ACS, and other dashboards (if deployed)
- Component-specific guidance or status messages
To access the Developer Hub UI, use the link provided on your GitHub App page or the one shown in the installation output. It begins with:
https://backstage-developer-hub-tssc-dh.apps.<cluster_name>.<base_domain>
https://backstage-developer-hub-tssc-dh.apps.<cluster_name>.<base_domain>Copy to Clipboard Copied! Toggle word wrap Toggle overflow