virtual-machine

Is there a way to enable nested virtualization in GKE cluster node?

给你一囗甜甜゛ 提交于 2020-03-25 05:50:38
问题 I am trying to use KubeVirt with GKE cluster. I found I am able to create a nested virtualization enabled GCP VM, but I didn't find a way to achieve the same thing for GKE cluster node. If I cannot enable nested virtualization for GKE cluster node, I can only use the kubevirt with debug.useEmulation which is not what I want. Thanks 回答1: Currently nested virtualization is available only on GCE as per this docs. There is already question regarding supporting Nested Virtualization on GKE and it

Failed to use the confidential computing VM deployment service in Azure

谁说胖子不能爱 提交于 2020-03-24 18:59:12
问题 I created an Azure account which is promised to be able to use all the services in Azure for free for a month. However, I always failed to create a confidential computing VM in the verification phase. The error report I got is: InvalidTemplateDeploymentThe template deployment failed with error: 'The resource with id: '/subscriptions/e3fa4d71-63b0-4f16-ae14-e741500dcbf7/resourceGroups/testSource/providers/Microsoft.Compute/virtualMachines/aaa' failed validation with message: 'The requested

Failed to use the confidential computing VM deployment service in Azure

安稳与你 提交于 2020-03-24 18:58:12
问题 I created an Azure account which is promised to be able to use all the services in Azure for free for a month. However, I always failed to create a confidential computing VM in the verification phase. The error report I got is: InvalidTemplateDeploymentThe template deployment failed with error: 'The resource with id: '/subscriptions/e3fa4d71-63b0-4f16-ae14-e741500dcbf7/resourceGroups/testSource/providers/Microsoft.Compute/virtualMachines/aaa' failed validation with message: 'The requested

How can my AutoHotKey script launch batch scripts accordingly?

我的未来我决定 提交于 2020-02-29 06:50:49
问题 This script is supposed to switch me from Windows to Linux(VM) and vice versa: Pause::vmStart() return runVM := false linux := false vmStart() { If (!runVM and !linux) { Run, C:\Users\patrick\dev-vm\PS.cmd runVM := true sleep, 18000 } If (!linux and !WinExist("DevVM - 127.0.0.1:23389 - RDP")) { Run, C:\Users\patrick\dev-vm\RDP.cmd } if (!linux) { WinShow, DevVM - 127.0.0.1:23389 - RDP WinActivate, DevVM - 127.0.0.1:23389 - RDP } Send ^!{CtrlBreak} linux := !linux } When I am in Windows, it

Setting static IP on azure vm via Portal UI

柔情痞子 提交于 2020-02-07 05:14:05
问题 I'm having a really weird situation. I'm trying to set the IP for a network interface attached to a VM to static via the UI. I hit the static button, whack in a valid IP and click save, no errors at all. If I then flick off that tab and back to it, it has reverted to dynamic again. The VM is shutdown and newly created yesterday I know I can do it via powershell but just trying to figure out if I'm doing something wrong or its the UI being crappy. Just as a caveat, I'm pretty familiar with

AZURE - How to migrate resources from a tenant to another

旧巷老猫 提交于 2020-02-02 11:23:31
问题 I want to migrate resources (VMs, networks, gateways ...) from a tenant /client with a subscription to another tenant /client with another subscription, with the exact same parameters, how can I do that ? (the move function works only for subscriptions in the same tenant / client, if I download vhd of the VMs I must recreate manually the VMs configuration 回答1: The best and most reliable way is through Azure Billing Support. It is free support service and can handle that type of support

“gcloud auth configure-docker” on GCP VM instance with Ubuntu not setup properly?

醉酒当歌 提交于 2020-02-02 04:32:27
问题 I created a VM instance on GCP using Ubuntu 18.10. When I SSH the VM without any modification and try: gcloud info I got some Warning: System PATH: [/snap/google-cloud-sdk/66/usr/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/game s:/snap/bin] Python PATH: [/snap/google-cloud-sdk/66/lib/third_party:/snap/google-cloud-sdk/66/lib:/snap/google-cloud-sdk/66/usr/lib/python2.7/:/snap /google-cloud-sdk/66/usr/lib/python2.7/plat-x86_64-linux-gnu:/snap/google

Running a VM on Windows 8 without disabling Hyper V

ぐ巨炮叔叔 提交于 2020-02-01 05:30:27
问题 I know, there is a bigger discussion about this topic, but currently I did'nt find a good solution for this issue. First: I got a Windows 8.1 host system that uses Hyper V to run the Windows Phone 8 Emulator. I also would like to run a virtual machine on this system (VirtualBox, VMWare, whatever works). The solutions I know: Hyper V Manager to set up a virtual machine (e.g. a UNIX-system) Hyper V is made for server environments, so there are no USB and sound drivers. The usage of bcdedit.exe

Create docker image from existing virtual machine

跟風遠走 提交于 2020-01-28 02:19:28
问题 I need to create docker base image with CentOS and MySQL. But I already have such VM (without docker on it). How can I create base docker image from this existing VM and you it on another machine with docker? 回答1: While the other commenters have pointed out correctly that importing a VM into Docker is not the intended way to create images, it is possible and can provide you with a fast starting point to test things before you fully commit. To do this, you simply provision a linux root file

Importing error of Panda_gbq in VM(Virtual Machine in Google cloud platform)

↘锁芯ラ 提交于 2020-01-25 09:37:08
问题 I am trying to save BigQuery results as a dataframe. I tried to use to_dataframe() - Uses BigQuery tabledata.list API but its very slow. So, I am trying to use pandas_gbq but when I try to import in Jupyterlab in virtual machine then I get this error. I installed even using pip but getting same error. Any help? 回答1: It looks like this package is not installed on your instance of Jupyerlab. You should install it (you only need to do this once) and run your code again. Since you are in