Open umut-saribiyik88 opened 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
cut -d' ' -f 1 | tail -1
Can you please check this?
Greetings Umut Saribiyik
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