feast-dev / feast

The Open Source Feature Store for Machine Learning
https://feast.dev
Apache License 2.0
5.62k stars 1k forks source link

Feast operator controller pod not starting on Mac #4735

Open tmihalac opened 2 weeks ago

tmihalac commented 2 weeks ago

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