Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 412 Bytes

installation.md

File metadata and controls

26 lines (19 loc) · 412 Bytes

Installation

Install manually

0. Edit Makefile, changing {IMG}

1. Build docker image with the kruise-game controller manager.

make docker-build

2. Push docker image with the kruise-game controller manager.

make docker-push

3. Deploy kruise-game controller manager to the K8s cluster.

make deploy

Uninstall manually

make undeploy