Coder Social home page Coder Social logo

Comments (4)

majst01 avatar majst01 commented on June 21, 2024

We are not aware how openshift manages api versioning and which k8s version is implemented in openshift 4.9.

Current k8s client.go master branch (v1.23alpha) still implements v1beta1.CSINode listers
https://github.com/kubernetes/client-go/blob/master/listers/storage/v1beta1/csinode.go#L33

from csi-driver-lvm.

gnunn1 avatar gnunn1 commented on June 21, 2024

You can view the OpenShift documentation which notes the removal of the vibeta1 APIs as being driven by kubernetes 1.22 here:

https://docs.openshift.com/container-platform/4.9/release_notes/ocp-4-9-release-notes.html#ocp-4-9-removed-kube-1-22-apis

It links to the kubernetes docs which notes the removal of these APIs here:

https://kubernetes.io/docs/reference/using-api/deprecation-guide/#storage-resources-v122

from csi-driver-lvm.

mwennrich avatar mwennrich commented on June 21, 2024

If you like to try it out, there is an updated (but not yet released) version of the helm-chart here:
https://github.com/metal-stack/helm-charts/tree/master/charts/csi-driver-lvm

contains (beside other updates):
https://github.com/metal-stack/helm-charts/blob/master/charts/csi-driver-lvm/templates/common.yaml#L1-L6

from csi-driver-lvm.

gnunn1 avatar gnunn1 commented on June 21, 2024

Thanks, that help chart does work fine though I did need to add the anyuid and privilege SCCs (OpenShift's version of PSP) to the controller and plugin service accounts. After that it works great.

One question, are you supposed to be able to just past the devicePattern, if I comment out vgName it complains that it is a required value and always seems to prefer it. It's not a big deal to create an LVM PV and VG ahead of time though.

from csi-driver-lvm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.