You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
What should have happened?
A plan should have been produced
Actual Behavior
What actually happened?
The error message is returned:
on kubeless.tf line 353, in resource "kubernetes_manifest" "kubeless_trigger_http_crd":
353: resource "kubernetes_manifest" "kubeless_trigger_http_crd" {
cannot create REST client: no client config
Important Factoids
Running on Alpine Linux v3.13
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
The text was updated successfully, but these errors were encountered:
Same thing when supplying a non-existing config_path instead (eg. generated by Terraform).
Looks like this provider doesn't wait for any of the data to be available, unlike the kubernetes provider?
Terraform, Provider, Kubernetes versions
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/spam-n-eggs/0ccefde28ea8de7249619f13d57c8314
Panic Output
Steps to Reproduce
terraform plan
Expected Behavior
What should have happened?
A plan should have been produced
Actual Behavior
What actually happened?
The error message is returned:
Important Factoids
Running on Alpine Linux v3.13
References
Community Note
The text was updated successfully, but these errors were encountered: