Skip to content
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

error: unable to recognize "deploy/examples/lvmdriver.yaml": no matches for kind "EmberCSI" in version "ember-csi.io/v1alpha1" #103

Open
tareqalayan opened this issue May 18, 2020 · 2 comments

Comments

@tareqalayan
Copy link

I am following the README in the devel branch and i am unable to procceed with deployment when attempting

oc create -f deploy/examples/lvmdriver.yaml
error: unable to recognize "deploy/examples/lvmdriver.yaml": no matches for kind "EmberCSI" in version "ember-csi.io/v1alpha1"
oc version 
Client Version: 4.4.0-0.nightly-2020-02-17-022408
Server Version: 4.5.0-0.nightly-2020-05-17-163339
Kubernetes Version: v1.18.2+ee20b51

@cschwede
Copy link
Member

cschwede commented May 19, 2020

This looks like the operator pod is not ready yet. Can you please check the output of the following command:

oc get -l name=ember-csi-operator pod

@tareqalayan
Copy link
Author

tareqalayan commented May 20, 2020

pod/lvmiscsi created
[cloud-user@ocp-psi-executor ember-csi-operator]$ oc get -l name=ember-csi-operator pod
NAME                                 READY   STATUS    RESTARTS   AGE
ember-csi-operator-676cb6f87-92ptw   1/1     Running   0          92s
[cloud-user@ocp-psi-executor ember-csi-operator]$ oc create -f deploy/examples/lvmdriver.yaml
error: unable to recognize "deploy/examples/lvmdriver.yaml": no matches for kind "Embercsi" in version "ember-csi.io/v1alpha1"
[cloud-user@ocp-psi-executor ember-csi-operator]$ oc get -l name=ember-csi-operator pod
NAME                                 READY   STATUS    RESTARTS   AGE
ember-csi-operator-676cb6f87-92ptw   1/1     Running   0          104s
[cloud-user@ocp-psi-executor ember-csi-operator]$ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants