aliyun / terraform-provider-alicloud

Terraform AliCloud provider
https://www.terraform.io/docs/providers/alicloud/
Mozilla Public License 2.0
585 stars 548 forks source link

The file ~/.kube/config has to be exist, then the kube_config parameter in alicloud_cs_kubernetes resource take effect #1544

Open georgedriver opened 5 years ago

georgedriver commented 5 years ago

The file ~/.kube/config has to be exist, then the kube_config parameter in alicloud_cs_kubernetes resource take effect

https://github.com/terraform-providers/terraform-provider-alicloud/blob/ba07bb4e51648176a9a0369c6d5c125fadfcf19f/alicloud/resource_alicloud_cs_kubernetes.go#L792

I think this line of the code will be omitted if we don't have kube_conf dir in system.

caryyu commented 4 years ago

@ringtail any progress on this since it's been a while