-
Notifications
You must be signed in to change notification settings - Fork 988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubernetes provider 2.20.0 try to load kubeconfig file during terraform plan and fails as it doesn't exist yet #2088
Comments
There really isn't much to go on here. The debug output section doesn't reflect the realistic output of the provider. On top of that, please share the exact value of the |
I prerared a short sample terraform-k8s-sample.zip |
Has anyone also encountered this problem? Any progress with it? |
I guess it is the same problem again: #1142 |
Yes, seems to be. This is strange that no cares about it %) |
@alex-samuilov According to the TF configuration you shared in |
@alexsomesan I got it, thanks for the answer. It turns out that there is no way to make such a configuration in Terraform, in which Kubernetes itself would be installed first, and then the workloads would be installed (this is what I'm trying to do). What operations does It would be great if the user could ignore access checks for the Kubernetes API server. |
Marking this issue as stale due to inactivity. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. This helps our maintainers find and focus on the active issues. Maintainers may also remove the stale label at their discretion. Thank you! |
Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
Any Kubernetes resource.
Terraform Configuration Files
Debug Output
'config_path' refers to an invalid path: "./k3s-config.yaml": stat ./k3s-config.yaml: no such file or directory
Steps to Reproduce
The text was updated successfully, but these errors were encountered: