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

Cannot send messages to kafka cluster in minishift

I have a single strimzi kafka cluster running on minishift deployed with default template values. I get no errors when zookeeper starts. The client is a spring boot application but cannot send messages to kafka topic. These are spring boot…
iperezmel78
  • 415
  • 5
  • 20
0
votes
1 answer

OpenShift 3.11 Running command in Deployment Config

I am attempting to run a command to create a symbolic link when the deployment is run. I have thus added the command: and args: blocks to the YAML. An error is shown about indentation underneath the args block. Hovering over the error shows the…
CraigW
  • 19
  • 4
0
votes
1 answer

How to call grpc service in openshift from java

I have a client and a service with gRPC. Locally they work well. I tried to start the server in openshift (minishift): kind: DeploymentConfig apiVersion: v1 metadata: name: app-grpc spec: replicas: 1 selector: …
Violetta
  • 509
  • 4
  • 12
0
votes
1 answer

Minishift requires me to be a member of the Hyper-V Administrators Group, yet Local Users and Groups is not an option in computer management

I need to get minishift working, yet when I attempt to run "minishift start --hyperv-virtual-switch "External VM Switch"", I am told I need to be a member of the Hyper-V Administrators group. I looked up how to add myself to this group, but The…
Ben
  • 82
  • 11
0
votes
1 answer

Cannot start minishift on mac Catalina

I tried a couple of time to install uninstall and reinstall openshift on 2 macs with os Catalina 10.15.7 but it never starts. I read Minishift cannot start in macOS and installed the var as described. but I still get the error below. Did anybody…
baumar
  • 1
0
votes
1 answer

why did this error comes while running the minishift.exe file?

why did this error comes while running the minishift.exe file using the command (miniscript.exe start--vm-driver virtualbox) even though I disable hyper-v feature in windows features?enter image description here enter image description here
0
votes
1 answer

How to use CDK/minishift OpenShift cluster with kubectl

I have installed CDK on my Windows 10 laptop. I am following documentation on using IBM Blockchain Platform with RedHat OpenShift. One of the first steps is issuing kubectl commands. I see CDK comes with the OpenShift CLI (oc) installed but not with…
0
votes
1 answer

Minishift on remote machine

I'm trying to 'start' a minishift cluster on a remote machine (not the standard way on a virtualized machine). Both my machines (the control node and the target) reside in AWS, have access to internet but do not have public IP's. The installation…
jirit
  • 43
  • 6
0
votes
1 answer

IP address never found in dhcp leases file - minishift

I am trying to start minishift in MacOS Big Sur but getting the error like below: FAIL E0802 17:24:16.423337 1544 start.go:499] Error starting the VM: Error starting stopped host: IP address never found in dhcp leases file Temporary Error: Could…
Abhilash D K
  • 1,223
  • 1
  • 23
  • 39
0
votes
2 answers

How to solve 'oc is not recognized as an internal or external command' problem?

I have installed Minishift, started it successfully but now I am not able to use oc command. Please help. Below is the screenshot.
Anuroop
  • 993
  • 3
  • 13
  • 25
0
votes
1 answer

Apache user removed from image in openshift build -- whoami error

I have been shifting a project from kube to openshift. In minikube the project was working fine, but in minishift it gives the error — Crash loop back off This is from the minishift logs [WARN] $TIMEZONE not set. [INFO] Docker date set to: Tue…
Brandon Kauffman
  • 1,515
  • 1
  • 7
  • 33
0
votes
1 answer

Enable to access to gitlab.com

I'm trying to create new-app in the minishift. First command is: oc new-app https://gitlab.com/practical-openshift/hello-world.git Result: --> Found container image 2b6ec7e (10 hours old) from Docker Hub for "golang:alpine" * An image stream tag…
Yuri Molodyko
  • 590
  • 6
  • 20
0
votes
1 answer

Unable to deploy Keycloak (9.0.0) deployment on Minishift (1.34.0): keycloak-add-user.json (Permission denied)

I am unable to launch Keycloak (9.0.0) on Minishift (v1.34.0+f5db7cb) and getting Crash loop back off error. This Deployment will be integrated with a Postgres deployment. Keycloak Pod…
user2134466
  • 296
  • 1
  • 2
  • 13
0
votes
2 answers

Starting Minishift VM ..... FAIL E1210 : "This computer doesn't have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory"

I was trying to install minishift on my local laptop. I was following the below said steps as part of the process. https://docs.okd.io/3.11/minishift/getting-started/preparing-to-install.html Set up your virtualization environment Download…
0
votes
1 answer

understandinf openshift source strategy

regarding to the BuildConfig YAML code bellow: source: git: ref: TCPuniverse-patch-1 uri: 'https://github.com/TCPuniverse/simple-webapp.git' type: Git strategy: sourceStrategy: from: kind: ImageStreamTag name: 'python:3.6' …
1 2 3
8 9