You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("Multi-Tier Checkpointing (MTC) requires the HighScaleCheckpointing addon to be enabled on the target GKE cluster. Please update your cluster blueprint to set 'enable_multi_tier_checkpointing: true' and deploy the cluster before submitting jobs with --pathways-mtc-enabled")
159
+
}
160
+
returnnil
161
+
}
162
+
136
163
// ListJobs retrieves a list of jobs in the GKE cluster.
137
164
// It filters jobs based on the provided ListOptions.
0 commit comments