GithubHelp home page GithubHelp logo

Comments (7)

wkhere avatar wkhere commented on August 27, 2024 2

Yep,

adding a line number would be an obvious helpful addition to the error reporting

from kubeval.

sgalsaleh avatar sgalsaleh commented on August 27, 2024 2

Any updates on this?

from kubeval.

garethr avatar garethr commented on August 27, 2024

Good idea. I'll look into whether the YAML parser exposes this information, or I need to do something when handling errors of that type.

from kubeval.

orrc avatar orrc commented on August 27, 2024

Similarly, indicating which file failed would be useful. e.g. this runs against 16 files, but aborts if a single file fails, without mentioning which one:

$ kubeval -v 1.11.4 --strict **/*.yml
1 error occurred:

* Missing a kind key

And yes, line number would definitely be useful, e.g. a situation I just had: 😄

$ kubeval -v 1.11.4 --strict **/*.yml
…
The document dev/foo_deployment.yml contains an invalid Deployment
---> name: Additional property name is not allowed

$ grep name: dev/foo_deployment.yml | wc -l
      23

from kubeval.

 avatar commented on August 27, 2024

Any updates?

from kubeval.

uberspot avatar uberspot commented on August 27, 2024

+1 for a --verbose flag.

from kubeval.

tielur avatar tielur commented on August 27, 2024

+1 this would be super helpful RIGHT now 😆

from kubeval.

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.