-
Notifications
You must be signed in to change notification settings - Fork 831
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
consume a Secret in a volume in a Pod #844
Comments
Which version of Seldon are you running? |
v0.2.7
|
OK yes this is an issue with <=0.2.7 It can be solved by using a more verbose way of providing the volume. See #116 (comment) This is fixed in version >0.2.7 |
It worked with the workaround you mentioned for <=0.2.7. The deployment is available at the endpoint. Now I'll try pinging it with some requests. In parallel I'm also deploying the version 0.4. Thank you for your help Mr. CTO @cliveseldon |
Hi,
My code responsible for generating the predictions has to load the model from
gcs
and thus it needs the appropriate authentication.I'm trying the approach of using a secret and mounting it as a volume to the container like this:
However, the deployment status fails. When I describe the deployment it shows the following:
I do not really know what I'm doing wrong here.
The text was updated successfully, but these errors were encountered: