lucidworks / fusion-cloud-native

Scripts and other tools for installing / operating Fusion on Kubernetes
29 stars 34 forks source link

Region is not set correctly when demo cluster is choosen #219

Open umut-saribiyik88 opened 2 years ago

umut-saribiyik88 commented 2 years ago

Hi

If I try to create a demo cluster It always fails because the following line can not extract the zone correctly. The variable "GCLOUD_ZONE" is empty.

https://github.com/lucidworks/fusion-cloud-native/blob/6d9cbe005cd54436756e0d5265b0ebc0fb4ae826/setup_f5_gke.sh#L380

Especially the last part fails: cut -d' ' -f 1 | tail -1

Can you please check this?

Greetings Umut Saribiyik