Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Oct 15, 2024
1 parent 31be48e commit a348e3d
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Currently implemented Clouds:
- Proxmox KVM
- CloudStack
- Hashicorp Nomad
- Exoscale
- cloudscale.ch

## Install
Expand Down Expand Up @@ -62,30 +61,6 @@ excludes:
- Dec24
```
### Exoscale
Chaotic will stop a server selected by an optional filter tag and stop/start it with a delay of a configurable time (default 60s).
```
export EXOSCALE_API_KEY="..."
export EXOSCALE_API_SECRET="..."
```

```yaml
---
kind: exoscale
dry_run: false
configs:

# Optional, filter tag
tag:
key: chaos
value: enabled

# Optional, 60 seconds is the default
wait_before_restart: 60
```
### CloudStack
Chaotic will stop a server selected by an optional filter tag and stop/start it with a delay of a configurable time (default 60s).
Expand Down Expand Up @@ -321,7 +296,7 @@ configs:
```
chaos-ngine
```
### Docker
### Docker

One shot:

Expand Down

0 comments on commit a348e3d

Please sign in to comment.