kubeflow / kubeflow/mpi-operator
The operator still creates the launcher when launcherCreationPolicy is "WaitForWorkersReady" and suspend is "true"
Open
- Dominant language
- Go
- Stars
- 535
- Forks
- 238
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
The operator still creates the launcher when `spec.launcherCreationPolicy is "WaitForWorkersReady"` and `spec.runPolicy.suspend is "true"`.
Contributor guide
Research direction
Inspect the operator reconciliation path that handles launcherCreationPolicy and runPolicy.suspend, then find the existing launcher-creation tests. Reproduce the combination of WaitForWorkersReady and suspend=true, add coverage showing that no launcher is created, and run the relevant operator test suite to confirm the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- distributed-systems, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100