Giter Club home page Giter Club logo

Comments (9)

gbraad avatar gbraad commented on June 10, 2024

from minishift.

sofianehammami avatar sofianehammami commented on June 10, 2024

I have the same issue with an Acer Aspire vero which i baught lately. I dont want to buy an expensive laptop just for virtualization issues . VT-X option is visible in his BIOS and is enabled. But again with Intel tool the option is not checked.

from minishift.

gbraad avatar gbraad commented on June 10, 2024

from minishift.

dboggs95 avatar dboggs95 commented on June 10, 2024

I found another issue with a similar problem. Disabling the Virtual Machine Platform fixes the issue. I don't understand why MS would enable something I keep getting told I can't use in the Home edition of Windows, especially when it prevents us from using Virtualization at all.

#3474 (comment)

from minishift.

new-py-learner avatar new-py-learner commented on June 10, 2024

I have the same error.but my cpu virtual technology is enabled.

from minishift.

new-py-learner avatar new-py-learner commented on June 10, 2024

image

from minishift.

returntrip avatar returntrip commented on June 10, 2024

This might be of interest for some of you: #3556 (comment)

from minishift.

amolmote avatar amolmote commented on June 10, 2024

I have refered issue #2852 and did accordingly, used administrative way and set-up the path as MINISHIFT_HOME, still facing the similar kind of issue which others faced already. Do anyone have the exact way to resolve this issue. Everything going well but at the end it throws an timeout error.

C:\Windows\system32>minishift start --vm-driver=virtualbox
-- Starting profile 'minishift'
-- Check if deprecated options are used ... OK
-- Checking if https://github.com is reachable ... OK
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK
-- Checking if requested hypervisor 'virtualbox' is supported on this platform ... OK
-- Checking if VirtualBox is installed ... OK
-- Checking the ISO URL ... OK
-- Downloading OpenShift binary 'oc' version 'v3.11.0'
53.59 MiB / 53.59 MiB [===================================================================================] 100.00% 0s-- Downloading OpenShift v3.11.0 checksums ... OK
-- Checking if provided oc flags are supported ... OK
-- Starting the OpenShift cluster using 'virtualbox' hypervisor ...
-- Minishift VM will be configured with ...
Memory: 4 GB
vCPUs : 2
Disk size: 20 GB

Downloading ISO 'https://github.com/minishift/minishift-centos-iso/releases/download/v1.17.0/minishift-centos7.iso'
375.00 MiB / 375.00 MiB [=================================================================================] 100.00% 0s
-- Starting Minishift VM .................................................... OK
-- Checking for IP address ... OK
-- Checking for nameservers ... OK
-- Checking if external host is reachable from the Minishift VM ...
Pinging 8.8.8.8 ... OK
-- Checking HTTP connectivity from the VM ...
Retrieving http://minishift.io/index.html ... OK
-- Checking if persistent storage volume is mounted ... OK
-- Checking available disk space ... 1% used OK
-- Writing current configuration for static assignment of IP address ... OK
Importing 'openshift/origin-control-plane:v3.11.0' . CACHE MISS
Importing 'openshift/origin-docker-registry:v3.11.0' . CACHE MISS
Importing 'openshift/origin-haproxy-router:v3.11.0' . CACHE MISS
-- OpenShift cluster will be configured with ...
Version: v3.11.0
-- Pulling the OpenShift Container Image .................................................. OK
-- Copying oc binary from the OpenShift container image to VM ... OK
-- Starting OpenShift cluster ................................................................................Error during 'cluster up' execution: Error starting the cluster. ssh command error:
command : /var/lib/minishift/bin/oc cluster up --routing-suffix 192.168.99.104.nip.io --base-dir /var/lib/minishift/base --image 'openshift/origin-${component}:v3.11.0' --public-hostname 192.168.99.104
err : Process exited with status 1
output : Getting a Docker client ...
Checking if image openshift/origin-control-plane:v3.11.0 is available ...
E0921 05:33:08.519183 2832 helper.go:173] Reading docker config from /home/docker/.docker/config.json failed: open /home/docker/.docker/config.json: no such file or directory, will attempt to pull image docker.io/openshift/origin-cli:v3.11.0 anonymously
Pulling image openshift/origin-cli:v3.11.0
Image pull complete
E0921 05:33:13.853192 2832 helper.go:173] Reading docker config from /home/docker/.docker/config.json failed: open /home/docker/.docker/config.json: no such file or directory, will attempt to pull image docker.io/openshift/origin-node:v3.11.0 anonymously
Pulling image openshift/origin-node:v3.11.0
Pulled 5/6 layers, 84% complete
Pulled 6/6 layers, 100% complete
Extracting
Image pull complete
Checking type of volume mount ...
Determining server IP ...
Using public hostname IP 192.168.99.104 as the host IP
Checking if OpenShift is already running ...
Checking for supported Docker version (=>1.22) ...
Checking if insecured registry is configured properly in Docker ...
Checking if required ports are available ...
Checking if OpenShift client is configured properly ...
Checking if image openshift/origin-control-plane:v3.11.0 is available ...
Starting OpenShift using openshift/origin-control-plane:v3.11.0 ...
I0921 05:34:34.496010 2832 config.go:40] Running "create-master-config"
I0921 05:35:01.169893 2832 config.go:46] Running "create-node-config"
I0921 05:35:10.473088 2832 flags.go:30] Running "create-kubelet-flags"
I0921 05:35:12.460077 2832 run_kubelet.go:49] Running "start-kubelet"
I0921 05:35:13.386987 2832 run_self_hosted.go:181] Waiting for the kube-apiserver to be ready ...
E0921 05:40:21.396706 2832 run_self_hosted.go:571] API server error: Get https://192.168.99.104:8443/healthz?timeout=32s: dial tcp 192.168.99.104:8443: connect: connection refused ()
Error: timed out waiting for the condition

from minishift.

TheDeadOne avatar TheDeadOne commented on June 10, 2024

I found another issue with a similar problem. Disabling the Virtual Machine Platform fixes the issue. I don't understand why MS would enable something I keep getting told I can't use in the Home edition of Windows, especially when it prevents us from using Virtualization at all.

#3474 (comment)

Disabling Virtaul Machine Platform leads to WSL inoperability :(

from minishift.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.