Chapter 9. Known issues


  • SKUPPER-2873 - Collector not reporting traffic correctly

    The collector may not accurately report traffic metrics in certain scenarios.

    Workaround

    To workaround this issue you can restart the deployment with:

    # Replace <your-namespace> with the site namespace.
    kubectl rollout restart deployment skupper-network-observer -n <your-namespace>
  • SKUPPER-2771 - Basic HTTP authentication does not work with NetObs operator

    If you install the Red Hat Service Interconnect Network Observer Operator and create a CR with spec.auth.strategy set to basic, you cannot log into console.

    Workaround

    To workaround this issue you can create a CR with:

    spec:
    ...
      auth:
        strategy: basic
      nginx:
        command:
          - nginx
          - -g
          - daemon off;
  • SKUPPER-2988 - Docker is not supported on IBM Power ppc64le

    Docker is not supported on IBM Power ppc64le.

    Workaround

    To workaround this issue, use Podman instead of Docker.

  • SKUPPER-2584 - Multiple Skupper Links

    You can create multiple links from one site to another. However, the links do not perform as expected. For example, traffic flow across multiple links with different costs might not be as expected.

    Workaround

    To workaround this issue, make sure a link does not exist before creating a new link.

Revised on 2026-06-30 11:34:52 UTC

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

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.

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 Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top