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

Updating unikernels (modify arguments) #35

Open
PizieDust opened this issue Sep 5, 2024 · 2 comments
Open

Updating unikernels (modify arguments) #35

PizieDust opened this issue Sep 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@PizieDust
Copy link
Collaborator

Provide UI and functionality to enable updating information about unikernels such as:

  • changing/updating arguments
  • updating block devices
@hannesm hannesm added the enhancement New feature or request label Sep 23, 2024
@hannesm
Copy link
Contributor

hannesm commented Sep 23, 2024

Related to #36

@hannesm hannesm changed the title Updating unikernels Updating unikernels (modify arguments) Sep 23, 2024
@hannesm
Copy link
Contributor

hannesm commented Oct 22, 2024

I wonder whether a first version of this could be:

  • add a new albatross command "restart_with_modified_arguments"
  • add a "edit" button in the unikernel_single page where we can adjust the cpu, memory allocation, network assignments, and command-line arguments (basically transform that page into a form where fields are editable)
  • then an "apply" button which sends the arguments to albatross -- but the unikernel image is left as-is

This wouldn't require any storage / unikernel image (i.e. what we need for #36). This could be a very similar form that we'd like for a "create unikernel" anyways.

A common operation/workflow is to upscale/downscale the memory requirement for a unikernel (as recently mentioned by @reynir).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants