Skip to content

Conversation

@SikaGrr
Copy link
Collaborator

@SikaGrr SikaGrr commented Aug 27, 2025

Fixes / Features

  • Update Cluster Toolkit Version from 1.57.1 to 1.62.2

Testing / Documentation

Tested by running a full cluster/workload creation/deletion workflow:

python3 xpk.py cluster create   --cluster=a3mega   --device-type=h100-mega-80gb-8
python3 xpk.py workload create  --workload=test-echo --command="echo goodbye"   --cluster=a3mega --device-type h100-mega-80gb-8
python3 xpk.py workload delete   --workload=test-echo   --cluster=a3mega
python3 xpk.py cluster delete     --cluster=a3mega

Confirmed Cluster Toolkit v1.62.2. was used, workflow executed correctly, and no errors occurred.

  • [ y ] Tests pass
  • [ y ] Appropriate changes to documentation are included in the PR

Copy link
Collaborator

@sharabiani sharabiani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't rely on cluster create test only and I would do a full cycle of manual tests. Cluster create, workload create, workload delete, cluster delete.

CT is not guaranteed to have backward compatibility and some new default values for gke-cluster can cause issues for workload scheduling.

There is also a chance that running "cluster create" again on an existing cluster (created via an older version) can cause cluster recreation or other unxpected behaviours. This is a breaking change and we should fix it or reflect it in the description for users.

@SikaGrr
Copy link
Collaborator Author

SikaGrr commented Aug 29, 2025

Re-tested to confirm full workflow succeeds and no issues with cluster re-creation.

@scaliby scaliby merged commit ca2feb9 into develop Aug 29, 2025
14 of 16 checks passed
@scaliby scaliby deleted the Update-Cluster-Toolkit-Version-to-1.62.2 branch August 29, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants