Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
GKE no longer supports 1.10
Browse files Browse the repository at this point in the history
https://cloud.google.com/kubernetes-engine/release-notes#february-18-2019

```
Versions no longer available
The following versions are no longer available for new clusters or
upgrades to existing cluster masters:

1.10.x
```

This means GKE currently _only_ supports 1.11.x (masters) :/
  • Loading branch information
anguslees committed Feb 22, 2019
1 parent 2748915 commit 4c54cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -258,7 +258,7 @@ spec:

// See:
// gcloud container get-server-config
def gkeKversions = ["1.10", "1.11"]
def gkeKversions = ["1.11"]
for (x in gkeKversions) {
def kversion = x // local bind required because closures
def platform = "gke-" + kversion
Expand Down

0 comments on commit 4c54cde

Please sign in to comment.