Giter Club home page Giter Club logo

Comments (6)

kvaps avatar kvaps commented on September 24, 2024

Shouldn't it be created automatically?

from etcd-operator.

AlexGluck avatar AlexGluck commented on September 24, 2024

Should we focus on the alpha2 version of the specification and stop expanding alpha1? Writing and rewriting code can be uncomfortable for developers.

from etcd-operator.

kvaps avatar kvaps commented on September 24, 2024

@AlexGluck We need to create next API version only in case if some field get removed or renamed

from etcd-operator.

sircthulhu avatar sircthulhu commented on September 24, 2024

@AlexGluck Creating next api version will force us to update both old and new CRD leading to even more uncomfortable development :)

See kubebuilder docs

In Kubernetes, all versions must be safely round-tripable through each other. This means that if we convert from version 1 to version 2, and then back to version 1, we must not lose information. Thus, any change we make to our API must be compatible with whatever we supported in v1, and also need to make sure anything we add in v2 is supported in v1. In some cases, this means we need to add new fields to v1, but in our case, we won’t have to, since we’re not adding new functionality.

from etcd-operator.

AlexGluck avatar AlexGluck commented on September 24, 2024

While we don't accepted PR #63 we can be on time move key.

from etcd-operator.

sergeyshevch avatar sergeyshevch commented on September 24, 2024

For now we can use this specification #62 (comment) for PDB and extend it later if required

from etcd-operator.

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.