You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the secrets-store-csi-driver are not build for s390x. After some further inspection the following images do not support s390x:
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
Secrets Store CSI Driver version: (use the image tag): v1.4.6
Kubernetes version: (use kubectl version): v1.29.6 (OpenShift version 4.16.3)
The text was updated successfully, but these errors were encountered:
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: