Plugins
Plugins extend the support of checkpoint/restore to various container runtimes, GPUs, etc. Plugins can either be installed from the online registry or built locally.
Online registry
To access released plugins, you need to be authenticated. See authentication.
You can list all available plugins with:
This will show you all the plugins that are available, installed, or outdated.
Locally built plugins
If plugins are built locally (in the current directory), running cedana plugin list
in the current directory will show the locally built plugins instead:
Notice the LATEST VERSION
column shows local
for locally built plugins.
Instead of depending on current directory, you can also specify the paths to search for locally built plugins by setting the CEDANA_PLUGINS_LOCAL_SEARCH_PATH
(paths are colon-separated just like the PATH
env var). This is a convenience for developers who are working on multiple plugins at once.
Install
Once a plugin appears in the list, you can install it with:
Uninstall
To uninstall a plugin, use:
Check out the CLI reference for all plugin-related subcommands.
Health check
The full health check command will also check the health of all installed plugins. See health checks.
Last updated
Was this helpful?