-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid CRD spec, creation fail #16
Comments
May I need to run it with
|
master CRD was incomplete @immanuelfodor please use the master branch now, moved the offending commint to |
Thank you, it indeed fixed it, the apply is working fine now. |
Praveenrajmani
pushed a commit
to Praveenrajmani/directpv
that referenced
this issue
Mar 9, 2022
Framework to match the probed device with the list of drives
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Coming from minio/operator#241 I tried to deploy
direct-csi
in the cluster but I get an error for the CRD at applying the config.DIRECT_CSI_DRIVES=data{1...4} DIRECT_CSI_DRIVES_DIR=/srv/minio-pv KUBELET_DIR_PATH=/var/lib/kubelet kubectl create --dry-run=client -o yaml -k github.com/minio/direct-csi > minio-direct-csi.yaml kubectl apply -f minio-direct-csi.yaml
If I delete the deployment, it says that the CRD was not even created thanks to the original error.
The text was updated successfully, but these errors were encountered: