GithubHelp home page GithubHelp logo

Comments (2)

rg0now avatar rg0now commented on May 31, 2024

Thanks for the report. We are aware of the situation: GKE seems be advancing the supported Gateway API versions fairly rapidly (too rapidly, if you ask me).

Anyway, we have upgraded STUNner to the new version of the Kubernetes Gateway API. Let me quickly summarize the new rules in the hope that people hitting the same issue will find it useful:

  • Currently you have to install STUNner from the dev channel; this restriction will go away once we get to release STUNner v0.16 (1-2 weeks).
  • If you are on GKE Autopilot then you must to use the v1beta1 version of GatewayClass and Gateway resources (GatewayConfigs remain at v1alpha1 and UDPRoutes at v1alpha2 though). This is done by rewriting the first line of GatewayClass and Gateway YAMLs from apiVersion: gateway.networking.k8s.io/v1alpha2 to apiVersion: gateway.networking.k8s.io/v1beta1 and things should go fine.
  • Anyone else may still use the v1alpha2 version of GatewayClass and Gateway resources, but Kubernetes will silently rewrite the API version to v1beta1 on both types of resource. Our current understanding is that this may cause problems with ArgoCD (not tested), so the safest bet at this point is to likewise rewrite all Gateways and GatewayClasses to v1beta1.

This subtlety will stay with us until the Gateway API goes GA (hopefully this year), but then we'll have to make another API version upgrade (from v1beta1 to v1). This is the price we pay for STUNner tracking a beta Kubernetes API: once things settle upstream we'll release STUNner v1 and then that should settle API versioning troubles for the foreseeable time. Please report any breakage you encounter meanwhile.

from stunner.

rg0now avatar rg0now commented on May 31, 2024

Closing this since this is not a STUNner issue. Let's hope Google will update GKE to the Gateway API v1 soon.

from stunner.

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.