habitat-sh / habitat-operator

A Kubernetes operator for Habitat services
Apache License 2.0
61 stars 17 forks source link

[GKE versioning] Update GKE version used to run e2e tests #333

Closed surajssd closed 6 years ago

surajssd commented 6 years ago

Right now the cluster versions provided are specific. But GKE allows us to provide a version which follows versioning like 1.8 or 1.9.

1.X: picks the highest valid patch+gke.N patch in the 1.X version

Above is the line copied from the GKE documentation: https://cloud.google.com/kubernetes-engine/versioning-and-upgrades

So this commit changes the versioning to 1.8, 1.9, 1.10.


Note: The versions are put in double quote, because those fields were interpreted as float as opposed to string.