kyma-incubator / terraform-provider-kind

Terraform Provider for kind (Kubernetes IN Docker)
Apache License 2.0
80 stars 44 forks source link

How can I use kind command to connect with kind cluster #9

Closed yuzp1996 closed 4 years ago

yuzp1996 commented 4 years ago

Hello,I like this provider very much, It help me a lot. But I met some problem now.

When I use terrafrom and this provider build a kind cluster, I can not use kind command to communicate with kind cluster.

For example If I input "kind get clusters", I will get nothing. But actually I have made a kind cluster with this provider.

Any suggestions? Thank you very much

tehcyx commented 4 years ago

Hi @yuzp1996, What are the kind version and terraform version you're using? I'm using kind version 0.8.0, terraform 0.12.10 with the current provider from master and for the examples in the README file the cluster shows up in the kind get cluster list.

Did you get any errors during creation? What does the output look like?

tehcyx commented 4 years ago

Closing due to missing information. Feel free to reopen or create a new issue if you still encounter this issue.