We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
full crd list $ kubectl api-resources |egrep "directpv|minio|nine|kyuubi|metastore|cluster" directpvdrives directpv.min.io/v1beta1 false DirectPVDrive directpvinitrequests directpv.min.io/v1beta1 false DirectPVInitRequest directpvnodes directpv.min.io/v1beta1 false DirectPVNode directpvvolumes directpv.min.io/v1beta1 false DirectPVVolume kyuubiclusters kyuubi.nineinfra.tech/v1alpha1 true KyuubiCluster metastoreclusters metastore.nineinfra.tech/v1alpha1 true MetastoreCluster tenants tenant minio.min.io/v2 true Tenant nineclusters nine.nineinfra.tech/v1alpha1 true NineCluster clusters postgresql.cnpg.io/v1 true Cluster
The text was updated successfully, but these errors were encountered:
kubectl nine disk init ./drives.yaml --dangerous Failed; unable to create Drive CRD; the server could not find the requested resource
Sorry, something went wrong.
No branches or pull requests
full crd list
$ kubectl api-resources |egrep "directpv|minio|nine|kyuubi|metastore|cluster"
directpvdrives directpv.min.io/v1beta1 false DirectPVDrive
directpvinitrequests directpv.min.io/v1beta1 false DirectPVInitRequest
directpvnodes directpv.min.io/v1beta1 false DirectPVNode
directpvvolumes directpv.min.io/v1beta1 false DirectPVVolume
kyuubiclusters kyuubi.nineinfra.tech/v1alpha1 true KyuubiCluster
metastoreclusters metastore.nineinfra.tech/v1alpha1 true MetastoreCluster
tenants tenant minio.min.io/v2 true Tenant
nineclusters nine.nineinfra.tech/v1alpha1 true NineCluster
clusters postgresql.cnpg.io/v1 true Cluster
The text was updated successfully, but these errors were encountered: