Skip to content

Commit 70518f6

Browse files
tweksteenRob Percival
authored andcommitted
examples/deployment: use beta gcloud version
The use of the beta version of gcloud is required when provisioning the Istio addons.
1 parent 4e55e20 commit 70518f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/deployment/kubernetes/create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ done
6969

7070
# Create cluster
7171
# TODO(https://github.com/google/trillian/issues/1183): Add support for priorities and preemption when Kubernetes 1.11 is GA.
72-
gcloud container clusters create "${CLUSTER_NAME}" --machine-type "${MACHINE_TYPE}" --image-type "COS" --num-nodes "${POOLSIZE}" --enable-autorepair --enable-autoupgrade --node-locations="${NODE_LOCATIONS}" --addons=Istio --istio-config=auth=MTLS_PERMISSIVE
72+
gcloud beta container clusters create "${CLUSTER_NAME}" --machine-type "${MACHINE_TYPE}" --image-type "COS" --num-nodes "${POOLSIZE}" --enable-autorepair --enable-autoupgrade --node-locations="${NODE_LOCATIONS}" --addons=Istio --istio-config=auth=MTLS_PERMISSIVE
7373
gcloud container clusters get-credentials "${CLUSTER_NAME}"
7474

7575
# Create spanner instance & DB

0 commit comments

Comments
 (0)