Skip to content

Commit

Permalink
Specify k8s node version for systemtest nodepool (#6642)
Browse files Browse the repository at this point in the history
## Motivation

Ensure that the Kubernetes node pool for systest uses a specific, predefined node version rather than the latest available version for the cluster.
  • Loading branch information
andres-spacemesh committed Jan 20, 2025
1 parent cfea985 commit 03d7e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
--metadata disable-legacy-endpoints=true \
--service-account ${{ secrets.CI_GKE_NODEPOOL_SA }} \
--project ${{ secrets.CI_GCP_PROJECT_ID }} \
--node-version ${{ secrets.CI_GKE_NODEPOOL_VERSION }} \
--quiet
echo "Node pool created: $NODE_POOL_NAME"
Expand Down

0 comments on commit 03d7e4a

Please sign in to comment.