equinix / terraform-equinix-metal-anthos-on-vsphere

[Deprecated] Automated Anthos Installation via Terraform for Equinix Metal with vSphere
https://registry.terraform.io/modules/equinix/anthos-on-vsphere/metal/latest
Apache License 2.0
62 stars 41 forks source link

anthos 1.4.1-gke.1 errors during terraform apply #111

Closed dfong closed 3 years ago

dfong commented 3 years ago

i can't get "terraform apply" to work with anthos 1.4.1-gke.1. typically the apply exits with status 0 but the cluster is not functional. i can see error messages in the log, like this:

null_resource.anthos_deploy_cluster[0] (remote-exec): ^[[0m^[[0mnull_resource.anthos_deploy_cluster (remote-exec): ^[[K - [FAILURE] ping (availability): Following IPs could already be in use: [172.16.3.17]

and

apply.log.04:null_resource.anthos_deploy_cluster[0] (remote-exec): null_resource.anthos_deploy_cluster (remote-exec): error: stat /home/ubuntu/cluster/djfong-841-kubeconfig: no such file or directory

dfong commented 3 years ago

i think this may be fixed by PR 112.