🛤️ Tracking: Test Hipcheck's support for Containerized plugins #786
Labels
product: hc
Relates to the core "hc" binary
tracking-issue
This issue tracks a larger task.
type: chore
Clean up or management task.
So far, we have designed the Hipcheck plugin interface / startup code to theoretically support containerized plugins, but we have not actually tested that support.
Such a plugin would have an
entrypoint
likepodman <CONTAINER_IMAGE_FILE>
, plus any additional arguments necessary, and Hipcheck will append--port <PORT>
.(Package it with a
plugins.kdl
and install it in the local cache, try running it)The text was updated successfully, but these errors were encountered: