minikube
Here are 423 public repositories matching this topic...
-
Updated
May 25, 2020 - Makefile
/kind feature
Persona: Infrastructure Engineer
Control Plane Walkthrough:
- Install Kubeflow with (istio) KfDefs
- Install Kubeflow with dex - pending
- Configure / Get Istio IngressGateway endpoint
- Create profiles (w/ kubectl) #4725
- Create notebooks from user-namespace (w/ kubectl)
- Login (port-forward) into notebook as user
- Create TFJob (w/ kubec
In README.md
there is the following command:
docker run --it --name tgr -p 5000:5000 -e CLIENT_ID="xxxxxxx" -e CLIENT_SECRET="xxxxxxxxxxxxxxx" -e DEBUG="True" tgr
There is two issues with that:
- It should be
-it
, rather than--it
, since the first one is invalid - You also need to specify
-e HOST="0.0.0.0"
and-e PORT="5000"
in order for the app to start.
Addi
Right now we emit a message like
T: Error: Unable to find cluster information
T: No current-context set. Please use the --context option to
T: explicitly set the context.
This is all fine, but some higher-level explanation would be helpful as well, probably linking to documentation:
T: Telepresence uses kubectl/oc to access your Kubernetes/OpenShift
T: cluster. Ple
Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"
Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible
Is your feature request related to a problem? Please describe.
When running okteto as part of a script (or in the remote-kubernetes plugin) having the ascii animations makes reading the logs harder.
Describe the solution you'd like
I'd like to have a --headless (or similarly named parameter) that disables the animations and just prints text messages.
The issues described at minishift/minishift#2380 and kubernetes/minikube#1942 appear to now re-occur with the latest version when installing from Homebrew, although installing 0.3.3 manually works fine.
We are using Ethermint 0.4.0.
Where does the gas that is spent on a transaction go? After doing some simple tests of transferring ether from on account to another, the gas is correctly deducted from the sending account, but I can't figure out which account that goes to.
I would have thought that it would be a validator?
So, I created a miner reward strategy, specifying an account to rece
-
Updated
May 24, 2020 - Go
I am using Windows 10 professional,
Downloaded minikube using the steps in the link below
https://blogs.msdn.microsoft.com/wasimbloch/2017/01/23/setting-up-kubernetes-on-windows10-laptop-with-minikube/
But received below error
Starting local Kubernetes v1.12.4 cluster...
Starting VM...
[executing ==>] : C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive (
-
Updated
May 28, 2018 - Go
-
Updated
Jul 12, 2018 - PHP
-
Updated
Jan 5, 2018 - Go
-
Updated
Apr 30, 2020 - Java
Incorrect timezone
From: kubernetes/minikube#2061
As stated in the minikube issue, I have this problem when using the vmware
or the vmwarefusion
drivers. When using the date
command, the timezone is UTC but the time is my localtime.
This doesn't happen with the virtualbox
driver.
-
Updated
Apr 26, 2020 - HCL
hi,
I want to copy some files into minikube cluster with $HOME/.minikube/files/. However there is an error complaining about no such dir during travis build.
So where could I find this dir. Or alternatively in which way could I copy some files into minikube?
-
Updated
Nov 19, 2018 - C#
-
Updated
May 19, 2020 - Shell
-
Updated
Jul 19, 2017
-
Updated
May 6, 2020 - Jupyter Notebook
-
Updated
Oct 14, 2017 - Go
-
Updated
Feb 23, 2019 - Go
Hi, since Helm 2.5.0, it's possible to use relative urls in index.yaml chart repository: https://github.com/helm/helm/blob/master/docs/chart_repository_faq.md
Minibroker is not compatible with that mode.
In pkg/helm/helm.go
, the LoadChart
function should first check if chartURL is a fully qualified URL, if not, build an URL with the relative URL and "repoURL".
-
Updated
Dec 3, 2019 - PHP
Improve this page
Add a description, image, and links to the minikube topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the minikube topic, visit your repo's landing page and select "manage topics."
Sorry in advance but the issue template really does not apply at all to my issue.
Abstract
When using the none driver in a linux environment I get issues with PVCs after restarting. This is due to the
/tmp
directory being atmpfs
filesystem.Details
Many mainstream linux distributions adopted systemd as the init system quite a while ago, and under this system, the
/tmp
director