You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis shipped in seldon-core helm chart is used for two purposes:
Store oauth keys for seldon-apiserver.
Persist Predictive Unit if its .s2i/environmentPERSISTENCE flag is set to 1.
Since we can use ambassador to replace seldon-apiserver (which means we can disable seldon-apiserver in that case), and we can use a different Redis server for PERSISTENCE flag (if the admin already has a Redis server running), there is a need to disable the Redis shipped in seldon-core helm chart.
The text was updated successfully, but these errors were encountered:
* Bump Hodometer version
* Allow git & release-type Make vars to be overridden
* Add Docker build args for git info & release type
* Provide Docker build args via Make target
* Move Docker build args to just before use
This avoids invalidating subsequent layers, even when they haven't really changed.
Redis
shipped inseldon-core
helm chart is used for two purposes:seldon-apiserver
.Predictive Unit
if its.s2i/environment
PERSISTENCE
flag is set to 1.Since we can use
ambassador
to replaceseldon-apiserver
(which means we can disableseldon-apiserver
in that case), and we can use a differentRedis
server forPERSISTENCE
flag (if the admin already has aRedis
server running), there is a need to disable theRedis
shipped inseldon-core
helm chart.The text was updated successfully, but these errors were encountered: