IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

feat: Support Power and Z processor architectures #315

Closed nastacio closed 8 months ago

nastacio commented 9 months ago

Is your feature request related to a problem? Please describe. This repository has been tested solely with x86 processor architecture, but OpenShift and Cloud Paks support Power and Z processor architectures.

We'd like to ensure that this repository also works with Power and Z processor architectures.

Describe the solution you'd like Attempt to deploy one or more Cloud Paks in this repository on a Power-based system, making required modifications as needed.

Describe alternatives you've considered None, the requirement is pretty narrow.

Additional context None.

nastacio commented 9 months ago

The first finding is that the image quay.io/openshift/origin-cli:latest used across many of the Argo CD synchronization hooks is exclusive to the x86 architecture.

Talking to an OpenShift expert surfaced a possible replacement that is supported on the three processor architectures: registry.redhat.io/openshift4/ose-cli:latest, which is located at https://catalog.redhat.com/software/containers/openshift4/ose-cli/5cd9ba3f5a13467289f4d51d?architecture=ppc64le&image=659f24c2fc35012777bbcc4a

nastacio commented 8 months ago

:tada: This issue has been resolved in version 0.37.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: