Closed kartikwatwani closed 4 months ago
Hi,
I think you need to check the kubernetes resources to gather more information. With
kubectl -n ingress-nginx get deployments
kubectl -n ingress-nginx get services
you should be able to check whether the nginx ingress controller is running and check its external IP, which should also be the one used in the try now url.
If this looks good, you should check the Theia Cloud related resources, if you can identify something wrong there:
kubectl -n theiacloud get deployments
kubectl -n theiacloud get services
kubectl -n theiacloud get ingress
I was able to run the try now page after deleting the previous kubernetes and using a different GC service account while using theia-cloud.
Describe the bug
The try now URL that I receive after running
terraform apply
for gke_getting_started.tf is giving me 404 not found nginx error.Expected behavior
The login page should come up when I visit the URL provided after terraform apply command finishes.
Cluster provider
GKE
Version
0.11.0
Additional information
1) gke_getting_started.tf
2)
terraform/modules/cluster_creation/gke/main.tf
3)
terraform apply
response