Git Product home page Git Product logo

Comments (3)

tiina303 avatar tiina303 commented on June 24, 2024

We only need to change

  1. ingress.yaml for networking.k8s.io/v1beta1
  2. clickhouse crds for apiextensions.k8s.io/v1beta1

Note that the frontend config is networking.gke not k8s which isn't getting deprecated yet and is still used in various docs e.g. https://cloud.google.com/kubernetes-engine/docs/how-to/ingress-features#1.16-gke.3+_1

based on

$ grep "/v1beta1" -r charts/posthog
charts/posthog/crds/clickhouse_installation_template.yaml:apiVersion: apiextensions.k8s.io/v1beta1
charts/posthog/crds/clickhouse_operator_configurations.yaml:apiVersion: apiextensions.k8s.io/v1beta1
charts/posthog/crds/clickhouse_installation.yaml:apiVersion: apiextensions.k8s.io/v1beta1
charts/posthog/templates/gce-frontend-config.yaml:apiVersion: networking.gke.io/v1beta1
charts/posthog/templates/ingress.yaml:apiVersion: networking.k8s.io/v1beta1
charts/posthog/templates/ingress.yaml:    networking.gke.io/v1beta1.FrontendConfig: "{{ .Release.Name }}-frontend-config"

from charts-clickhouse.

tiina303 avatar tiina303 commented on June 24, 2024

TODO: add a 1.22 test to the ci as well

from charts-clickhouse.

tiina303 avatar tiina303 commented on June 24, 2024

Based on the earlier grep (no more v1beta1's) the good news is we're going to be k8s 1.25 compatible (as of now, I'm sure they will add more stuff there) after these changes as we don't have anything that will be deprecated there https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-25

from charts-clickhouse.

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.