kubevirt / demo

Easy to use KubeVirt demo based on minikube.
Apache License 2.0
109 stars 59 forks source link

Adds a reference to oc client and needed SCCs before Kubvirt deploy #96

Closed nmagnezi closed 5 years ago

nmagnezi commented 5 years ago

When trying to follow the README for minishift, I got the following error[1]. I was able to resolve it by simply applying the minishift specific steps mentioned in the Appendix.

This patch merely adds a reference to those steps, in case you follow the instructions by order.

[1] https://gist.github.com/nmagnezi/c502587fa01fabdf11eca07d437bd113

fabiand commented 5 years ago

Thanks!