Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Fix GKE build for CircleCI (#841)
Browse files Browse the repository at this point in the history
* Fix GKE build on CircleCI

This is the oldest version supported on GKE now, I think

* update docs as well
  • Loading branch information
Kingdon Barrett authored and andresmgot committed Jul 2, 2018
1 parent b6b130c commit bbac988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -16,7 +16,7 @@ defaults: &defaults
KINESIS_CONTROLLER_IMAGE_NAME: bitnami/kinesis-trigger-controller
CGO_ENABLED: "0"
TEST_DEBUG: "1"
GKE_VERSION: 1.8.8-gke.0
GKE_VERSION: 1.8.10-gke.0
MINIKUBE_VERSION: v0.25.2
MANIFESTS: kubeless kubeless-non-rbac kubeless-openshift kafka-zookeeper kafka-zookeeper-openshift nats kinesis
exports: &exports
Expand Down
2 changes: 1 addition & 1 deletion docs/GKE-deployment.md
Expand Up @@ -22,7 +22,7 @@ Once you are logged in, you can create the cluster:

```console
gcloud container clusters create \
--cluster-version=1.8.8-gke.0 \
--cluster-version=1.8.10-gke.0 \
my-cluster \
--num-nodes 5
```
Expand Down

0 comments on commit bbac988

Please sign in to comment.