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
0 answers

Kiali Bookinfo example is not showing traffic to rating and other microservices

I'm running the latest istio version on minishift. I can access the product page on http://192.168.178.102:31380/productpage. Kiali is showing the traffic from istio-ingressgateway to productpage Kiali Traffic pic I expect to see some traffic from…
Nightwolf
  • 11
  • 2
1
vote
2 answers

How do we figure out which replicationcontroller is actually managing the pods in case of deploymentconfig, openshift cluster

So, lets say I have a DeploymentConfig running and because of that a ReplicationController which is eventually running a pod. If I updated the DeploymentConfig, more than once (let's assume), more ReplicationControllers would be created, and pods…
1
vote
1 answer

How to get an openshift AspNetCore 3.0 image for free

Does anyone know how to get an AspNetCore 3.0 image for free my minishift project. Thank you in advance.
user12100672
1
vote
0 answers

Minishift start using Hyper-v on windows 10 fails with E0113

I am trying to run minishift on windows 10 with Hyper V but it fails with code E0113. Please find below stacktrace: C:\WINDOWS\system32>minishift start -- Starting profile 'minishift' -- Check if deprecated options are used ... OK -- Checking if…
1
vote
1 answer

what is fsHandler.go rootDiskErr and rootInodeErr error in minishift/openshift

I see the below error messages in the minishift logs. The rootDiskErr and rootInodeErr error is from fsHandler.go. Is this error related to filedescriptor limits or this error indicates other issues. Could anyone explain about this error. one…
intechops6
  • 1,007
  • 4
  • 22
  • 43
1
vote
0 answers

minishift - setup authentication for openshift internal docker registry?

In the Ubuntu desktop, started the OC cluster using minishift. The docker registry is available in the default namespace. How to setup the authentication for the docker registry running inside the openshift cluster? How to allow the users like…
intechops6
  • 1,007
  • 4
  • 22
  • 43
1
vote
1 answer

minishift - Monitoring pods

As per the documentation, monitoring is shipped with OKD. OKD ships with a pre-configured and self-updating monitoring stack that is based on the Prometheus open source project and its wider eco-system. It provides monitoring of cluster components…
cogitoergosum
  • 2,309
  • 4
  • 38
  • 62
1
vote
1 answer

Spring client cannot register with Eureka (MiniShift)

My Spring Eureka server YAML config. is this spring: application: name: discovery-service eureka: instance: hostname: spring-cloud-gateway.discovery.svc # it should be service url in openshift cluster. client: …
Mohan Radhakrishnan
  • 3,002
  • 5
  • 28
  • 42
1
vote
2 answers

How to free space from local minishift environment?

I've followed the FAQ to free space from local minishift syndesis environment. However, still the minishift status shows disk usage above 80%. Any further hints?
Squake
  • 370
  • 2
  • 10
1
vote
1 answer

minishift start using virtualbox on windows throws timeout error

I am trying to start minishift on my machine. It successfully creates minishift VM but throws time out error. Configuration: Minishift version: v1.34.0+f5db7cb OS: Windows 10 Hypervisor: Virtual Box v6.0.10 PS C:\WINDOWS\system32> minishift…
Priyanka Makwana
  • 59
  • 1
  • 1
  • 7
1
vote
0 answers

Viability of openshift with docker images without the code. And operative of these cases

In openshift, I want to do the same, but I encounter some problems. I created a persistent volume and a job who will do the 'git clone'. After that, I defined deployments in this volume, with images that I upload to DockerHub. This worked fine.…
1
vote
1 answer

How to configure minishift for user access

I would like to configure minishift for multiple users instead of using the default developer account to access the console and deploy the applications. I am thinking of an LDAP or Linux user management system where the users are created with…
iranichai
  • 363
  • 1
  • 6
  • 19
1
vote
1 answer

Istio BookInfo sample pods not starting on Minishift 3.11.0 - Init:CrashLoopBackOff - message: 'containers with incomplete status: [istio-init]'

I have a fresh installation of minishift (v1.32.0+009893b) running on MacOS Mojave. I start minishift with 4 CPUs and 8GB RAM: minishift start --cpus 4 --memory 8GB I have followed the instructions to prepare the Openshift (minishift) environment…
codependent
  • 23,193
  • 31
  • 166
  • 308
1
vote
0 answers

Minishift: Failed to login to docker internal image registry

I have been using the mini-shift for local testing. I was trying to push the docker images to the image registry of Minishift. Failed Info: .
Seenu S
  • 3,381
  • 6
  • 30
  • 45
1
vote
0 answers

Installing gogs persistent on minishift

I'm trying to install gogs on minishift with persistentVolumes. I did this: c:\> oc login -u system -p admin c:\> oc new-project cicd c:\> oc create -f…
adev
  • 367
  • 1
  • 3
  • 20
1 2
3
8 9