kubewharf/kubeadmiral

kubeadmiral can schedule no native k8s crd, like argo workflow or volcano job?

haiker2011 opened this issue · 3 comments

I find kubeadmiral transfer native k8s api to fedrate type, now support no native k8s crd, like argo workflow or volcano job?

SOF3 commented

KubeAdmiral supports arbitrary object types through creating the FederatedTypeConfig. In addition to the default ones here, you can also create new federated types by applying a FederatedTypeConfig with the corresponding type information.

In addition to what @SOF3 said, we are in the process of improving the user experience. In the future we will be providing guides for common operations like enabling the federation of a new resource type. We are also considering automating some operations with a CLI for an even smoother experience. :)

That's sounds great!