Skip to content

Commit

Permalink
Add details on using building karpenter images solo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Aug 3, 2022
1 parent 80f3fe0 commit 2458ada
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/content/en/preview/contributing/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ make apply # quickly deploy changes to your cluster
make dev # run codegen, lint, and tests
```

If you are only interested in building the Karpenter images and not deploying the updated release to your cluster immediately with Helm, you can run

```bash
make build # build and push the karpenter images
```

### Testing

```bash
Expand Down

0 comments on commit 2458ada

Please sign in to comment.