Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.

Chapter 6. Installing RHTAP in your cluster


Once you have created a GitHub application and a private values.yaml file, you are ready to install RHTAP. The actual installation process is quite simple.

Prerequisites

  • ClusterAdmin access to OCP cluster via CLI
  • A private-values.yaml file (generated during the previous procedure)

Procedure

  1. In your CLI, access your OCP cluster as ClusterAdmin.

    $  oc login [cluster address] -u kubeadmin -p [password]
  2. Add the installer Helm repository to your local system.

    $ helm repo add openshift-helm-charts https://charts.openshift.io/
    1. If you already added this Helm repository earlier, update your Helm repositories.

      $ helm repo update
  3. In the directory where you ran bin/make.sh, run the install command. Installation may take ten minutes or longer to complete.

    $ helm upgrade installer openshift-helm-charts/redhat-trusted-application-pipeline --install --create-namespace --namespace rhtap --timeout 20m --values private-values.yaml
    Note

    After --namespace you can specify any namespace you want; you do not have to use rhtap.

  4. Once installation is complete, the installer provides output. Label and save the PipelineRun file that the installer generates in ~/install_values.txt.
  5. Copy and paste the entire PipelineRun, from cat << EOF | kubectl create to EOF, into your command line. Press enter to execute this PipelineRun.
  6. Once the PipelineRun completes, it provides output which includes a link. If you are not already logged into the OpenShift web console, login first. Then open the link from the PipelineRun output.

Troubleshooting

  • If Helm is unable to successfully install RHTAP for any reason, try deleting the rhatp project in your cluster, and running the install command again.
Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können. Entdecken Sie unsere neuesten Updates.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Theme

© 2026 Red Hat
Nach oben