このコンテンツは選択した言語では利用できません。

Chapter 4. Installing the CRDs and controller using YAML


As an alternative to the Red Hat Service Interconnect Operator, you can use YAML to install the CRDs and controller.

Prerequisites

  • cluster-admin access to a cluster.

Procedure

  1. Download YAML files, choose the latest Version for 2.2 at Software Downloads and download the Skupper deployments (yamls).
  2. Determine the scope of the installation:

    • cluster - You can create a site in any namespace (skupper-cluster-scope-2.2.1-rh.yaml).
    • namespace - Although the installation affects the entire cluster, you can only create a site in the namespace where the YAML is deployed (skupper-namespace-scope-2.2.1-rh.yaml).
  3. To install Red Hat Service Interconnect cluster wide, apply the YAML:

    $ kubectl apply -f skupper-cluster-scope-2.2.1-rh.yaml
    Note

    This YAML installs the controller and supporting resources in the skupper namespace.

  4. To install Red Hat Service Interconnect in a specific namespace:

    1. Create a namespace, for example:

      $ kubectl create namespace west
      $ kubectl config set-context --current --namespace west
    2. Apply the namespace scoped YAML:

      $ kubectl apply -f skupper-namespace-scope-2.2.1-rh.yaml
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

Red Hat ドキュメントについて

Legal Notice

Theme

© 2026 Red Hat
トップに戻る