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
Current goal is to update Operator version in Executor deps only.
Original comment below
As Executor reads SeldonDeployment CRD (provided currently via environmental variable) to be aware about the inference graph it needs to know about Operator's types like PredictorSpec and PredictiveUnit.
Currently Operator as a whole is a dependency of Executor -> which contributes a significant number of entries to go.sum.
Including only required types as Operator's subpackage (or just copying over and making sure these are in sync) will help to reduce number of dependencies in Executor significantly.
The text was updated successfully, but these errors were encountered:
It is currently being discussed if we want to fully remove the dependency (and how could that be achieved), move to depend only on subpackage of operator (seems reasonable if possible), or just continue depending on operator.
We should probably investigating pinning operator dependency more properly than v0.0.0-20200401123312-d4c435ea5217.
Sub Issue of #2088.
Current goal
Current goal is to update Operator version in Executor deps only.
Original comment below
As
Executor
reads SeldonDeployment CRD (provided currently via environmental variable) to be aware about the inference graph it needs to know aboutOperator's
types likePredictorSpec
andPredictiveUnit
.Currently
Operator
as a whole is a dependency ofExecutor
-> which contributes a significant number of entries togo.sum
.Including only required types as Operator's subpackage (or just copying over and making sure these are in sync) will help to reduce number of dependencies in Executor significantly.
The text was updated successfully, but these errors were encountered: