Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Statement
Currently Kepler container ships models that are used by the the
estimator
. Any updates to the model requires a new release of kepler. This tight coupling hinders new release of model or does not permit updating existing models of an already deployedkepler
Proposal
Remove tight coupling by injecting model into kepler container using configmaps (on k8s) or volumemounts on pure containers.
Changes to Kepler builds
build-manifests
target to add models as configmap mounted tokepler
daemonsetModel Releases
Kepler Operator changes
Beta Was this translation helpful? Give feedback.
All reactions