Export KUBECONFIG environment variable to point to your cluster running RHACM
make complete-deployment
make kuttl-test
make stop-test-proxy
or simply
make complete-deployment
Prerequisites:
make kind-deps-update
make kind-bootstrap-cluster
make docker-build
make kind-load-operator-image
make deploy
or simply
make kind-complete-kuttl-test
For un-deploying the Upgrades operator:
make undeploy
For development, a more suited approach is:
make kind-deps-update
make kind-bootstrap-cluster
make install run
make kuttl-test
For deleting the cluster:
make kind-delete-cluster
make ci-job