Code Monkey home page Code Monkey logo

Comments (14)

fejta-bot avatar fejta-bot commented on July 3, 2024

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

from csi-driver-host-path.

fejta-bot avatar fejta-bot commented on July 3, 2024

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten

from csi-driver-host-path.

pohly avatar pohly commented on July 3, 2024

/remove-lifecycle rotten

from csi-driver-host-path.

misterikkit avatar misterikkit commented on July 3, 2024

In addition to resource requests, we should recommend a pod priority

As mentioned on the mailing list. An important DaemonSet should also have a blanket toleration.

DaemonSets that are system-critical are recommended to include a blanket-toleration. Such a pod will never be evicted by a taint.

For example,
$ k get ds -n kube-system kube-proxy -oyaml
apiVersion: extensions/v1beta1
kind: DaemonSet
#snip
spec:
#snip
      tolerations:
      - effect: NoExecute
        operator: Exists
      - effect: NoSchedule
        operator: Exists

from csi-driver-host-path.

msau42 avatar msau42 commented on July 3, 2024

/help

from csi-driver-host-path.

k8s-ci-robot avatar k8s-ci-robot commented on July 3, 2024

@msau42:
This request has been marked as needing help from a contributor.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-help command.

In response to this:

/help

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

from csi-driver-host-path.

cwdsuzhou avatar cwdsuzhou commented on July 3, 2024

if we deploy it under kube-system, we may use system-node-critical priority class directly.

from csi-driver-host-path.

fejta-bot avatar fejta-bot commented on July 3, 2024

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

from csi-driver-host-path.

pohly avatar pohly commented on July 3, 2024

/remove-lifecycle stale

from csi-driver-host-path.

Kartik494 avatar Kartik494 commented on July 3, 2024

@pohly can we have generic resources limits of memory and cpu define for each yaml? or should i implement all resource limit of memory and cpu as default in yaml define in docs

from csi-driver-host-path.

pohly avatar pohly commented on July 3, 2024

What do you mean with "generic resource limits"?

I don't know what the recommended way of determining resource limits is. It probably implies running the pods and then measuring, but I don't know how or what.

from csi-driver-host-path.

Kartik494 avatar Kartik494 commented on July 3, 2024

@pohly here i would like to know that is that any criteria for defining resources for each pod, example for csi-hostpath-attacher pod , what would be the resource limit for cpu and memory.

from csi-driver-host-path.

fejta-bot avatar fejta-bot commented on July 3, 2024

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

from csi-driver-host-path.

pohly avatar pohly commented on July 3, 2024

/remove-lifecycle stale
/lifecycle frozen

from csi-driver-host-path.

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.