You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to use the CTK with extension, we need to create a new docker image that includes the desired plugins. This solution is not very flexible, unless creating a big image that contains all possible extensions.
Could we / would we provide a way to specify the list of CTK extensions to be used by the ChaosExperiment CRO ?
Can we do the pip install within an init-container ?
Drawback, dynamic extensions installation will be done at each runtime, will slow down the start of running the experiment. But this might not be very critical if we think extensions flexibility is a gain.
The text was updated successfully, but these errors were encountered:
Currently, to use the CTK with extension, we need to create a new docker image that includes the desired plugins. This solution is not very flexible, unless creating a big image that contains all possible extensions.
Could we / would we provide a way to specify the list of CTK extensions to be used by the ChaosExperiment CRO ?
we could provide something like:
Can we do the
pip install
within an init-container ?Drawback, dynamic extensions installation will be done at each runtime, will slow down the start of running the experiment. But this might not be very critical if we think extensions flexibility is a gain.
The text was updated successfully, but these errors were encountered: