Questions tagged [minishift]

Minishift is a tool that helps you run OpenShift locally by running a single-node OpenShift cluster inside a VM.

Minishift is a tool that helps you run OpenShift locally by running a single-node OpenShift cluster inside a VM. It uses libmachine for provisioning VMs, and OpenShift Origin for running the cluster.

Documentation

130 questions
10
votes
4 answers

Error installing hyperkit on HomeBrew in M1 Silicon

I'm trying to install hyperkit on MacOS 12.1 M1 Silicon and I get the following error. % brew install hyperkit Error: hyperkit: no bottle available! You can try to install from source with: brew install --build-from-source hyperkit …
Charith Jayasanka
  • 4,033
  • 31
  • 42
6
votes
2 answers

Error creating new host: json: cannot unmarshal bool into Go struct field Driver.Virtio9p

After downloading minishift, I cant run it due to the following error, Starting Minishift VM .... FAIL E0529 13:00:23.325175 82884 start.go:494] Error starting the VM: Error creating new host: json: cannot unmarshal bool into Go struct field…
IsaacK
  • 1,178
  • 1
  • 19
  • 49
6
votes
3 answers

Starting OpenShift cluster never ends when starting minishift or takes to much memory

Whenever I run the command to start Minishift with the virtualbox driver to the OS host it takes a crazy time and it never ends. Sometimes I even get an error message on storage limit being reached. I wonder if it is an error of Persistent storage…
Alice Antoine
  • 411
  • 6
  • 17
5
votes
2 answers

Error when executing minishift start: connect: connection refused

Windows 10 CDK v3.9 / Minishift 1.34 VirtualBox v5.2.32 (also tried v6.0.10) I'm trying to start minishift/cdk but keep getting an error. After reading many other reports with a similar error it's not clear what the solution might be. I'm not on…
Bill
  • 85
  • 1
  • 8
5
votes
0 answers

Minishift is too slow to load

I have a boot2docker version of minishift installed on my laptop. Since I am using Windows 10 Home edition, I am forced to use Virtual box to run the minishift OS. However, every time I have to load the OS, minishift takes ages to boot up. It takes…
SanketR
  • 1,182
  • 14
  • 35
5
votes
4 answers

Minishift: Could not resolve: *.192.168.64.2.nip.io

I have installed minishift on OSX with brew: brew cask install minishift-beta ... $ minishift version Minishift version: 1.0.0 I have sucessfuly started minishift, and created node-ex example application and exported it: $ oc get route NAME …
pilasguru
  • 188
  • 1
  • 8
4
votes
4 answers

Minishift cannot start in macOS

General information Minishift version: v1.34.3+4b58f89 OS: macOS Hypervisor: hyperkit Steps to reproduce minishift start --show-libmachine-logs -v 5 Expected minishift started successfully. Actual Error starting the VM: Error starting stopped host:…
4
votes
1 answer

Accessing minishift from outside

I am testing gitlab integration with minishift and for the same i need the IP that will act as the IP for the external systems. Machine IP is not working. Is there a way with which I can access minishift from external systems. Thanks in advance.
maverick
  • 1,458
  • 5
  • 20
  • 28
3
votes
0 answers

Getting error E1216 while trying to run minishift on windows machine

I am trying to run minishift using VirtualBox in my windows 10 machine but I am getting an error. I have already enabled Virtualization and have some versions of Ubuntu up and running on VirtualBox. Can you please tell me what is the…
John
  • 39
  • 4
3
votes
1 answer

openshift: no main manifest attribute in jar maven project

I am trying to deploy a maven project in minishift using the openjdk8 source to image strategy. The application is built and deployed, however, it fails at run-time with the following error: Starting the Java application using…
locorecto
  • 1,178
  • 3
  • 13
  • 40
3
votes
1 answer

CDK 3.7.0 failing to start

I hit the following error, when I try to start CDK/minishift: ➜ bin ./cdk-3.7.0-1-minishift-linux-amd64 start -- Starting profile 'minishift' -- Check if deprecated options are used ... OK -- Checking if https://mirror.openshift.com is…
Tomas Sedmik
  • 276
  • 1
  • 9
3
votes
7 answers

Minishift - cannot start - Error starting the VM: Error getting the state for host: machine does not exist

I ran Docker applications locally in an environment of Windows 10 Home, Oracle Virtualbox, The extension pack, Docker toolbox and Minishift. Restarting after a few months, I get all kinds of errors. When I re-run minishift, I get a bunch of "OK's"…
tm1701
  • 7,307
  • 17
  • 79
  • 168
3
votes
4 answers

Error while installing minishift: Checking if Hyper-V driver is installed ... FAIL

I've been following the steps to install minishift on my local machine. All the commands seem to work correctly until I get to the point where I need to create a virtual switch and set HyperV as the default driver. I followed the steps to create a…
Flethuseo
  • 5,969
  • 11
  • 47
  • 71
3
votes
2 answers

How to set where to download the VM in minishift?

It downloads openshift into C:\Users\[user]\.minishift\machines folder. How to change this location to, say, D:\My VMs\? The config set is not very helpful in explaining setting which config for which. Minishift verision: v1.15.1 Platform:…
Gopikrishna S
  • 2,221
  • 4
  • 25
  • 39
3
votes
2 answers

How to push OpenFaaS image to Minishift/Openshift Docker registry?

I'm trying to deploy a locally written OpenFaaS function to Minishift. My YAML file is: provider: name: faas gateway: http://gateway-openfaas.10.10.80.33.nip.io functions: test: lang: python handler: ./test image:…
Owen
  • 151
  • 1
  • 11
1
2 3
8 9