We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75a17d commit 885efc3Copy full SHA for 885efc3
.github/workflows/int-test-gcp-workflow.yml
@@ -136,17 +136,6 @@ jobs:
136
run: |
137
gcloud config set project ${{ env.GCP_PROJECT_ID }}
138
139
- #- name: Create GKE Cluster
140
- # run: |
141
- # gcloud container clusters create ${{ env.CLUSTER_NAME }} \
142
- # --zone ${{ env.GCP_ZONE }} \
143
- # --num-nodes ${{ env.CLUSTER_WORKERS }} \
144
- # --machine-type n2-standard-8 \
145
- # --enable-ip-alias \
146
- # --disk-size 50 \
147
- # --network ${{ env.GCP_NETWORK }} \
148
- # --subnetwork ${{ env.GCP_SUBNETWORK }} \
149
- # --scopes "https://www.googleapis.com/auth/cloud-platform"
150
- name: Create GKE Cluster
151
152
export EKS_CLUSTER_K8_VERSION=${{ steps.dotenv.outputs.EKS_CLUSTER_K8_VERSION }}
0 commit comments