terraform-provider-kubernetes icon indicating copy to clipboard operation
terraform-provider-kubernetes copied to clipboard

Support JobBackoffLimitPerIndex feature gate fields

Open theloneexplorerquest opened this issue 1 year ago • 2 comments

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

theloneexplorerquest avatar Feb 10 '24 10:02 theloneexplorerquest

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!

alexsomesan avatar Feb 28 '24 18:02 alexsomesan

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!).

theloneexplorerquest avatar Mar 07 '24 10:03 theloneexplorerquest