To deploy the NVMesh operator, use the following if the git was cloned and after choosing the appropriate git branch.

kubectl apply -f deploy/


Alternatively, use a command such as the following to deploy without cloning the entire repository:

kubectl apply -f  https://raw.githubusercontent.com/Excelero/nvmesh-k8s-operator/v0.8.0/deploy/operator.yaml

Note that version v0.8.0 was chosen by putting it in the appropriate URL location.

Then, verify that the operator pods have been created using:

kubectl get pods


For example:

[tomzan@localhost openshift-operator]$ kubectl get pods 
NAME                               READY   STATUS    RESTARTS   AGE
nvmesh-operator-8548f59f4c-qcn2h   1/1     Running   0          24s

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment