We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1a38d commit d0833cdCopy full SHA for d0833cd
.github/workflows/conformance-gke.yaml
@@ -78,13 +78,16 @@ jobs:
78
gcloud container clusters create ${{ env.clusterName }} \
79
--labels "usage=${{ github.repository_owner }}-${{ github.event.repository.name }},owner=${{ steps.vars.outputs.owner }}" \
80
--zone ${{ env.zone }} \
81
+ --enable-ip-alias \
82
+ --create-subnetwork="range=/26" \
83
+ --cluster-ipv4-cidr="/21" \
84
+ --services-ipv4-cidr="/24" \
85
--image-type COS_CONTAINERD \
86
--num-nodes 2 \
87
--machine-type e2-custom-2-4096 \
88
--disk-type pd-standard \
- --disk-size 10GB \
89
+ --disk-size 20GB \
90
--node-taints node.cilium.io/agent-not-ready=true:NoSchedule \
- --preemptible
91
92
- name: Get cluster credentials
93
run: |
0 commit comments