sguyennet / terraform-vsphere-kubespray

Deploy a Kubernetes HA cluster on VMware vSphere
https://blog.inkubate.io/install-and-manage-automatically-a-kubernetes-cluster-on-vmware-vsphere-with-terraform-and-kubespray/
Apache License 2.0
174 stars 89 forks source link

getting error com.vmware.vapi.rest.httpNotFound while folder creation #3

Closed amolsh closed 5 years ago

amolsh commented 5 years ago

Hi @sguyennet , I am using this repo to create lab cluster. I am facing 1 issue. vsphere version:6.5 While creating folder it throws following error, but folder is getting created:

Error: Error refreshing state: 1 error(s) occurred:

I am not sure weather it is vsphere 6.5 version issue, as it says api not found or permission issue. If you are aware of any such scenario, can you please help me figure out this?

sguyennet commented 5 years ago

Hi, What is your exact version of your vCenter? (click on your vCenter at the top of your inventory. You should find the build in the summary tab). Thanks, Simon.

amolsh commented 5 years ago

Thanks for quick response! This is exact version info: vSphere Web Client Version 6.5.0.20000 Build 8815520
VMware ESXi, 6.5.0, 8935087 Terraform version: Terraform v0.11.7

amolsh commented 5 years ago

I am closing this an it is working with another DC in my vcenter, I am not sure what was issue with my previous DC.