Giter Site home page Giter Site logo

Comments (4)

seiyar81 avatar seiyar81 commented on July 17, 2024 1

Hello @ParthaI !
Thanks you very much for your very quick support on this request, it works like a charm !!

from steampipe-plugin-kubernetes.

sebastianwebber avatar sebastianwebber commented on July 17, 2024 1

@ParthaI the PR is not working for me. Please see:

$ steampipe query
Welcome to Steampipe v0.21.2
For more information, type .help

> select name, resource_annotations from conn_example.kubernetes_mycrd where namespace = 'foo';
+------------+----------------------+
| name       | resource_annotations |
+------------+----------------------+
| bar        | <null>               |
+------------+----------------------+
>

$ k get mycrd/bar -o json | jq '.metadata.annotations' | wc -l
      10

I've redacted some values. Let me know if you need more info.

from steampipe-plugin-kubernetes.

ParthaI avatar ParthaI commented on July 17, 2024

Hello @seiyar81, I have raised a PR by adding a common column to the Custom Resource tables. It would be great if you could try it in the PR branch issue-195 and let us know your feedback.

Steps for querying the custom resource tables from the branch issue-195:

If you need anything else, please let us know.

Thanks you!

from steampipe-plugin-kubernetes.

ParthaI avatar ParthaI commented on July 17, 2024

@sebastianwebber, we appreciate your valuable feedback on Steampipe!

  • We've introduced a common column for CRD resources called annotations (this column will be present for each custom resource), not the column resource_annotations.
  • All annotations associated with a custom resource will now be populated in the annotations column.
  • Kindly attempt to retrieve the value of the annotations column for the custom resource.
  • If you encounter any issues or are unable to fetch the annotation value, could you please share the configuration file for the Kubernetes plugin located in ~/.steampipe/config/kubernetes.spc. Additionally, provide the *.yml file for the specific custom resource and its custom resource definition file? (This will help us dig into the issue more)

Kindly ensure that any sensitive information is redacted before sharing.

Thank You!

from steampipe-plugin-kubernetes.

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.