Skip to content

Commit a348e3d

Browse files
committed
update readme
1 parent 31be48e commit a348e3d

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

README.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff 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
9166
Chaotic 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
```
322297
chaos-ngine
323298
```
324-
### Docker
299+
### Docker
325300

326301
One shot:
327302

0 commit comments

Comments
 (0)