Currently I try to use KubeVirt
with GKE
cluster.
What I have done (follow the official document):
GKE
cluster with 3 nodes via GCP consolekubectl
locally and connect to this clusterkubevirt
via kubectl
virtctl
locallydebug.useEmulation
to true
testvm
(follow the demo) All the steps above work fine.But now I have troubles to start the vm
"virtctl start testvm"
, I get the following error message:"Error starting VirtualMachine the server has asked for the client to provide credentials"
virt-launcher
pod, the compute container starts successfully but the volumecontainerdisk
fails, with the following log:standard_init_linux.go:211: exec user process caused "permission denied"
Any help is appreciated, thanks.