ycao56 / governance-policy-addon-controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Governance Policy Addon Controller

License

From the kubebuilder quickstart:

Run your controller (this will run in the foreground, so switch to a new terminal if you want to leave it running):

make run

Build and push your image to the location specified by IMG:

make docker-build docker-push IMG=<some-registry>/<project-name>:tag

Deploy the controller to the cluster with image specified by IMG:

make deploy IMG=<some-registry>/<project-name>:tag

About

License:Apache License 2.0


Languages

Language:Go 56.2%Language:Makefile 19.7%Language:Shell 11.1%Language:Mustache 10.9%Language:Dockerfile 1.5%Language:Ruby 0.5%