Skip to content

Install a networking layer on IBM Z and IBM Power platforms

This additional step is required for installing the Kourier networking layer on IBM Z and IBM Power platforms.

Once you completed installing Kourier, patch the envoy image as described below. Use the envoy image included as part of the RedHat Maistra distribution. Maistra is an opinionated distribution of Istio designed to work with OpenShift and is supported on IBM Z and IBM Power platforms.

  1. Find the image name to use:

    1. Access the redhat catalog
    2. Choose the appropriate architecture (ppc64le/s390x) from the architecture drop down.
    3. Choose the latest tag from the list of available tags at the tag dropdown.
    4. Click on the "get this image" tab and copy the image name. For example: registry.redhat.io/openshift-service-mesh/proxyv2-rhel8@sha256:ced904...
  2. Patch the 3scale-kourier-gateway deployment in kourier-system namespace with latest available image using kubectl as shown below.

  kubectl patch deployment 3scale-kourier-gateway -n kourier-system -p \
  '{"spec":{"template":{"spec":{"containers":[{"name":"kourier-gateway" "image":"<the proxyv2 image name>"}]}}}}'

Note

  1. If there are authentication issues, create redhat developer account to pull images from redhat catalog.
  2. Please refer to the page to configure pull secrets

We use analytics and cookies to understand site traffic. Information about your use of our site is shared with Google for that purpose. Learn more.

× OK