GithubHelp home page GithubHelp logo

Comments (3)

EvanBoyle avatar EvanBoyle commented on August 29, 2024

It looks like the pulumi schema doesn't support defaults for complex values: https://github.com/pulumi/pulumi/blob/0f9273fc7bba786dcc1e1e85008f3fabe9cfabec/pkg/codegen/schema/schema.go#L1322

What happens if you remove the default spec for resource?

resources:
  default:
    limits:
      cpu: 2000m
      memory: 2Gi
    requests:
      cpu: 1000m
      memory: 2Gi

Alternatively, is it possible to author the defaults at a property level? ie specify an individual default for each of cpu memory, etc. Pulumi can support defaults for individual properties that are string, bool, int, etc as it says in the error message.

from crd2pulumi.

Kamaradeivanov avatar Kamaradeivanov commented on August 29, 2024

Indeed if I remove the global default values for limit and requests it works well, but to do that I need to manualy change several files from the oficial CRD and this is not very userfriendly. Indeed I want to fully automate the update of each version. Could you please fix this in the next version ?

from crd2pulumi.

nifr avatar nifr commented on August 29, 2024

Related: #68

from crd2pulumi.

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.