Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Support helm template | kubectl apply -f - #915

Open
danmikita opened this issue Dec 17, 2018 · 3 comments
Open

Support helm template | kubectl apply -f - #915

danmikita opened this issue Dec 17, 2018 · 3 comments

Comments

@danmikita
Copy link

Draft is an excellent local development tool, but many production kubernetes (and openshift) installations do not use Tiller. Although Helm 3 will be getting rid of Tiller, adding helm template | kubectl apply -f - for the Helm 2 version of Draft would increase adoption.

@j-rewerts
Copy link

Love this idea. Is the right place for this here or with Helm?

@danmikita
Copy link
Author

My thought is that since draft currently utilizes the Helm go package, which doesn't have a clean template implementation (the template cmd is pretty much a hodge-podge of the functions leading up to the install cmd), it would need to be manually implemented in Draft. That being said - with Helm 3 and the removal of Tiller imminent, this issue may be resolved on its own.

@bacongobbler
Copy link
Contributor

In Helm 3 the template command has been re-architected to cleanly re-use the same package as helm install so it should be easier to implement in that time.

helm/helm#5171

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants