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
0
votes
1 answer

Minishift/openshift node application with db connection string

I've a nodejs application which connect to mssql using the connection string defined in a json file. Different environment will connect to different db. In minishift, what is the proper way to pass the json config file to different container at…
Oliver Ng
  • 33
  • 7
0
votes
1 answer

Minishift/CDK getsockopt: connection refused ()

Good day Referring to https://developers.redhat.com/products/cdk/hello-world/#fndtn-windows Having: CDK v3.6.0-1, minishift v1.24.0, Virtualbox v5.2.6, Windows 10 When running cmd minishift start from Windows PowerShell, Minishift VM is running,…
Nic
  • 61
  • 1
  • 1
  • 5
0
votes
0 answers

How to execute minishift to CentOS7 on EC2

I'm trying create a OpenShift cluster with minishift, on AWS EC2. When following command executes, an error occurs and stop building. $ ./minishift start --vm-driver generic --remote-ipaddress --remote-ssh-user
0
votes
1 answer

Minishift does not start after after installation

I'm trying to run open shift locally on my machine, so I downloaded Oracle Virtual box VirtualBox-5.2.20 to run the mini shift virtual machine. The problem is when I want to start mini-shift using the mini shift start it does not start. I get the…
swift_dande
  • 45
  • 1
  • 8
0
votes
1 answer

unable to add helm addon to minishift on mac

Installed minikube and try adding helm addon always fails with message -- Applying addon 'helm':..Error applying the add-on: Error executing command 'ssh command error: command : docker run --rm -v /home/docker:/root:z -v …
Srikanth
  • 11
  • 3
0
votes
1 answer

Minishift - How to edit files of a project deployed from bitbucket repository

I have setup Minishift on my computer and installed a custom laravel from a github repo on minishift using the web console. How do I access the downloaded files locally and test my application?
SanketR
  • 1,182
  • 14
  • 35
0
votes
1 answer

Minishift Error: Error getting migrated host: unexpected end of JSON input

I am unable to start, stop or delete minishift on Windows. I have been able to start it and use it successfully before, but I did a minishift delete without stopping the minishift cluster first with minishift stop. Now I can't get minishift to start…
Flethuseo
  • 5,969
  • 11
  • 47
  • 71
0
votes
2 answers

Openshift: get access to openshift docker registry

I've exposed my openshift registry: $ oc get routes -n default NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD docker-registry …
Jordi
  • 20,868
  • 39
  • 149
  • 333
0
votes
1 answer

Minishift Error creating directory when trying to Use VirtualBox Temporarily

In git-cmd.exe, when I run the following inside my Minishift folder: Use VirtualBox Temporarily The error I receive is: Error creating directory: C:\windows\system32\.minishift
DevBot
  • 427
  • 1
  • 7
  • 31
0
votes
1 answer

Enable minishift/cdk metrics

I am trying to configure the Container developtment Kit to support metrics. The documentation that I have found doesn´t work. It is possible to enable the metrics?. I am tring to configure the CDK to see the autoscaled. Thanks.
Iñigo
  • 1
0
votes
1 answer

Openshift, tensorflow and GPUs

Im wanting to use OpenShift for building and deploying my Tensorflow applications. And I am also wanting to run/server the tensorflow applications using GPUs. I appreciate that the GPU support is fairly new in Kubernetes and Openshift, and as such…
Magick
  • 4,603
  • 22
  • 66
  • 103
0
votes
1 answer

How to run base centos image in minishift?

I try to learn about Open Shift, how it works, how to run apps, build images etc. To start with something, which I thought will be rather simple, I decided to run a pod with pure centos7 OS, based on this image. I installed locally minishift…
kasia
  • 1
  • 2
0
votes
1 answer

minishift start using HyperV fails when devtools installed on a different drive than /Users

Is there a known issue wrt installing RH DevelopmentTools to D: when running minishift? I installed to D:\DevelopmentTools, which created a C:\Users\rcoe.minishift directory, in which the RHEL iso is located. Config looks correct: >…
Robin Coe
  • 750
  • 7
  • 28
0
votes
1 answer

Provide VM with Minishift, Minikube or minimalist Kubernetes from oVirt

I've oVirt running and providing several VMs (Debian, CentOS and RedHat), now I want to provide VMs with minimalist Kubernetes cluster running inside to developers. For example, Minishift creates a VM with Openshift (Kubernetes) locally, but now…
Chilcano
  • 158
  • 10
0
votes
0 answers

Minishift on OSX not accessible from local network

I'm running minishift on OSX (tried both xhyve and virtualbox). All good, console and pods accessible from host. However cannot connect anything from local network. BTW, for regular Linux VM I configure interfaces and a bridged adapter and all is…
Radu
  • 31
  • 3
1 2 3
8
9