volcano
volcano copied to clipboard
docs: deployment.md error
What happened:
https://github.com/volcano-sh/volcano/blob/master/docs/development/development.md
Make some local change of the code, then build vc-controller-manager
make image.vc-controller-manager
Local result:
➜ volcano git:(remove-vendor) make image.vc-controller-manager
make: *** No rule to make target `image.vc-controller-manager'. Stop.
What you expected to happen: I think the right command is
make vc-controller-manager
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- Volcano Version:
- Kubernetes version (use
kubectl version): - Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):mac m1
- Kernel (e.g.
uname -a): - Install tools:
- Others:
/assign
@krishnasvp Hi, are you still working on this?