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