You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds two additional Makefile targets to Makefile:
cleanup: Since operator-controller is the single point of entry and `make run` installs
Rukpak and Cert-manager, it would be good to have a target that cleans up the
cluster of controller and all its dependencies.
run-local: To be able to run the controller locally, it is useful for developments so that
we need not always have to build image to test operator.
@@ -166,6 +170,12 @@ deploy: manifests kustomize ## Deploy controller to the K8s cluster specified in
166
170
undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/config. Call with ignore-not-found=true to ignore resource not found errors during deletion.
0 commit comments