Add support for s390x #1683
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Describe the solution you'd like
While inspecting the helm chart for the
secrets-store-csi-driver
, I noticed that some of the images required to deploy thesecrets-store-csi-driver
are not build for s390x. After some further inspection the following images do not support s390x:registry.k8s.io/csi-secrets-store/driver:v1.4.6
registry.k8s.io/csi-secrets-store/driver-crds:v1.4.6
The following images do already support s390x:
registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
registry.k8s.io/sig-storage/livenessprobe:v2.13.1
Anything else you would like to add:
I've started to investigate building the required container images on s390x. It looks like it would require modifying the build automation, specifically the BASE_IMAGE file but I'll need to make sure that the images actually build.
Environment:
s390x Image tag
kubectl version
): v1.29.6 (OpenShift version 4.16.3)The text was updated successfully, but these errors were encountered: