Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPK reports the pod as "running" whereas the container is still being created #59

Open
fnikolai opened this issue Dec 31, 2022 · 1 comment

Comments

@fnikolai
Copy link
Member

Is that a problem we should worry about?

@chazapis
Copy link
Member

chazapis commented Jan 2, 2023

If there is a way to know that the container is indeed running, I suppose it would be better to show it as "running" then.

I recall the problem being that once the execution context is handled over to Apptainer, we have no way of being notified of the details. Apptainer may take some time to actually run the container, as it may need to download and then extract the image.

One idea would be to break this into two steps: download (and extract) the image and then ask Apptainer to run it, thus minimizing the startup time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants