unikraft instances template
Manage instance templates.
Options inherited from parent commands
Code
Resource Fields
| Field | Type | Operations |
|---|---|---|
metro | string | |
name | string | |
uuid | string | |
tags | [string] | edit |
delete-lock | bool | edit |
state | string | |
image | imageref[github.com/distribution/reference.named] | |
runtime | ||
runtime.args | [string] | |
runtime.env | {string: string} | |
resources | ||
resources.memory | integer | |
resources.vcpus | integer | |
volumes | ||
timestamps | ||
timestamps.created | relativetime | |
scale-to-zero | ||
scale-to-zero.enabled | bool | |
scale-to-zero.policy | string | |
scale-to-zero.stateful | bool | |
scale-to-zero.cooldown-time | integer | |
scale-to-zero.notify-time | integer | |
restart | ||
restart.policy | string | |
instances | create |
See Also
unikraft instances: Manage Unikraft Cloud instances.unikraft instances template get: Inspect a instance-template.unikraft instances template list: List instance-templates.unikraft instances template delete: Remove a instance-template.unikraft instances template create: Create an instance template.unikraft instances template edit: Edit an instance template.
Last modified on