Job secrets-store-csi-driver-upgrade-crds fails on Oracle Linux 8.9 #1629
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
What steps did you take and what happened:
I am trying to deploy the secrets-csi-driver helm chart on a cluster running v1.30.1. The helm chart fails to deploy as the pre-install hook Job secrets-store-csi-driver-upgrade-crds fails to execute. The job pod logs seem to indicate a kubectl error. It seems like an architecture mismatch on the packaged binary.
I am unable to understand this error as I am deploying the helm chart with linux images on a linux amd64 platform. I need help understanding this error.
What did you expect to happen:
The helm chart should be successfully installed and all pods should be running.
Anything else you would like to add:
The cluster nodes are using an OS image based on Oracle Linux 8.9 amd64.
The helm chart default values are being overridden only for the image repository and the image pull secrets. Default values for
linux.enabled: true
andwindows.enabled: false
are being used.Which provider are you using:
I am just deploying the stock helm chart for now.
Environment:
kubectl version
): 1.30.1The text was updated successfully, but these errors were encountered: