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.0 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.0.0-rh.yaml).
    • namespace - you can only create a site in the namespace where the YAML is deployed (skupper-namespace-scope-2.0.0-rh.yaml).
  3. To install Red Hat Service Interconnect cluster wide, apply the YAML:

    $ kubectl apply -f skupper-cluster-scope-2.0.0-rh.yaml
    Copy to Clipboard Toggle word wrap
Note

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

  1. 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
      Copy to Clipboard Toggle word wrap
    2. Apply the namespace scoped YAML:

      $ kubectl apply -f skupper-namespace-scope-2.0.0-rh.yaml
      Copy to Clipboard Toggle word wrap
Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat