Create a kubernetes cronjob in Terraform using the provider.
terraform apply.
Expected Behavior
It should create a cronjob in kubernetes.
Actual Behavior
A run time error with the message Error: the server could not find the requested resource is returned.
Important Factoids
Nothing in my account.
I did notice the api version in the request is old: batch/v1beta1. This component was marked as stable as of 1.21. It's possible this component needs to be upgraded.
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
Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/generalpiston/fc56c03d1529fca363cd83c8de2713a2
Steps to Reproduce
terraform apply
.Expected Behavior
It should create a cronjob in kubernetes.
Actual Behavior
A run time error with the message
Error: the server could not find the requested resource
is returned.Important Factoids
Nothing in my account.
I did notice the api version in the request is old:
batch/v1beta1
. This component was marked as stable as of 1.21. It's possible this component needs to be upgraded.Community Note