{"id":92,"date":"2023-01-28T14:09:38","date_gmt":"2023-01-28T13:09:38","guid":{"rendered":"http:\/\/mhichri.com\/?p=92"},"modified":"2023-02-10T19:06:24","modified_gmt":"2023-02-10T18:06:24","slug":"install-minikube-on-windows-10-pro-through-virtualbox","status":"publish","type":"post","link":"https:\/\/mhichri.com\/index.php\/2023\/01\/28\/install-minikube-on-windows-10-pro-through-virtualbox\/","title":{"rendered":"Install minikube on Windows 10 Pro (through VirtualBox)"},"content":{"rendered":"\n<p>Download minikube latest version from here : https:\/\/minikube.sigs.k8s.io\/docs\/start\/<\/p>\n\n\n\n<p>Command :<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>minikube start --driver=virtualbox<\/code><\/pre>\n\n\n\n<p>returned this error message :<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>creating host: create: precreate: This computer doesn't have VT-X\/AMD-v enabled. Enabling it in the BIOS is mandatory<\/code><\/pre>\n\n\n\n<p>Even though Virtualisation is enabled on BIOS level.<\/p>\n\n\n\n<p>After checking this github issue : https:\/\/github.com\/kubernetes\/minikube\/issues\/3900<\/p>\n\n\n\n<p>The command that worked for me is : <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>minikube start --no-vtx-check<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"623\" src=\"https:\/\/mhichri.com\/wp-content\/uploads\/2023\/01\/image-1024x623.png\" alt=\"\" class=\"wp-image-93\" srcset=\"https:\/\/mhichri.com\/wp-content\/uploads\/2023\/01\/image-1024x623.png 1024w, https:\/\/mhichri.com\/wp-content\/uploads\/2023\/01\/image-300x182.png 300w, https:\/\/mhichri.com\/wp-content\/uploads\/2023\/01\/image-768x467.png 768w, https:\/\/mhichri.com\/wp-content\/uploads\/2023\/01\/image.png 1034w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"587\" height=\"269\" src=\"https:\/\/mhichri.com\/wp-content\/uploads\/2023\/01\/image-1.png\" alt=\"\" class=\"wp-image-94\" srcset=\"https:\/\/mhichri.com\/wp-content\/uploads\/2023\/01\/image-1.png 587w, https:\/\/mhichri.com\/wp-content\/uploads\/2023\/01\/image-1-300x137.png 300w\" sizes=\"(max-width: 587px) 100vw, 587px\" \/><\/figure>\n\n\n\n<p>Now check if minkube is running : <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>minikube status<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"blob:https:\/\/mhichri.com\/d1012f9f-a3be-4694-8f3b-b31b640ab1d0\" alt=\"\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Download minikube latest version from here : https:\/\/minikube.sigs.k8s.io\/docs\/start\/ Command : returned this error message : Even though Virtualisation is enabled on BIOS level. After checking this github issue : https:\/\/github.com\/kubernetes\/minikube\/issues\/3900 The command that worked for me is : Now check if minkube is running :<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","footnotes":""},"categories":[5],"tags":[],"_links":{"self":[{"href":"https:\/\/mhichri.com\/index.php\/wp-json\/wp\/v2\/posts\/92"}],"collection":[{"href":"https:\/\/mhichri.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mhichri.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mhichri.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mhichri.com\/index.php\/wp-json\/wp\/v2\/comments?post=92"}],"version-history":[{"count":4,"href":"https:\/\/mhichri.com\/index.php\/wp-json\/wp\/v2\/posts\/92\/revisions"}],"predecessor-version":[{"id":100,"href":"https:\/\/mhichri.com\/index.php\/wp-json\/wp\/v2\/posts\/92\/revisions\/100"}],"wp:attachment":[{"href":"https:\/\/mhichri.com\/index.php\/wp-json\/wp\/v2\/media?parent=92"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mhichri.com\/index.php\/wp-json\/wp\/v2\/categories?post=92"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mhichri.com\/index.php\/wp-json\/wp\/v2\/tags?post=92"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}