Giter VIP home page Giter VIP logo

Comments (6)

sebastien-prudhomme avatar sebastien-prudhomme commented on August 29, 2024 2

I've fixed the Kubernetes minimum version in #349.

from charts.

cartucciam avatar cartucciam commented on August 29, 2024 1

We fixed this by setting the updater image back to 0.9.2. The issue remains though as the default values of the chart aren't consistent with its targeting 1.21+

from charts.

sebastien-prudhomme avatar sebastien-prudhomme commented on August 29, 2024

Hi @cartucciam, the official doc is not always correct.

I can confirm that the recommender is working fine on version 1.21. The updater seems to need version 1.22.

On what version of Kubernetes have you seen a problem?

from charts.

cartucciam avatar cartucciam commented on August 29, 2024

Hi @sebastien-prudhomme, thanks for answering this, we had issues running the chart on
1.21, the eviction stopped working complaining of a legacy API version.

If the updater seems to need version 1.22 why the chart targets k8s >= 1.21 and uses 0.12 as default for its image?

from charts.

brsolomon-deloitte avatar brsolomon-deloitte commented on August 29, 2024

Confirming this was an issue for us also in that the image tag 0.12.0 broke on Kubernetes 1.21 (as the vertical-pod-autoscaler docs disclose that they will); we needed to set

vertical-pod-autoscaler:
  admissionController:
    image:
      tag: 0.9.2
  updater:
    image:
      tag: 0.9.2
  recommender:
    image:
      tag: 0.9.2

otherwise, the updater was failing to evict pods:

evicting pod hamster-96d4585b7-8blzn failed: Eviction in version "v1" cannot be handled as a Eviction: no kind "Eviction" is registered for version "policy/v1" in scheme "k8s.io/kubernetes/pkg/api/legacyscheme/scheme.go:30"

from charts.

cartucciam avatar cartucciam commented on August 29, 2024

I've fixed the Kubernetes minimum version in #349.

Thanks!!!

from charts.

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.