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
kubectl --namespace <namespace> get sdep main -o yaml should include metadata in .spec.predictors.componentSpec.[].metadata, but in seldon v1.4 the metadata is not included.
Need the field to patch new pods when new s3 files are ready.
Isaacwhyuenac
changed the title
SeldonPodSpec in SeldonDeployment V1alpha in seldon v1.4 is not parsing metadata successfully
SeldonPodSpec in SeldonDeployment V1alpha and V1 in seldon v1.4 is not parsing metadata successfully
Feb 23, 2021
Examples SeldonDeployment yaml
To reproduce
kubectl apply -f <the-above-config.yaml>
Expected behaviour
kubectl --namespace <namespace> get sdep main -o yaml
should include metadata in.spec.predictors.componentSpec.[].metadata
, but in seldon v1.4 the metadata is not included.Need the field to patch new pods when new s3 files are ready.
Such behaviour does not exist in v1.2.1
Environment
seldon-core-operator v1.4
aws eks 1.8
The text was updated successfully, but these errors were encountered: