when following logs (kubectl logs -f), a ctrl+c should be handled by plugin to release tail to save resource #40
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Short Description of the issue
With the implementation of #35 , the logs are followed but Ctrl+C on kubectl client should be detected by InterLink VK, API, and then Slurm, so that it stops reading logs files matching the session (if multiple kubectl logs of the same pods is running, and only one of them is interrupted by Ctrl+C, then only one tail should be released).
Environment
Steps to reproduce
Logs, stacktrace, or other symptoms
Summary of proposed changes
The text was updated successfully, but these errors were encountered: