-
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
Always set variables for predictive unit and deployment identifiers [Fixes #1449] #1491
Always set variables for predictive unit and deployment identifiers [Fixes #1449] #1491
Conversation
…iers to be always set
Mon Mar 2 08:10:53 UTC 2020 impatient try |
Mon Mar 2 08:11:00 UTC 2020 impatient try |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adriangonz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Tue Mar 3 20:02:12 UTC 2020 impatient try |
Tue Mar 3 20:03:44 UTC 2020 impatient try |
I think this will fix some behaviour I've seen where any new/updated SeldonDeployment always creates/updates the Deployment without these values, then updates it straight after to put them on. This means that you end up having to wait for two pods to become ready, in sequence, as well as wasting cluster resources in the mean time - particularly an issue for large models. |
Interesting - I wasnt' aware of that bug, so great to hear, and would be good if you could open an issue if you see that the bug / annoyance is not fixed yet @nickdgriffin |
Looks like we've been able to work around it by applying these values ourselves, but will certainly raise a new issue once this is released if it turns up again. This change might still mean it flaps because of reapplying |
Fixes #1449
Ensures the predictive unit and deployment identifier environment variables are always set by the controller.