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
3
votes
2 answers

Openshift (Origin) Enable Images to Run with ROOT user

I am trying to run simple elk container with openshift(using minishift). The image I am trying to run is this elk image. During image deploy to openshift it gives the following warning: Image sebp/elk runs as the root user which might not be…
murat karakas
  • 114
  • 2
  • 7
3
votes
2 answers

Permission issues when deploying docker image in OpenShift/Minishift

This question relates to the local version of OpenShift, Minishift. I am runnning on MacOS. I am attempting to deploy an application called Mountebank from docker hub, here is the source: https://hub.docker.com/r/andyrbell/mountebank/ The DockerFile…
Talisker
  • 177
  • 2
  • 16
3
votes
3 answers

Minishift hyper-v works but cannot resolve .nip.io addresses

I have downloaded and followed the install instructions for minishift v1.6.0+7a71565. I am running windows10 with hyper-v. I have created a virtual switch that is connected to my wireless card. I can create projects/pods etc fine and the creation…
graham
  • 258
  • 1
  • 9
2
votes
0 answers

Exiting due to DRV_CREATE_TIMEOUT: Failed to start host: creating host: create host timed out in 360.000000 seconds

When I run minikube start --driver=virtualbox --host-only-cidr='192.168.59.1/24' I get the following output minikube start --driver=virtualbox --host-only-cidr='192.168.59.1/24' minikube v1.24.0 on Ubuntu 20.04 ✨ Using the virtualbox driver based…
Jeff Sikala
  • 69
  • 1
  • 1
  • 4
2
votes
1 answer

OpenShift Running Old Kubernetes Version (Minishift)

I have installed the latest Minishift release 1.34.3 on Windows 10 Hyper-V. The OpenShift client version is 4.6.16 as expected however the Kubernetes version is 1.11. PS C:\Tools> minishift version minishift v1.34.3+4b58f89 PS C:\Tools> oc…
pirateofebay
  • 930
  • 1
  • 10
  • 25
2
votes
0 answers

Running a shell script in a container inside OpenShift after the container is up and running

I have a minishift setup running in my local and now I brought a tomcat container up with few war files in it. Now I have a script in /usr/local/tomcat/bin folder. I need to run the script and I am posting a curl request to fetch something from the…
Arun
  • 21
  • 2
2
votes
1 answer

Minishift: Unsupported docker v1 repository request for docker

I am getting the following error when trying to deploy a local Docker image to a pod in my local Minishift instance: Failed to pull image "repo-name:port/app-name:1.0.0-SNAPSHOT-20190103151332485": rpc error: code = Unknown desc = Error: Status…
Sam Berry
  • 7,394
  • 6
  • 40
  • 58
2
votes
0 answers

minishift folder mount to a VPC is not writable

I am using minishift 1.22 and OC tools 3.10 on Windows 10. I used the minishift created a storage, allocated 20 MB and made it RWX (Read-Write-Many). In my pods, I mounted this storage and mapped it to a folder. When I deploy, it failed because…
Lin Chen
  • 21
  • 2
2
votes
2 answers

Minishift Error While Downloading OC Binary Version

I am trying to install minishift on Windows. However, I am facing with below Issue while installing It.I have tried with multiple version of Open Shift Command Used : minishift.exe start --vm-driver virtualbox Console Out Put : -- Downloading…
Sonu Agarwal
  • 97
  • 2
  • 12
2
votes
2 answers

Openshift & docker - which registry can I use for Minishift?

It is easy to work with Openshift as a Container As A Service, see the detailed steps. So, via the docker client I can work with Openshift. I would like to work on my laptop with Minishift. That's the local version of Openshift on your laptop.…
tm1701
  • 7,307
  • 17
  • 79
  • 168
2
votes
2 answers

Permissions problems with openshift client on minishift

I have installed minishift with cask and openshift client with homebrew. However, as developer user, I am not able to create a project from openshift cli, trigger a build, etc. I always have permissions errors : Error from server (Forbidden): User…
rico
  • 1,843
  • 2
  • 24
  • 41
2
votes
1 answer

What are the RedHat Minishift hardware requirements?

As much as I've looked, I can't find the hardware requirements for running minishift. Nothing mentioned in the Container Development Kit documentation, and the OpenShift documentation only mentions hardware requirements for production deployments.…
rayascott
  • 1,012
  • 9
  • 9
2
votes
1 answer

minishift start --vm-driver xhyve

I'm on a macos box, trying to get openshift to start. minishift v1.3.1+a2d3799 CDK v3.1.0-1 minishift start --vm-driver xhyve or minishift start --vm-driver virtualbox always results in this error: Starting local OpenShift cluster using…
2
votes
1 answer

Minishift: Problems creating virtual machine

my question about the installation of openshift environment using minishift on virtual box. minishift v1.4.1+0f658ea VirtualBox-5.1.26-117224-Win.exe The installation is incomplete due to the folowing…
ErAB
  • 855
  • 4
  • 15
  • 30
1
vote
0 answers

Minishift start error Checking for setuid bit ... FAIL on macOS Ventura version 13.1

I want to start minishift on my macOS Ventura Version 13.1 I set up virtual environment following this link However, when I try minishift start command following lines are printed: -- Starting profile 'minishift' -- Check if deprecated options are…
Harun Acar
  • 109
  • 1
  • 13
1
2
3
8 9