Giter Club home page Giter Club logo

Comments (3)

skalp avatar skalp commented on July 1, 2024

Answering myself, but if anyone get the issue:
if gke is configured as a routes based cluster, you'll get the error described above.
It works fine if gke is configured as a VPC native cluster.
Also, kubernetes >= 1.17 seems to be required to get v1.CSINode CRD support

from admiralty.

adrienjt avatar adrienjt commented on July 1, 2024

Hi @skalp ,

Proxy pods tolerate both taints since #44 was fixed, so you shouldn't have any problem with routes-based GKE clusters.

The pods deployed in a namespace with a multicluster.admiralty.io/elect: "" annotation set stay in Pending State.

The pods should be annotated with multicluster.admiralty.io/elect="", and the namespace should be labeled with multicluster-scheduler=enabled. It's a little convoluted, but that's how the webhook selects pods for now. We'll simplify soon.

Regarding CSINode support, please refer to #19. We actually just published a scheduler image that works with 1.16 (and maybe older versions). So you can override the image tag for the proxy-scheduler and candidate-scheduler deployments with 0.11.0-k1.16 and add , "--feature-gates", "CSINodeInfo=false"" to their args arrays.

The requirement for Kubernetes >=1.17 disappeared in the revamped documentation. I'll make sure it's clearer.

from admiralty.

skalp avatar skalp commented on July 1, 2024

@adrienjt Thanks for the clarifications

from admiralty.

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.