Skip to content

Commit

Permalink
test a newer version of k8s
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Aug 7, 2024
1 parent f32aa27 commit 18a1172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
--machine-type="${GKE_CLUSTER_TYPE}" \
--num-nodes="${GKE_CLUSTER_NUM_NODES}" \
--zone="${GKE_CLUSTER_ZONE}" \
--cluster-version="${GKE_K8S_VERSION}" \
--cluster-version="1.28.0" \
--enable-gvnic -q
echo "Writing config to ${KUBECONFIG}"
Expand Down

0 comments on commit 18a1172

Please sign in to comment.