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

Add support for Kubernetes new Chart format #92

Open
dkapanidis opened this issue Jun 10, 2016 · 0 comments
Open

Add support for Kubernetes new Chart format #92

dkapanidis opened this issue Jun 10, 2016 · 0 comments
Assignees

Comments

@dkapanidis
Copy link
Contributor

dkapanidis commented Jun 10, 2016

Helm is now part of Kubernetes and so are Charts.

There is a refactor of how the Charts are now distributed, the new specs are here.

The main difference with the previous format is that manifests are now templates (in go format) with default configuration values taken from the values.yaml file.

Integrating this with elastickube would give a good interface to manage charts through web UI.

A workable demo is prepared at https://github.com/harbur/elastickube/tree/add_new_chart_format using tide as a CLI to render the charts before injecting them to the database (which means no dynamic variables are possible yet)

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

No branches or pull requests

2 participants