FAQ
How to debug your code
-
Edit Makefile. Change the value of the IMG field to the repository address of Makefile.
-
Compile and package the images of kruise-game-manager.
make docker-build
- Upload the packaged image to the image repository.
make docker-push
- Deploy the kruise-game-manager component in a Kubernetes cluster (~/.kube/conf).
make deploy