make install
kubectl apply -f config/samples/
make run
make docker-build docker-push IMG=canghong/hello-operator:alphav1
$make deploy IMG=canghong/hello-operator:alphav1
$kubectl get pod hello-operator-controller-manager-777bc5986d-tn9ww -n hello-operator-system
$kubectl logs -f hello-operator-controller-manager-777bc5986d-tn9ww -n hello-operator-system
...
1.6659124929325175e+09 INFO Starting workers {"controller": "hellocrd", "controllerGroup": "demogroup.demo", "controllerKind": "Hellocrd", "worker count": 1}
此时看到controller日志正常输出
make uninstall
make undeploy