vmware-archive / helm-crd

Experimental CRD controller for managing Helm releases
Apache License 2.0
100 stars 13 forks source link

Add a basic client as a kubectl plugin #5

Closed anguslees closed 6 years ago

anguslees commented 6 years ago

This change adds a basic client that will interact with HelmRelease CRD objects. It implements basic init/list/install/update/delete commands modeled after the real helm cli tool.

To install, copy <repo>/plugin/helm/ dir to ~/.kube/plugins/helm/ and then run kubectl plugin helm ...