Git Product home page Git Product logo

Comments (3)

Kidswiss avatar Kidswiss commented on June 25, 2024 5

@timbrd

Can you try this?

k apply -f https://github.com/k8up-io/k8up/releases/download/v2.8.0/k8up-crd.yaml --server-side

The problem is most likely with the kubectl.kubernetes.io/last-applied-configuration annotation that kubectl uses to track the apply. It basically contains a copy of the whole CRD and it looks like with the latest release they just crossed the threshold of the allowed annotation size.

Using --server-side with the apply doesn't create the kubectl.kubernetes.io/last-applied-configuration annotation, so it should apply.

from k8up.

timbrd avatar timbrd commented on June 25, 2024

Version 2.7.2 works as expected:

❯ k apply -f https://github.com/k8up-io/k8up/releases/download/v2.7.2/k8up-crd.yaml
customresourcedefinition.apiextensions.k8s.io/archives.k8up.io configured
customresourcedefinition.apiextensions.k8s.io/backups.k8up.io configured
customresourcedefinition.apiextensions.k8s.io/checks.k8up.io configured
customresourcedefinition.apiextensions.k8s.io/prebackuppods.k8up.io created
customresourcedefinition.apiextensions.k8s.io/prunes.k8up.io configured
customresourcedefinition.apiextensions.k8s.io/restores.k8up.io configured
customresourcedefinition.apiextensions.k8s.io/schedules.k8up.io configured
customresourcedefinition.apiextensions.k8s.io/snapshots.k8up.io configured

from k8up.

timbrd avatar timbrd commented on June 25, 2024

Sorry for the late response, I wasn't able to check your suggestion. Using the server side rendering, my cluster could load the CRD.

from k8up.

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.