Table of Contents generated with DocToc
-
Ensure operator-sdk is installed and login to your OpenShift cluster as an admin user.
-
If the namespace meta-operator exists, delete it. Do this to make sure the namespace is clean.
oc delete namespace meta-operator
-
Create the namespace meta-operator.
oc create namespace meta-operator
-
Run the test using
make test-e2e
command locally.make test-e2e