Skip to content

Commit

Permalink
Add README on helmls
Browse files Browse the repository at this point in the history
  • Loading branch information
so0k committed Dec 12, 2017
1 parent 1109111 commit 0410fbf
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
# Helmns
This repository provides both `helmns` and `helmls` tools.

helmns is a [Helm](http://helm.sh) cli wrapper forcing `--tiller-namespace` to match kubectl context.
**`helmns`** `helm` cli wrapper forcing `--tiller-namespace` to match kubectl context

**`helmls`** a small script to list Helm releases across all `--tiller-namespaces`

# helmns

`helmns` is a [Helm](http://helm.sh) cli wrapper forcing `--tiller-namespace` to match kubectl context.

This is meant to simplify management for Kubernetes clusters with RBAC enabled and where tiller is heavily locked down per namespace.

# helmls

`helmls` is a small script to list Helm releases across all `--tiller-namespaces`.

-----

## Installation

Since `helmns` is written in Bash, it can run in shells that support POSIX standards.
Since `helmns` and `helmls` are written in Bash, they can run in shells that support POSIX standards.

- Download the `helmns` script
- Download the `helmns` and `helmls` scripts
- Either:
- save to somewhere in your `PATH`,
- or save to a directory, then create symlinks to `helmns` from somewhere in your `PATH`, like `/usr/local/bin`
- Make `helmns` executable (`chmod +x ...`)
- save all somewhere in your `PATH`,
- or save to a directory, then create symlinks from somewhere in your `PATH`, like `/usr/local/bin`
- Make scripts executable (`chmod +x ...`)

-----

Expand Down

0 comments on commit 0410fbf

Please sign in to comment.