Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T06:01:54.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T15:57:41.954Z (8 months ago)
- Topics: helm, helm-plugin
- Language: Shell
- Size: 4.88 KB
- Stars: 8
- Watchers: 3
- 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
```