Skip to content

Commit

Permalink
Merge pull request #30 from crytic/internal-release
Browse files Browse the repository at this point in the history
initial release
  • Loading branch information
bsamuels453 committed Dec 15, 2023
2 parents 1c914a3 + 6014c46 commit 8404045
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Setting up the other bits

1. Set up a containerd k8s cluster. (1.25 or older) (todo: recommended resourcing. Also note that auto-scaling can
1. Set up a containerd k8s cluster. (1.26 or older) (todo: recommended resourcing. Also note that auto-scaling can
sometimes be too slow, and kurtosis will time out before the nodes for its workload can be provisioned.)
2. Authenticate to the cluster for kubectl
3. Install chaos-mesh
Expand Down Expand Up @@ -80,13 +80,17 @@ probably be changed.

At this time, health checks will be run in perpetuity once the fault has concluded. Simply ctrl+c to terminate.

## Changelog

**Dec 15, 2023 version v0.1 (internal)**
- Initial internal release

## Developing (wip)

1. Install pre-commit
- `brew install pre-commit`
- `pre-commit install`


## Other stuff

Everything below this line is old and can be ignored. It'll be deleted when I have time to do a pass.
Expand Down

0 comments on commit 8404045

Please sign in to comment.