You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
root 0917a17eba
add arm image
2 months ago
k8s fix 11 months ago
static init 1 year ago
Dockerfile add image 11 months ago
README.md Update README.md 11 months ago
virtvnc-arm64.tar add arm image 2 months ago
virtvnc.gif init 1 year ago
virtvnc.tar add image 11 months ago

README.md

virtVNC

noVNC for kubevirt

Deploy

kubectl apply -f virtVNC/k8s/virtvnc.yaml

Usage

  1. Get node port of virtvnc service
kubectl get svc -n kubevirt virtvnc
  1. Visit following url in browser
http://NODEIP:NODEPORT/

If you want manager virtual machines in other namespace, you can specify namespace using query param namespace like following:

http://NODEIP:NODEPORT/?namespace=test

virtVNC