Skip to content

Commit 03d7e4a

Browse files
Specify k8s node version for systemtest nodepool (#6642)
## Motivation Ensure that the Kubernetes node pool for systest uses a specific, predefined node version rather than the latest available version for the cluster.
1 parent cfea985 commit 03d7e4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/systest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
--metadata disable-legacy-endpoints=true \
166166
--service-account ${{ secrets.CI_GKE_NODEPOOL_SA }} \
167167
--project ${{ secrets.CI_GCP_PROJECT_ID }} \
168+
--node-version ${{ secrets.CI_GKE_NODEPOOL_VERSION }} \
168169
--quiet
169170
170171
echo "Node pool created: $NODE_POOL_NAME"

0 commit comments

Comments
 (0)