@@ -257,7 +257,7 @@ def generate_a3_mega_blueprint(
257257 source = "modules/management/kubectl-apply" ,
258258 use = ["gke_cluster" ],
259259 settings = {
260- "jobset" : {"install" : True , "version" : "v0.7.2 " },
260+ "jobset" : {"install" : True , "version" : "v0.8.1 " },
261261 "apply_manifests" : [{
262262 "source" : f'$(ghpc_stage("{ blueprint_name } "))/storage_crd.yaml'
263263 }],
@@ -634,7 +634,7 @@ def generate_a3_ultra_blueprint(
634634 source = "modules/management/kubectl-apply" ,
635635 use = [cluster_id ],
636636 settings = {
637- "jobset" : {"install" : True , "version" : "v0.7.2 " },
637+ "jobset" : {"install" : True , "version" : "v0.8.1 " },
638638 "apply_manifests" : [
639639 {"source" : nccl_installer_path },
640640 {"source" : mlgru_disable_path },
@@ -917,7 +917,7 @@ def generate_a4_blueprint(
917917 source = "modules/management/kubectl-apply" ,
918918 use = [cluster_id ],
919919 settings = {
920- "jobset" : {"install" : True , "version" : "v0.7.2 " },
920+ "jobset" : {"install" : True , "version" : "v0.8.1 " },
921921 "apply_manifests" : [
922922 {"source" : nccl_installer_path },
923923 {
0 commit comments