이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 1. Installing Red Hat Edge Manager on Red Hat OpenShift Container Platform


Red Hat OpenShift Container Platform users can install Red Hat Edge Manager from the Software Catalog in the Hybrid Cloud Console. This procedure guides you through project creation, certificate configuration, and application deployment.

Prerequisites

  • An active Red Hat Edge Manager subscription.
  • An Red Hat OpenShift Container Platform cluster version 4.19 or later.
  • Cluster administrator permissions.
  • The OpenShift CLI (oc) installed and authenticated.

Procedure

  1. Log into the Red Hat OpenShift Container Platform web console.
  2. In your terminal, run the following command to create a project for the Red Hat Edge Manager application services:

    $ oc new-project <project_name>
    Copy to Clipboard Toggle word wrap
  3. In the Red Hat OpenShift Container Platform web console, navigate to Ecosystem Software Catalog.
  4. Select your project from the Project dropdown menu.

    Note

    If the project does not appear in the dropdown, refresh your browser.

  5. Search for "Red Hat Edge Manager" and select the Red Hat Edge Manager tile.
  6. In the Red Hat Edge Manager side panel, click Create.
  7. In the Release name field, enter the name of your project.
  8. Select the desired version from the Chart version dropdown menu.
  9. Before finishing the installation, you must configure the ingress certificates. In your terminal, run the following commands to extract the cluster’s Certificate Authority (CA) bundle:

    $ oc get configmap default-ingress-cert \
        -n openshift-config-managed \
        -o jsonpath='{.data.ca-bundle\.crt}' > /tmp/ingress-ca.crt
    
    $ cat /tmp/ingress-ca.crt
    Copy to Clipboard Toggle word wrap
  10. Under the Configure via section, select the YAML view radio button, locate the global.auth.caCert field and paste the contents of /tmp/ingress-ca.crt as shown below:

    Example YAML configuration

    global:
      auth:
        caCert: |
          -----BEGIN CERTIFICATE-----
          MIIDWzCCAkOgAwIBAgIIUUg1fwtYuLYwDQYJKoZIhvcNAQELBQAwJjEkMCIGA1UE
          ...
          [Full certificate content]
          ...
          -----END CERTIFICATE-----
        insecureSkipTlsVerify: false
    Copy to Clipboard Toggle word wrap

    Warning

    Ensure global.auth.caCert is correctly indented. If this field is missing or malformed, managed edge devices will be unable to verify the API identity and will fail to connect.

    Note

    If Advanced Cluster Management (ACM) is present in your environment but you are using Red Hat Edge Manager as a standalone feature, set the global.enableMulticlusterExtensions parameter to false.

  11. Click Create to deploy Red Hat Edge Manager.

Verification: Retrieving the User Interface URL

Once the pods are running, obtain the external URL to access the Red Hat Edge Manager dashboard.

  1. In your terminal, run the following command to retrieve the host address:

    $ oc get route flightctl-ui -n <project_name> -o jsonpath='{.spec.host}'
    Copy to Clipboard Toggle word wrap
  2. Copy the returned URL and paste it into a web browser.
  3. Log in using your administrator credentials.
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2026 Red Hat
맨 위로 이동