Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job secrets-store-csi-driver-upgrade-crds fails on Oracle Linux 8.9 #1629

Open
girishrau opened this issue Sep 3, 2024 · 2 comments
Open
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.

Comments

@girishrau
Copy link

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.

$ kubectl -n csi-system get all
NAME                                              READY   STATUS   RESTARTS   AGE
pod/secrets-store-csi-driver-upgrade-crds-d4tqc   0/1     Error    0          15s
pod/secrets-store-csi-driver-upgrade-crds-zs4p9   0/1     Error    0          4s

NAME                                              STATUS    COMPLETIONS   DURATION   AGE
job.batch/secrets-store-csi-driver-upgrade-crds   Running   0/1           15s        15s

$ kubectl -n csi-system logs secrets-store-csi-driver-upgrade-crds-d4tqc
exec /kubectl: exec format error

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.

System Info:
  Kernel Version:             5.15.0-206.153.7.el8uek.x86_64
  OS Image:                   Oracle Linux Server 8.9
  Operating System:           linux
  Architecture:               amd64
  Container Runtime Version:  cri-o://1.30.0-296.el8
  Kubelet Version:            v1.30.1
  Kube-Proxy Version:         v1.30.1

The helm chart default values are being overridden only for the image repository and the image pull secrets. Default values for linux.enabled: true and windows.enabled: false are being used.

Which provider are you using:
I am just deploying the stock helm chart for now.

Environment:

  • Secrets Store CSI Driver version: (use the image tag): 1.4.5
  • Kubernetes version: (use kubectl version): 1.30.1
@girishrau girishrau added the kind/bug Categorizes issue or PR as related to a bug. label Sep 3, 2024
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 2, 2024
@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle rotten
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants