https://github.com/adamreese/helm-tiller
Helm plugin for working with in-cluster tiller
https://github.com/adamreese/helm-tiller
helm helm-plugin
Last synced: 12 months ago
JSON representation
Helm plugin for working with in-cluster tiller
- Host: GitHub
- URL: https://github.com/adamreese/helm-tiller
- Owner: adamreese
- License: mit
- Created: 2016-12-13T08:17:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T06:01:54.000Z (over 8 years ago)
- Last Synced: 2025-04-14T19:12:01.111Z (about 1 year ago)
- Topics: helm, helm-plugin
- Language: Shell
- Size: 4.88 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Tiller Plugin
Helpers for working with in-cluster tiller
## Usage
```
Available Commands:
describe Show the output of kubectl describe
destroy Delete tiller from cluster
image Get the image of tiller
logs [-f] Show the logs from the tiller pod
pod Get the name of the tiller pod
```
## Install
```
$ helm plugin install https://github.com/adamreese/helm-tiller
Installed plugin: tiller
```