https://github.com/adamreese/helm-local
Helm plugin to run Tiller as a local daemon
https://github.com/adamreese/helm-local
helm helm-plugin
Last synced: 9 months ago
JSON representation
Helm plugin to run Tiller as a local daemon
- Host: GitHub
- URL: https://github.com/adamreese/helm-local
- Owner: adamreese
- License: mit
- Created: 2018-02-20T23:12:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T02:54:39.000Z (almost 8 years ago)
- Last Synced: 2025-04-14T19:12:05.711Z (about 1 year ago)
- Topics: helm, helm-plugin
- Language: Shell
- Size: 4.88 KB
- Stars: 22
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Local Plugin
Run Tiller as a local daemon.
```
helm local [command]
```
You can setup environment variables to run helm commands directly.
```
source <(helm local env)
helm list
```
## Usage
```
helm local [command]
Environment:
TILLER_ADDR address:port to listen on (default ":44134")
TILLER_ARGS extra args to pass to Tiller
TILLER_BIN Tiller binary to use
TILLER_LOG log to file (default: "/tmp/tiller.log")
Available Commands:
env setup environment variables
kill kill running instance of Tiller
start start a local Tiller instance
status get status of running Tiller
```
## Install
```
$ helm plugin install https://github.com/adamreese/helm-local
Installed plugin: local
```