GithubHelp home page GithubHelp logo

jenkins-x-plugins / jx-charter Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 0.0 445 KB

a plugin for generating helm Chart CRDs from either helm secrets or chart repositories

License: Apache License 2.0

Dockerfile 0.20% Makefile 10.14% Go 56.46% Shell 18.67% Mustache 0.44% CSS 4.42% HTML 5.89% Smarty 3.78%

jx-charter's Introduction

jx-charter

Documentation Go Report Card Releases Apache Slack Status

jx-charter is a small command line tool and microservice for creating Helm Chart CRDs from helm releases for better metadata and reporting of what is running inside kubernetes without needing access to Secret resources.

To be able to helm list in any namespace you need access to the secrets in whatever namespaces you are looking. The Chart CRD allows developers and microservices to query the installed charts without requiring read access to secrets.

Also if you are using Jenkins X then helm releases are not created since it uses helm template and checks all resources into git for better versioning - so installing the jx-charter chart will create the Chart CRD and then Jenkins X will create a Chart CRD for each chart

Using the Chart CRD

Whether you use helm install or use Jenkins X (which uses helm template) you can list all of the charts in a namespace via...

kubectl get chart

or

kubectl get chart --all-namespaces

Commands

See the jx-charter command reference

Installation

To install the chart use the following:

  • Add jx3 helm charts repo
helm repo add jx3 https://storage.googleapis.com/jenkinsxio/charts

helm repo update
  • Install (or upgrade)
# This will install or upgrade the jx-charter chart in the current namespace (with a jx-charter release name)

helm upgrade --install jx-charter jx3/jx-charter

Uninstalling

To uninstall the chart, simply delete the release.

# This will uninstall jx-charter in the current namespace (assuming a jx-charter release name)

# Helm v3
helm uninstall jx-charter

jx-charter's People

Contributors

jenkins-x-bot avatar jstrachan avatar msvticket avatar pow-devops2020 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

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.