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
1
vote
1 answer

minishift error under windows 8, vm cannot be accessed?

Here is my configurations Windows 8 virtualbox 5.2.14 minishift-1.20.0-windows-amd64 Here are the messages I got when I tried to start minishift: minishift start --vm-driver virtualbox -- Starting profile 'minishift' -- Check if deprecated…
Bo Qiang
  • 739
  • 2
  • 13
  • 34
1
vote
2 answers

How can I enable metrics on minishift?

My minishift version is v1.16.1+d9a86c9 and I'm running openshift origin 3.9. I want to use a horizontal pod autoscaler in minishift and for that I need the metrics pods to be installed. I have searched the minishift docs but there's no info about…
codependent
  • 23,193
  • 31
  • 166
  • 308
1
vote
0 answers

minishift ansible broker configuration issue

I followed the instruction to install ansible broker into minishfit. I made the following: minishift version minishift v1.15.1+f19ac09 CDK v3.4.0-2 oc cluster up --service-catalog=true oc login -u system:admin oc new-project…
1
vote
0 answers

Minishift - Help to configure with NAT and Proxy

I'm trying to setup desesperatly Minishift desesperatly in a Corporate Network. I can't create my Virtual Switch as External, then I'm trying to start Minishift with Internal Switch and Proxy settings. Configuration. Minishift version :…
VerrNum
  • 11
  • 6
1
vote
2 answers

Accessing KIE Workbench Git repository on OpenShift deployment

I have KIE Workbench deployed on Minishift instance. I want to clone the repository. First of all I know, I should make ssh port reachable. To do this I use the following command: $ oc port-forward workbench-1-vfd6k 8001:8001 To check the port…
Alex Karasev
  • 1,108
  • 2
  • 13
  • 24
1
vote
0 answers

minishift unnable to pull openshift/origin:v3.7.1

I am trying to get my hands dirty using minishift. While trying to install minishift, I am observing the below error. Starting OpenShift using openshift/origin:v3.7.1 ... Pulling image openshift/origin:v3.7.1 -- Checking OpenShift client ... OK --…
krmkumar
  • 11
  • 3
1
vote
2 answers

minishift update causes issues

I recently updated minishift on mac: minishift update: ... Starting OpenShift using openshift/origin:v3.6.1 ... .. -- Finding server IP ... ... FAIL Error: could not start OpenShift container "origin" Details: No log available from…
user518066
  • 1,277
  • 3
  • 23
  • 35
1
vote
1 answer

How to set htpasswd for oauth in master config for minishift (v1.11.0) (Openshift Origin)

I'm trying to activate authentification via htpasswd in my minishift 1.11.0 installation. I cannot find the master config file to set the values described in the documentation for Openshift Origin. I've searched in the minishift-VM via minishift ssh…
chrisl
  • 393
  • 3
  • 16
1
vote
0 answers

Minishift: The route is not accepting traffic yet because it has not been admitted by a router

I would like to try openshift by installing minishift in my PC in Windows platform. I successfully create a project and application. And the container pod is running. I can also create a route to expose the application to outside. However, when…
Kenny
  • 11
  • 1
1
vote
1 answer

run a minishift with debug logging level

How to run a minishift with debug logging level? I tried minishift logs --v 8 -f but it doesn't work. According to the https://access.redhat.com/solutions/2216951 (requires a RedHat developer account to view the full version) 8 log level should be…
1
vote
2 answers

How can I see a list of currently dormant cronjobs that have not yet ran?

After triggering the following from my terminal, I have been unable to find a way to list Cronjobs running, but dormant and prior to their first run: oc run pi --image=perl --schedule='*/1 * * * *' \ --restart=OnFailure --labels…
James
  • 199
  • 6
  • 17
0
votes
0 answers

Customising the Web Console in minishift/OpenShift 3.11

I am attempting to customise the logo displayed in the web console on our development, test and production minishift/OpenShift servers. We currently use OpenShift 3.11 - we will move to OpenShift 4 next year. I would like to change the logo so it is…
CraigW
  • 19
  • 4
0
votes
0 answers

Minishift Installation issue with virutalbox and macos

I'm trying to install minishift on my laptop with virtualbox version 6.1/7.x version, but getting this exception. Is anybody faced this? -- Starting Minishift VM ......... FAIL E0313 13:39:29.667726 77938 start.go:499] Error starting the VM: Error…
0
votes
0 answers

How to deploy an application in minishift

I have a template.yaml, dockerfile and myproject.jar . How can I deploy an application in a minishift? I've tried, oc create -f template.yaml oc new-app java-app-sample -p APP_NAME=app-sample but I'm not sure it's right
Violetta
  • 509
  • 4
  • 12
0
votes
1 answer

Minishift: oc 3.11 cannot login, error: couldn't get htttps//:443/.well-known/oauth-authorization-server: unexpected response status 503

After a restart, oc login $(minishift ip) -u system:admin does not work. Error is: The server is using a certificate that does not match its hostname: x509: cannot validate certificate for 192.168.42.207 because it doesn't contain any IP SANs You…
WesternGun
  • 11,303
  • 6
  • 88
  • 157
1 2 3
8 9