Open wpfnihao opened 4 years ago
Hi @wpfnihao Not sure what is getting mixed up there. Can you try to create that CRD manually to figure out thee issue?
kubectl create -f https://raw.githubusercontent.com/noobaa/noobaa-operator/v2.0.9/deploy/obc/objectbucket_v1alpha1_objectbucketclaim_crd.yaml
I think also the latest version of the CRD on master is identical but you can try too:
kubectl create -f https://raw.githubusercontent.com/noobaa/noobaa-operator/master/deploy/obc/objectbucket.io_objectbucketclaims_crd.yaml
Let me know what you find Thanks
Description: I have an exisiting OpenPAI cluster, and I try to deploy Noobaa on it with noobaa-operator, I got the following panic:
I also tried deploy noobaa on K8s cluster created by Kind, it works fine.