Fix the Create new cluster feature
What does this MR do?
Fixes a ~bug on the Create new cluster feature for the GCP provider.
The feature broke suddenly because:
- We didn't pin a specific version of GKE
- The google API changed the default version to 1.19
- Google does not allow Basic Auth for 1.19 versions
This MR fixes by pinning the GKE version back at 1.18.
Still will need a better solution before 1.18 is completely removed from availability. &6049 (closed) seems the best candidate.
Relates to: #331582 (closed)
Conformity
-
I have included a changelog entry, or it's not needed. (Does this MR need a changelog?) -
I have added/updated documentation, or it's not needed. (Is documentation required?) -
I have properly separated EE content from FOSS, or this MR is FOSS only. (Where should EE code go?) -
I have added information for database reviewers in the MR description, or it's not needed. (Does this MR have database related changes?) -
I have self-reviewed this MR per code review guidelines. -
This MR does not harm performance, or I have asked a reviewer to help assess the performance impact. (Merge request performance guidelines) -
I have followed the style guides.
Edited by Alex Kalderimis