-
Notifications
You must be signed in to change notification settings - Fork 834
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
Cannot create a SeldonDeployment having volumes of type projected and configMap. #1072
Comments
Can you try with the latest 0.5.1-SNAPSHOT from master? |
I tried the same with
|
That is strange. You would need to reinstall Seldon or at least the CRD for this to work. Did you do that or just update the image of the manager? |
Turns out, the CRD was not updated. Thank you for the suggestion. 😄 |
Seldon version: v0.4.1
If SeldonDeployment is created with volumes of type
projected
andconfigMap
it fails stating the following messagekubectl failed exit status 1: Error from server (InternalError): Internal error occurred: Internal error occurred: Unable to access invalid index: 2
In order to reproduce the error use the following yaml
The text was updated successfully, but these errors were encountered: