-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make CRD namespaced #95
Comments
What's weird about this is that the CRD is scope I also tried from there making the scope This leads me to believe maybe theres some |
That sounds like great progress. If the Deployment is created in the default namespace there must be something missing in the clusterManager java code for namespacing or how its being set. Line 172 in 7a1d614
Are you sure your SeldonDeployment has a namespace value? |
It appears it does not...
EDIT: This looks like a Kubernetes problem. I was having this problem with 1.8.7 but upgrading to 1.9.2 appears to have fixed it. If all goes well I'll open a PR. |
I think there is an issue in the operator which is presently hardcoded to watch for new seldondeployments in the "default" namespace. So I think there are changes required to
|
The CRD is namespaced but there is definitely a bug in deploying models to a namespace besides default. I was able to get
But the model never starts:
I'll take a look at the operator and try to find where it's looking for CRs. Any guidance is appreciated. Also, based on this I think we can close this issue, the real issue here is #89 |
Yep. We are working on a fix to make the CRD and the Operator fully namespaced. |
Fixed by #97
See the example notebooks |
Should the CRD definition be namespaced so it and the operator that uses it are all in one namespace instead of cluster-wide?
The text was updated successfully, but these errors were encountered: