You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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]$
I am following the README in the devel branch and i am unable to procceed with deployment when attempting
The text was updated successfully, but these errors were encountered: