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 only supports the use of inter-container replication through pods/exec channel to deloy chaosblade tool. Under large-scale use, it may cause high load on the apiserver, so support a new download method.
Describe what you expected to happen
Add chaosblade-deploy-mode flag to specify the deploy mode. If the value is download, then download the chaosblade tool from the value of chaosblade-download-url flag. If the value is copy, then copy the chaosblade tool from chaosblade operator to the target container.
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
Issue Description
Type: feature request
Describe what happened (or what feature you want)
Currently only supports the use of inter-container replication through pods/exec channel to deloy chaosblade tool. Under large-scale use, it may cause high load on the apiserver, so support a new download method.
Describe what you expected to happen
Add
chaosblade-deploy-mode
flag to specify the deploy mode. If the value isdownload
, then download the chaosblade tool from the value ofchaosblade-download-url
flag. If the value iscopy
, then copy the chaosblade tool from chaosblade operator to the target container.How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: