Giter Site home page Giter Site logo

Comments (4)

mew2057 avatar mew2057 commented on May 31, 2024

@smitaraut @dunnevan @yadaven @aspalazz :
A few problems that I don't have answers for:

  • The lint requires that we drop security privileges and then request the privileges we need. I know for openshift, we need privilege mode, but this could be a

  • For resources we need to define the minimum and maximum allowed CPU, per container. Getting this perfectly correct is not a huge deal, because it's a compressible value.

  • For resources we need to define the minimum and maximum allowed Memory usage per container. Getting this right is a huge deal, because if we don't give the container enough, it will restart.

  • hostPath is apparently taboo in CloudPak land, so we need to address that.

  • We need a livenessProbe for the containers. For the operator I just used a dummy script, because block did something similar.

  • beta.kubernetes.io/arch I think I fixed this one with the operator, because this has been replaced with kubernetes.io/arch.


This is literally a jinja2 template of https://github.com/IBM/ibm-spectrum-scale-csi-driver/blob/master/deploy/csi-plugin-provisioner.yaml_template

from ibm-spectrum-scale-csi.

smitaraut avatar smitaraut commented on May 31, 2024

Is this still valid?

from ibm-spectrum-scale-csi.

mew2057 avatar mew2057 commented on May 31, 2024

Technically yes, we still need a liveness probe and resource management, but apparently the rest were less of an issue.

from ibm-spectrum-scale-csi.

deeghuge avatar deeghuge commented on May 31, 2024

Duplicate of issue #467

from ibm-spectrum-scale-csi.

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.