Dash
Dash
> to better understand what script is running, could you tell us which image the driver Pod is running > > ``` > kubectl get pods -n gpu-operator-resources -o=jsonpath='{range .items[*]}{"\n"}{.metadata.name}{":\t"}{range...
Create svc via: ``` # kubectl run vnc1 --image=consol/centos-xfce-vnc:latest --port=5901 --expose service/vnc1 created pod/vnc1 created ``` Edit svc for exposing svc with NodePort: ``` # kubectl edit svc vnc1 Change...
`mvisor -c default.yaml 2>&1 | tee mvisor.log`: ``` # cat mvisor.log [0.000] ../core/memory_manager.cc:300 Map() debug: map region EPT+TSS gpa=0xfeffc000 size=0x4000 type=0x0 [0.014] ../core/memory_manager.cc:88 InitializeSystemRam() debug: RAM size: 8192 MB [0.020]...
all of the tests in GpuTest under current config(i440fx) got the same result(blank window and no result), I'm currently trying the q35 way.
q35 get the same result. Mvisor version:  though copied all user dll under gputest, not loaded when running test: 
both dll(MvisorVGPUx64/opengl32) are loaded.  Seems the virglrender didn't received the commands from guest?