Git Product home page Git Product logo

Comments (4)

davidebianchi avatar davidebianchi commented on June 4, 2024

Hi @Allure996, interesting idea.
In a first release, I avoided to combine different rules because if the rules are overlapped it's difficult to predict the correct operation of the sleep lifecycle.
It should be interesting to add the feature in a predictable way

from kube-green.

Allure996 avatar Allure996 commented on June 4, 2024

Hi @davidebianchi thanks for your answer.
I'm gonna try to make many sleepInfos overlap, and try to figure out if the right behaviour can be predicted

from kube-green.

gregoriopalama avatar gregoriopalama commented on June 4, 2024

@davidebianchi is this still valid? I would like to help on this.
What would be the best way to address a situation where the sleepInfos overlap and, let's say, one tells to wake up when the other tells to put a resource to sleep?

For example:

spec:
  sleepInfoRules:
    - weekdays: "1-5"
      sleepAt: "20:00"
      wakeUpAt: "07:00"
    - weekdays: "3-5"
      sleepAt: "21:00"   
      wakeUpAt: "05:00"

In this scenario, the rules are overlapping and incongruous. We could solve the issue with some assumptions, maybe raising a warning. If these rules have been set, maybe it's been for a mistake, or someone didn't read the previous rules before adding new ones. If so, then the best thing to do would be to merge the rules, and the first one would be the most important one. Kube-green is intended to put resources at sleep, after all, so making the largest rule win should be the correct behaviour.
Otherwise, if these rules are intended, then something is off, and the warning should be enough to notify that they need to be rewritten.

from kube-green.

davidebianchi avatar davidebianchi commented on June 4, 2024

Hi @gregoriopalama, yes it is still valid. It is not so easy to predict the overlap, so the check is not so easy to add.

We are talking about something similar also here, what do you think? In this way l, it will be possible to handle specific overlap in a straightforward way (but it does not cover all the cases).

from kube-green.

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.