blob: 9076daed75405e56be226d6525adaa6bd5404f2d [file] [view]
## Dev Dependencies
- Golang 1.19+
- Kubebuilder 2.3.1+
## Running Operator Locally
- make run
## Watch a namespace
- export WATCH_NAMESPACE="" # For all namespaces
- export WATCH_NAMESPACE="mynamespace" # For single namespace
- export DENY_LIST="kube-system,default" # watch all ns but kube-system, default
## Building Operator Docker Image
- make docker-build
## More
- make help
- Please see the Makefile.