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

CSI helm charts doesn't verify support of seLinuxMount by k8s #4474

Closed
dragoangel opened this issue Mar 5, 2024 · 1 comment · Fixed by #4475
Closed

CSI helm charts doesn't verify support of seLinuxMount by k8s #4474

dragoangel opened this issue Mar 5, 2024 · 1 comment · Fixed by #4475

Comments

@dragoangel
Copy link
Contributor

dragoangel commented Mar 5, 2024

Describe the bug

Starting from 3.10.2 chart version seLinuxMount was added without checking k8s cluster version.

Environment details

  • Image/version of Ceph CSI driver : doesn't matter
  • Helm chart version : 3.10.2
  • Kernel version : doesn't matter
  • Mounter used for mounting PVC (for cephFS its fuse or kernel. for rbd its
    krbd or rbd-nbd) : doesn't matter
  • Kubernetes cluster version : 1.24.x and lower
  • Ceph cluster version : doesn't matter

Steps to reproduce

Steps to reproduce the behavior:

  1. have k8s with version of 1.24.x or lower
  2. try install ceph csi helm chart with version 3.10.2
  3. see error that seLinuxMount not supported but tried to be created by csidriver-crd.yaml

Actual results

Can't install ceph csi on k8s version lower then 1.25.x

Expected behavior

No error occurred

Logs

N/A

Additional context

Kubernetes CSI Developer Documentation

@dragoangel
Copy link
Contributor Author

oops, I actually see that I created a duplicated issue #4437

@mergify mergify bot closed this as completed in #4475 Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant