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
Images of your model: [Output of: kubectl get seldondeployment -n <yourmodelnamespace> <seldondepname> -o yaml | grep image: where <yourmodelnamespace>]
Logs of your model: [You can get the logs of your model by running kubectl logs -n <yourmodelnamespace> <seldonpodname> <container>]
Describe the bug
TerminationGracePeriodSeconds not respected in CRD
To reproduce
deploy
Pod will have
terminationGracePeriodSeconds: 20
Expected behaviour
Environment
Model Details
kubectl get seldondeployment -n <yourmodelnamespace> <seldondepname> -o yaml | grep image:
where<yourmodelnamespace>
]kubectl logs -n <yourmodelnamespace> <seldonpodname> <container>
]There are two parts of the code that have this hardwired:
https://github.com/SeldonIO/seldon-core/search?l=Go&q=TerminationGracePeriodSeconds
The text was updated successfully, but these errors were encountered: