GC Operator test pod gc
- Clone the project on your Kubernetes cluster master node:
$ git clone https://github.com/sky-big/gc-operator
$ cd gc-operator
- To deploy the GC Operator on your Kubernetes cluster, please run the following script:
$ make install
- Use command
kubectl get pods
to check GC Operator deploy status like:
$ kubectl get pods
NAME READY STATUS RESTARTS AGE
gc-operator-86d5f5cbd7-6kq2x 1/1 Running 0 40m
- uninstall
$ make uninstall
$ make image
$ make push
$ make vendor