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
Currently setting the runtime of a workload to something wrong is not handled correctly.
Current Behavior
If a workload is initially scheduled with a wrong runtime name, the workload stays in a Pending(Initial) state.
Additionally if the runtime is changed for a running workload, a retry (20 times) is started to schedule the workload to the new not existing runtime.
The ank CLI also did not exit after updating the workload back to an existing workload as it never received a removed for the old workload.
Expected Behavior
The starting of the workload shall fail.
Steps to Reproduce
create a workload with a not existing runtime name, e.g., "not_existing"
observe the workload states
Or
update a running workload to use a not existing runtime name, e.g., "not_existing"
observe the workload states
Context (Environment)
Logs
Additional Information
Final result
To be filled by the one closing the issue.
The text was updated successfully, but these errors were encountered:
krucod3
added
the
bug
Something isn't working. Issue will appear in the change log "Bug Fixes"
label
Sep 5, 2024
I think we should handle an unsupported runtime for a specific agent. In general, if a startup configuration is provided and no agent is registered, then all runtimes will be unsupported. Only an agent knows which runtimes it supports. But I think @krucod3, that is what you mean, or?
Currently setting the runtime of a workload to something wrong is not handled correctly.
Current Behavior
If a workload is initially scheduled with a wrong runtime name, the workload stays in a
Pending(Initial)
state.Additionally if the runtime is changed for a running workload, a retry (20 times) is started to schedule the workload to the new not existing runtime.
The ank CLI also did not exit after updating the workload back to an existing workload as it never received a removed for the old workload.
Expected Behavior
The starting of the workload shall fail.
Steps to Reproduce
Or
Context (Environment)
Logs
Additional Information
Final result
To be filled by the one closing the issue.
The text was updated successfully, but these errors were encountered: