Operator that manages CDI (containerized-data-importer)
- Docker (used for creating container images, etc.) with access for the current user
- a Kubernetes/OpenShift/Minikube/Minishift instance
make build
make deploy
oc logs -f $(oc get pods --selector name=cdi-operator --output=name)
oc get pod -o name --namespace=kube-system | grep cdi