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
we are trying to integrate Seldon into our pipeline in the company, and a part of it is the deployment of some Seldon deployment into our CI environment using an in house plugin built on top of the fabric8 client.
There is no documentation for deployment using fabric8, but maybe you have tried it on and can help with it.
We also created an issue in fabric8's git. fabric8io/kubernetes-client#1461
Thanks in advance.
The text was updated successfully, but these errors were encountered:
As it happens I did do something to deploy the custom resource with the fabric8 client. Actually I was aiming to deploy custom resources in general with the seldon one as a particular example and found it was quite awkward to do this without first creating java classes to represent each particular custom resource - fabric8io/fabric8-maven-plugin#1377 (comment). This makes handling custom resources a general problem for the fabric8 maven plugin as you can't add new classes to the maven plugin when you want to deploy a new type of custom resource. Perhaps it's a challenge for your in house system too.
I was only deploying the custom resource and not the custom resource definiton with fabric8 - I was assuming that the CRD would already be present, though I think that could be handled too.
Hi,
we are trying to integrate Seldon into our pipeline in the company, and a part of it is the deployment of some Seldon deployment into our CI environment using an in house plugin built on top of the fabric8 client.
There is no documentation for deployment using fabric8, but maybe you have tried it on and can help with it.
We also created an issue in fabric8's git. fabric8io/kubernetes-client#1461
Thanks in advance.
The text was updated successfully, but these errors were encountered: