Plugins
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
To access released plugins, you need to be authenticated. See .
You can list all available plugins with:
This will show you all the plugins that are available, installed, or outdated.
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.
Once a plugin appears in the list, you can install it with:
To uninstall a plugin, use:
Check out the for all plugin-related subcommands.
The full health check command will also check the health of all installed plugins. See .