no matches for kind "MXJob" in version "kubeflow.org/v1beta1"
CharlesxrWu opened this issue · 0 comments
I can ran the tf-job, but cannot run the mxnet-job.
The command I use to list crd is
kubectl get crd
The output of crd is
applications.app.k8s.io 2019-03-18T17:54:51Z
...
mxjobs.kubeflow.org 2019-03-24T23:20:39Z
pytorchjobs.kubeflow.org 2019-03-18T17:53:18Z
scheduledworkflows.kubeflow.org 2019-03-18T17:53:43Z
tfjobs.kubeflow.org 2019-03-18T21:21:14Z
workflows.argoproj.io 2019-03-18T17:53:36Z
The command I use to launch the task is
kubectl create -f mxnet-operator/examples/v1beta1/train/mx_job_dist_gpu.yaml
The output is
error: unable to recognize "mxnet-operator/examples/v1beta1/train/mx_job_dist_gpu.yaml": no matches for kind "MXJob" in version "kubeflow.org/v1beta1"
I really appreciate any help.