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

Show resource availability #59

Open
diocas opened this issue Mar 1, 2022 · 2 comments
Open

Show resource availability #59

diocas opened this issue Mar 1, 2022 · 2 comments
Labels
priority:low type:feature request New functionality to be added

Comments

@diocas
Copy link
Contributor

diocas commented Mar 1, 2022

To avoid a generic message and an attempt to get resources that are not available (GPUs), we need to show the resources in the menu. Meaning, if a user selects a GPU and there are non available, it should not be possible to start a session and an error message should be displayed.

@diocas diocas added priority:low type:feature request New functionality to be added labels Mar 1, 2022
@diocas
Copy link
Contributor Author

diocas commented Mar 1, 2022

@lucamarletta you implemented something like this for JRC, right?

@lucamarletta
Copy link

Hi @diocas, actually was an idea not still implemented, but I've already done an analysis on that. It's easy to implement.

  1. in the form template with jquery you load in ajax of with a button the result from a server-side script.
  2. with kubectl instlled in swan image all some kubectl plugins, you can query the cluster and send the resut on the form.

For GPU check, you but provide me the kubectl recipe to get what you need.

I can do it, we can talk next days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:low type:feature request New functionality to be added
Projects
None yet
Development

No branches or pull requests

2 participants