This operator does nothing. Its purpose is to reproduce an issue when communication with the API server results in an I/O timeout.
- Build and push your image to the location specified by
IMG
:
make docker-build docker-push IMG=<some-registry>/noops-operator:tag
- Deploy the controller to the cluster with the image specified by
IMG
:
make deploy IMG=<some-registry>/noops-operator:tag
Undeploy the controller from the cluster:
make undeploy