Zhilong Li
07/28/2021, 5:06 AMCreateNamespacedDeployment
task for standard k8s deployments, but I want to deploy a Seldon deployment where the crd starts with
apiVersion: <http://machinelearning.seldon.io/v1|machinelearning.seldon.io/v1>
kind: SeldonDeployment
Does anyone have an idea how i can do this deployment as a prefect task? Thanks so much!Mariia Kerimova
07/28/2021, 1:25 PMCreateNamespacedDeployment
creates only deployments using appsv1 api, but in your case it's a custom object, which needs a client using CustomObjectsAPI, which is not available right now. Can't promise that it will be available sometime soon, we are open to community contributions though 🙂Zhilong Li
07/29/2021, 2:08 AM