charts

command module
v0.0.0-...-4a27f5c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2017 License: MIT Imports: 8 Imported by: 0

README

charts

Build Status Contributions Welcome Go Report Card

A simple Helm charts server and service template for Kubernetes environment

Configure Helm

Sets up local helm configuration by reading config (default '~/.kube/config') and using the default context. Assumed ~/.kube/config already configured properly and using correct default context.

helm init

Add charts repository

This command registers specified charts repository served on https://services.k8s.community/charts

helm repo add community-charts https://services.k8s.community/charts

Get charts repository information

Update information on available charts in all registered chart repositories

helm repo up

Show charts repository list

helm repo list

Search any chart in repository

helm search [keywords]

Release chart

First or manually release of the chart in default kubernetes namespace

helm install <your-release-name> <absolute path to the chart> --wait

Upgrade/install the release k8sapp-stage in repository community-charts on stage kubernetes namespace

helm upgrade k8sapp-stage community-charts/k8sapp -i --wait --namespace=stage

Releases information

See all releases with revisions

helm list

Contributors (unsorted)

All the contributors are welcome. If you would like to be the contributor please accept some rules.

  • The pull requests will be accepted only in "develop" branch
  • All modifications or additions should be tested

Thank you for your understanding!

License

MIT Public License

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL