File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed
Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ Currently implemented Clouds:
2323- Proxmox KVM
2424- CloudStack
2525- Hashicorp Nomad
26- - Exoscale
2726- cloudscale.ch
2827
2928## Install
@@ -62,30 +61,6 @@ excludes:
6261 - Dec24
6362 ` ` `
6463
65- ### Exoscale
66-
67- Chaotic will stop a server selected by an optional filter tag and stop/start it with a delay of a configurable time (default 60s).
68-
69- ` ` `
70- export EXOSCALE_API_KEY="..."
71- export EXOSCALE_API_SECRET="..."
72- ```
73-
74- ``` yaml
75- ---
76- kind : exoscale
77- dry_run : false
78- configs :
79-
80- # Optional, filter tag
81- tag :
82- key : chaos
83- value : enabled
84-
85- # Optional, 60 seconds is the default
86- wait_before_restart : 60
87- ` ` `
88-
8964### CloudStack
9065
9166Chaotic will stop a server selected by an optional filter tag and stop/start it with a delay of a configurable time (default 60s).
@@ -321,7 +296,7 @@ configs:
321296` ` `
322297chaos-ngine
323298```
324- ### Docker
299+ ### Docker
325300
326301One shot:
327302
You can’t perform that action at this time.
0 commit comments