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

Chapter 1. Installing the Skupper CLI


The Skupper CLI provides a method to create both Kubernetes and Podman sites.

Note

Podman sites are a Technology Preview feature as described in Release Notes

Prerequisites

  • Your subscription has been activated and your system is registered. For more information about using the Customer Portal to activate your Red Hat subscription and register your system for packages, see Chapter 6, Using your subscription.

Procedure

  1. Use the subscription-manager command to subscribe to the required package repositories. Replace <version> with 1 for the main release stream or 1.4 for the long term support release stream.

    Red Hat Enterprise Linux 8
    $ sudo subscription-manager repos --enable=service-interconnect-_<version>_-for-rhel-8-x86_64-rpms
    Copy to Clipboard Toggle word wrap
    Red Hat Enterprise Linux 9
    $ sudo subscription-manager repos --enable=service-interconnect-_<version>_-for-rhel-9-x86_64-rpms
    Copy to Clipboard Toggle word wrap
  2. Use the yum or dnf command to install the skupper command:

    $ sudo dnf install skupper-cli
    Copy to Clipboard Toggle word wrap
  3. If you want to run skupper to create a podman site on RHEL 8, you need to configure podman to use netavark if it is not already configured:

    1. Check if netavark is configured as the podman network backend:

      $ podman info | grep networkBackend
      Copy to Clipboard Toggle word wrap
    2. If netavark is not listed as the backend, install it:

      $ sudo dnf install netavark
      Copy to Clipboard Toggle word wrap
    3. Configure podman to use netavark by making sure the following lines exist in the /etc/containers/containers.conf file:

      [network]
      network_backend = "netavark"
      Copy to Clipboard Toggle word wrap
    4. Verify the new configuration by repeating step a.

Additional information

  • See Getting Started for instructions about creating a site.
  • Use man containers.conf to view more information about podman configuration.
Nach oben
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

© 2025 Red Hat