Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes authored Apr 10, 2024
1 parent ece0b02 commit ccb60d2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ Can be used for runners launched by a CI/CD platform, including [Github Action]

Support `kind-v0.20.0` and `k8s-v1.25+`

## Pre-requisites

- go 1.21+
- `sudo` access

## Run kind on a workstation, in two lines of code

```shell
go install github.com/k8s-school/[email protected]
go install github.com/k8s-school/[email protected]

# Install kind
ktbx install kind

# Run a single node k8s cluster with kind
ktbx create -s
Expand Down

0 comments on commit ccb60d2

Please sign in to comment.