Closed
Description
What happened:
When upgrading volcano from the v1.5 to later version, the already running job created by the v1.5 volcano cannot be correctly handled.
Anything else we need to know?:
v1.5 changed the naming logics of pod group by adding UID into the name: #2140, and there is also another fix regarding handling the already created pod group without UID in create or update: #2400. But a similar fix does not exist in the syncJob
function.
So, in the following part the syncTask
won't be set to true.
volcano/pkg/controllers/job/job_controller_actions.go
Lines 280 to 293 in 1a696ee
Environment:
- Volcano Version:
- Kubernetes version (use
kubectl version
): - Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a
): - Install tools:
- Others:
Activity