Skip to content

Commit

Permalink
chore: update development docs
Browse files Browse the repository at this point in the history
Signed-off-by: zedongh <248348907@qq.com>
  • Loading branch information
zedongh committed Jan 2, 2025
1 parent 5a7374d commit ca2ca74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ make images DOCKER_PLATFORMS="linux/amd64,linux/arm64" BUILDX_OUTPUT_TYPE=regist
```


## Building a specific docker image
## Building a specific component

If you want to make a local change and test some component, say `vc-controller-manager`, you
could do:
Expand All @@ -83,7 +83,7 @@ export TAG=citadel
Make some local change of the code, then build `vc-controller-manager`

```bash
make image.vc-controller-manager
make vc-controller-manager
```

## Building the Volcano manifests
Expand Down

0 comments on commit ca2ca74

Please sign in to comment.