Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 2.84 KB

File metadata and controls

45 lines (26 loc) · 2.84 KB

Frequently Asked Questions

Who are the maintainers?

The HashiCorp Terraform Kubernetes provider team is :

Our collaborators are:

Why isn’t my PR merged yet?

Unfortunately, due to the volume of issues and new pull requests we receive, we are unable to give each one the full attention that we would like. We do our best to focus on the contributions that provide the greatest value to the most community members.

How do you decide what gets merged for each release?

The number one factor we look at when deciding what issues to look at are your 👍 reactions to the original issue/PR description as these can be easily discovered. Comments that further explain desired use cases or poor user experience are also heavily factored. The items with the most support are always on our radar, and we do our best to keep the community updated on their status and potential timelines.

We also are investing time to improve the contributing experience by improving documentation.

Backward Compatibility Promise

Our policy is described on the Terraform website here. While we do our best to prevent breaking changes until major version releases of the provider, it is generally recommended to pin the provider version in your configuration.

Due to the constant release pace of Kubernetes and the relatively infrequent major version releases of the provider, there can be cases where a minor version update may contain unexpected changes depending on your configuration or environment.

Where is the result of NOTES.txt?

Helm charts often contain NOTES.txt output that provide helpful next steps and occasionally provide debug information on missing environment variables etc. At present, this provider will not output or log the result of NOTES.txt on any installed charts. Temporarily install the chart via helm directly to see the output of NOTES.txt

How can I help?

Check out the Contributing Guide for additional information.

How can I become a maintainer?

This is an area under active research. Stay tuned!