kubevirt / demo

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

kubevirt.io demo doesn't indicate need to use system:admin for oc commands #93

Closed markllama closed 5 years ago

markllama commented 5 years ago

The kubevirt.io try-me for minikube/minishift has oc commands that require use of the system/admin user. There is no note to that effect in the text.

http://kubevirt.io/get_kubevirt/


Deploying KubeVirt on OpenShift Origin On OpenShift Origin, the following SCCs need to be added prior kubevirt.yaml deployment:

$ oc adm policy add-scc-to-user privileged system:serviceaccount:kube-system:kubevirt-privileged $ oc adm policy add-scc-to-user privileged system:serviceaccount:kube-system:kubevirt-controller $ oc adm policy add-scc-to-user privileged system:serviceaccount:kube-system:kubevirt-apiserver

$ export VERSION=v0.8.0 $ oc apply -f https://github.com/kubevirt/kubevirt/releases/download/${VERSION}/kubevirt.yaml

markllama commented 5 years ago

Moved to correct repo: https://github.com/kubevirt/kubevirt.github.io/issues/164