The operator controller pod fails to start with the error
Error: container has runAsNonRoot and image will run as root (pod: "feast-operator-controller-manager-597874fc84-rg4nv_feast-operator-system(237dbbce-0e92-4c19-874b-f0186d7025a1)", container: manager)
Steps to reproduce
Deployed the operator to minikube from a intel mac using the operator-sdk make deploy
Expected Behavior
Expecting the operator controller pod to start
Current Behavior
The operator controller pod fails to start with the error
Error: container has runAsNonRoot and image will run as root (pod: "feast-operator-controller-manager-597874fc84-rg4nv_feast-operator-system(237dbbce-0e92-4c19-874b-f0186d7025a1)", container: manager)
Steps to reproduce
Deployed the operator to minikube from a intel mac using the operator-sdk
make deploy
Possible Solution