minikube Questions

2

Solved

My question is about PersistentVolumeClaim I have one node cluster setup on aws ec2 I am trying to create a storage class using kubernetes.io/host-path as Provisioner. yaml file content for...
Slr asked 6/4, 2017 at 8:41

6

I'm just getting started with kuberneted on Windows 10. I downloaded the bits from here. While attempting to start minikube from powershell: PS C:\WINDOWS\system32> minikube start --vm-driver=...
Eras asked 2/12, 2017 at 1:32

1

I dont get what is going on with minikube. Below are the steps I undertook to fix the problem with a stopped apiserver. 1) I dont know why the api server stopped. How do I debug? this folder is emp...
Altimetry asked 9/1, 2019 at 22:21

7

Solved

I have been trying to setup minikube but the command is stuck at pulling base image since forever
Disoblige asked 10/7, 2022 at 7:44

15

Solved

I am trying to setup minikube in a VM with ubuntu desktop 20.04 LTS installed, using docker driver. I've followed the steps here, and also taken into consideration the limitations for the docker dr...
Denotation asked 21/12, 2020 at 17:9

8

Solved

I'm trying to get an ingress controller working in Minikube and am following the steps in the K8s documentation here, but am seeing a different result in that the IP address for the ingress control...
Overtrade asked 25/10, 2019 at 15:40

2

Solved

I try to understand the Kubernetes network and I am now wondering if a CNI is used per default when installing Minikube and when yes which one? In other words, can I run Minikube without a CNI pro...
Pietro asked 5/8, 2019 at 13:22

5

Solved

I found specifying like kubectl --context dev --namespace default {other commands} before kubectl client in many examples. Can I get a clear difference between them in a k8's environment?
Martinet asked 12/4, 2020 at 12:28

3

Solved

I am using minikube (docker driver) with kubectl to test an agones fleet deployment. Upon running kubectl apply -f lobby-fleet.yml (and when I try to apply any other agones yaml file) I receive the...
Shwalb asked 14/5, 2022 at 17:56

21

On minikube for windows I created a deployment on the kubernetes cluster, then I tried to scale it by changing replicas from 1 to 2, and after that kubectl hangs and my disk usage is 100%. I only h...
Cultivated asked 28/1, 2020 at 22:50

3

Solved

I have a simple ingress file that does work on multiple environments, but to access it, it behaves differently depending on if I'm running my minikube cluster on my Mac or my Ubuntu machines. Speci...
Enswathe asked 2/2, 2022 at 19:45

3

malik@malik:~$ minikube start 😄 minikube v1.12.0 on Ubuntu 18.04 ✨ Using the docker driver based on existing profile 👍 Starting control plane node minikube in cluster minikube 🎉 minikube 1.12.1 ...
Favianus asked 10/7, 2020 at 15:5

6

I have minikube version v0.17.1 running on my machine. I want to simulate the environment I will have in AWS, where my MySQL instance will be outside of my Kubernetes cluster. Basically, how can ...
Maffick asked 11/4, 2017 at 18:59

6

Solved

I want to start minikube to learn Kubernetes but am having trouble because of error RSRC_INSUFFICIENT_CORES. My mac has 2 CPU cores and minikube docs say that 2 cores are required. Here a the machi...
Keel asked 21/2, 2022 at 14:22

10

Is it possible to delete POD in kubernetes based on creation time or age? Example : I would like to delete all PODs which are older than 1 day. These PODs are orphaned , therefore no new PODs wil...
Osteoarthritis asked 22/2, 2018 at 18:12

4

Solved

I'm using kubectl cp to copy a jar file from my local file system into a the home directory of a POD in my minikube environment. However, the only way I can confirm that the copy succeeded is to is...
Blitzkrieg asked 3/1, 2018 at 20:12

2

Solved

How to create a local-registry container that mounts a volume from the host machine and persist locally all the images that get pulled? Local Docker registry with persisted images It should be p...
Titanomachy asked 9/4, 2021 at 21:28

34

Solved

I have several Docker images that I want to use with Minikube. I don't want to first have to upload and then download the same image instead of just using the local image directly. How do I do this...
Growing asked 2/3, 2017 at 19:16

3

I need to run sudo minikube start --memory=4096 --cpus=2 for my use case. However it is running with 1 cpu already. Somehow I started it w/o creating an entry in ~/kube/config so "kubectl conf...
Portray asked 6/5, 2022 at 21:50

14

Solved

I am trying to build and deploy microservices images to a single-node Kubernetes cluster running on my development machine using minikube. I am using the cloud-native microservices demo application...
Overload asked 19/6, 2020 at 15:48

3

Solved

Running an application with three services on my local minikube while was installed on a server with 16 cpus and 64 GB of memory , one replicas of which is 2, I only set resources.limits for each s...
Patois asked 14/5, 2020 at 10:28

2

I created a vmware virtual machine for minikube with initial disk size 5g. When it almost is used up. I expand the vm disk to 20G, and need to resize the root fs to 20g as well. I could not find "...
Oehsen asked 22/1, 2020 at 23:36

5

Solved

I am a beginner to Kubernetes and starting off with this tutorial. I installed VM and expected to be able to start a cluster by using the command: minikube start But I get the error: Starting...
Ye asked 11/9, 2018 at 13:25

4

When trying to start minikube with docker driver, as a root user I get: $ minikube start --driver=docker * minikube v1.16.0 on Ubuntu 18.04 * Using the docker driver based on user configuration * T...
Wilburnwilburt asked 30/8, 2021 at 12:47

6

I was trying to pull an image from docker.io, but I'm getting this error, recently I have changed my DNS I'm not sure is that the reason...I executed minikube ssh and I executed docker pull then I ...
Euphonize asked 8/4, 2020 at 5:51

© 2022 - 2025 — McMap. All rights reserved.