wang-mask
wang-mask
fixes #615 The original logic is: ```go if launcher == nil { if mpiJob.Spec.LauncherCreationPolicy == kubeflow.LauncherCreationPolicyAtStartup || c.countReadyWorkerPods(worker) == len(worker) { launcher, err = c.kubeClient.BatchV1().Jobs(namespace).Create(context.TODO(), c.newLauncherJob(mpiJob), metav1.CreateOptions{}) .... } ```...
The operator still creates the launcher when `spec.launcherCreationPolicy is "WaitForWorkersReady"` and `spec.runPolicy.suspend is "true"`.
The lastes vsersion in sealer is v1.24. When does sealer plan to support the v1.27 k8s?
## Issue Description Type: *feature request* ### Describe what feature you want When deploying k8s, the default storage location for docker is /var/lib/docker where is usually the system disk ssd...
Doc: add the debug doc for volcano scheduler locally
### Ⅰ. Describe what this PR does The design documents: https://docs.google.com/document/d/1aP0mP_66Jmx05Vlcswa3D5e7hsfHdQGygsFERFttz68/edit?usp=sharing ### Ⅱ. Does this pull request fix one issue? fixes #3181 ### Ⅲ. List the added test cases (unit...
**What feature you'd like to add:** Support for accessing Dataset data during the Init phase **Why is this feature needed:**
We have implemented CRD based detection rules by changing the original JSON file to two CRD types. The `health_check` module will generate the latest configuration file based on the CR...