File tree Expand file tree Collapse file tree
examples/deployment/kubernetes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
7373gcloud container clusters get-credentials " ${CLUSTER_NAME} "
7474
7575# Create spanner instance & DB
You can’t perform that action at this time.
0 commit comments