funcbench/manifests/cluster_gke.yaml (14 lines of code) (raw):

projectid: {{ .GKE_PROJECT_ID }} zone: {{ .ZONE }} cluster: name: {{ .CLUSTER_NAME }} initialclusterversion: 1.16 nodepools: - name: {{ .CLUSTER_NAME }} initialnodecount: 1 config: machinetype: n1-highmem-4 imagetype: COS disksizegb: 100 labels: node-name: funcbench-{{ .PR_NUMBER }}