Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete script based installer #372

Merged
merged 1 commit into from
Dec 21, 2019
Merged

Delete script based installer #372

merged 1 commit into from
Dec 21, 2019

Conversation

tamalsaha
Copy link
Contributor

Maintaining 2 installers has become a lot of work. Also, it is becoming difficult to maintain option parity between chart and script installers. With the advent of helm 3, the primary issue with Helm (tiller) is also gone. Helm is much more ubiquitous today than when we started the project. So, we can going to just maintain the helm chart based installer. Those who prefer to not use helm, can continue to use helm template | kubectl apply - to install kubed.

Signed-off-by: Tamal Saha tamal@appscode.com

Maintaining 2 installers has become a lot of work. Also, it is becoming difficult to maintain option parity between chart and script installers. With the advent of helm 3, the primary issue with Helm (tiller) is also gone. Helm is much more ubiquitous today than when we started the project. So, we can going to just maintain the helm chart based installer. Those who prefer to not use helm, can continue to use `helm template | kubectl apply -` to install kubed.

Signed-off-by: Tamal Saha <tamal@appscode.com>
@tamalsaha tamalsaha merged commit 4e9ccfd into master Dec 21, 2019
@tamalsaha tamalsaha deleted the del-script branch December 21, 2019 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant