-
Notifications
You must be signed in to change notification settings - Fork 63
Error: Failed to construct REST client #199
Comments
@anyght The error message explains that the provider has no valid configuration and thus cannot initialise the API clients.
How is the |
I have the same configuration for the kubernetes provider and helm provider, and both work
|
Is |
The cluster is not ready yet. I want to create it at the same time as my deployment. |
So there's the issue. Unlike the Kubernetes and Helm providers, this provider doesn't support creating the cluster at the same time. The reason is that this provider requires access to the cluster API at plan time, to extract schema information for its resources from the cluster OpenAPI spec. You would have to perform the cluster creation in a separate apply operation which should finish before applying any This is also explained in the usage docs, here: https://github.com/hashicorp/terraform-provider-kubernetes-alpha/blob/master/docs/usage.md |
This just isn't an acceptable resolution. Why does this act any differently than the current kubernetes provider.... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Hello, I have this error when I'm using kubernetest-alpha provider
somebody known this error?
The text was updated successfully, but these errors were encountered: