Review and Improve Current Documentation for Helm Chart
See original GitHub issueComments from https://github.com/apache/airflow/issues/10752#issuecomment-777813401:
- the
values.yaml
file is missing comments for most values - more general explanations are pretty sparse (it seems we currently only have short paragraphs in the README)
- examples of common environments are missing (GKE, EKS, On-Prem)
- provide upgrade guides for major/minor version bumps of the chart
All of this should be initially included in README.md
and ideally we should have some sort of documentation for Helm Chart here: https://airflow.apache.org/docs/ (maybe https://airflow.apache.org/docs/helm-chart/stable)
We can also autogenerate some docs based on values.schema.json
as mentioned in https://github.com/apache/airflow/issues/11077
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Helm Chart Development Guide - Medium
In this guide, I will describe the fastest way to create a basic chart, present useful commands and show best practices to make...
Read more >Developer Guide - Helm
Instructions for setting up your environment for developing Helm. ... docs: Change documentation; test: Improve testing; ref: refactor existing code.
Read more >Steering Straight with Helm Charts Best Practices - JFrog
When building your Helm charts repository, these are some good practices to follow when steering your Kubernetes deployment through the ...
Read more >Helm charts in the Package Registry - GitLab Docs
To update the Helm client with the most currently available charts. ... Docs. Edit this page to fix an error or add an...
Read more >Install with Helm - Istio
See Advanced Helm Chart Customization 13 for in-depth documentation on how to use Helm post-renderer to customize the Helm charts. Verifying the installation....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think it is worth focusing on the following so that users can set up a minimal production environment:
I think it’s worth describing other things as well, but it’s not necessary to publish the Helm Chart:
@kaxil I. I will create a documentation package in
docs/helm-chart
so that it is easy to publish that documentation on a website.