terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
Support JobBackoffLimitPerIndex feature gate fields
Description
resolve #2398
Acceptance tests
- [ ] Have you added an acceptance test for the functionality being added?
- [ ] Have you run the acceptance tests on this branch?
Output from acceptance testing:
$ make testacc TESTARGS='-run=TestAccXXX'
...
Release Note
Release note for CHANGELOG:
...
References
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Thanks a lot for the contribution, @theloneexplorerquest
We have a long standing policy of not including features still behind feature gates, because there is no mechanism available on the Kubernetes API for the provider to query whether the feature gate is on or off and it would lead to unexpected errors on clusters that don't have the feature on.
As I mentioned, we appreciate the contribution and would love to merge this once the feature becomes universally available. Please feel free to keep the PR up to date going forward.
Thanks!
Hi @alexsomesan ,
Thanks for the update, I will keep this open and wait until this feature become universally available (and do more testing at that time!).