We just installed the required features in kubeflow config.yaml. Then we decided to go through another feature training-operator. But I got the error while I was installing mpijobs:
The CustomResourceDefinition "mpijobs.kubeflow.org" is invalid: status.storedVersions[0]: Invalid value: "v2beta1": must appear in spec.versions
Also, I've got errors in mpi-operator manager pod because of crd installation was not completed successfully. Then went through the file I got an error(apiextensions.k8s.io_v1_customresourcedefinition_mpijobs.kubeflow.org.yaml). Changed .spec.versions.name from v1 to v2beta1 and applied manually(kubectl apply -f apiextensions.k8s.io_v1_customresourcedefinition_mpijobs.kubeflow.org.yaml). This change has fixed errors for bot installation and manager pod.
We just installed the required features in kubeflow config.yaml. Then we decided to go through another feature training-operator. But I got the error while I was installing mpijobs:
The CustomResourceDefinition "mpijobs.kubeflow.org" is invalid: status.storedVersions[0]: Invalid value: "v2beta1": must appear in spec.versions
Also, I've got errors in mpi-operator manager pod because of crd installation was not completed successfully. Then went through the file I got an error(apiextensions.k8s.io_v1_customresourcedefinition_mpijobs.kubeflow.org.yaml). Changed .spec.versions.name from v1 to v2beta1 and applied manually(kubectl apply -f apiextensions.k8s.io_v1_customresourcedefinition_mpijobs.kubeflow.org.yaml). This change has fixed errors for bot installation and manager pod.