gpt4 book ai didi

kubernetes - 通过minikube在本地运行Kubernetes

转载 作者:行者123 更新时间:2023-12-02 11:54:29 25 4
gpt4 key购买 nike

我正在Google Cloud平台(GCP)上进行openam部署,并且操作系统为RHEL7。
我在运行minikube start时遇到问题。

[root@test ~]# minikube start 

Starting local Kubernetes v1.10.0 cluster...
Starting VM...
Downloading Minikube ISO
150.53 MB / 150.53 MB [============================================] 100.00% 0s
E0509 06:20:12.950109 16264 start.go:159] Error starting host: Error creating host: Error executing step: Running precreate checks.
: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory.

Retrying.
E0509 06:20:12.951500 16264 start.go:165] Error starting host: Error creating host: Error executing step: Running precreate checks.
: This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory

我已经在RHEL上安装了virtualbox。
我想知道如何在GCP上启用VT-X吗?

谢谢
阿什什

最佳答案

You can use --vm-driver=none在云中运行您的minikube。该标志将在Docker中运行您的minukube。您应该先安装Docker。

您还可以创建将启用VMX的自定义镜像。只要遵循official documentation instruction.
文档中有关如何使用启用的VMX创建自定义图像的示例:

gcloud compute images create nested-vm-image --source-disk disk1 --source-disk-zone us-central1-a  --licenses "https://www.googleapis.com/compute/v1/projects/vm-options/global/licenses/enable-vmx"

然后,只需使用自定义镜像创建一个新的VM。
 gcloud compute instances create example-nested-vm --zone us-central1-b   --image nested-vm-image

毕竟,您可以安装VirtualBox或KVM并启动minikube。

关于kubernetes - 通过minikube在本地运行Kubernetes,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50249345/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com