minikube
Here are 483 public repositories matching this topic...
-
Updated
Sep 26, 2020 - Shell
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
It was far from obvious for me that the argParser for --also-proxy was of type append. The documentation could say something about the following possibility. Had to fork the code to figure this out.
telepresence --run-shell --method vpn-tcp \
--also-proxy example1.com \
--also-proxy example2.com \
--also-proxy example3.com
-
Updated
May 9, 2020 - Python
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
-
Updated
May 12, 2020 - Go
-
Updated
Oct 1, 2020 - Go
-
Updated
Sep 26, 2020 - Go
-
Updated
Jul 2, 2020 - Shell
-
Updated
May 28, 2018 - Go
-
Updated
Oct 1, 2020 - Python
-
Updated
Jul 12, 2018 - PHP
-
Updated
Jan 5, 2018 - Go
-
Updated
Aug 16, 2020 - Go
-
Updated
Sep 4, 2020 - Java
-
Updated
Sep 19, 2020 - HCL
-
Updated
Sep 11, 2020 - Java
-
Updated
May 8, 2020
-
Updated
Nov 19, 2018 - C#
-
Updated
May 19, 2020 - Shell
-
Updated
Sep 24, 2020 - Go
-
Updated
Jul 19, 2017
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
Oct 14, 2017 - Go
-
Updated
Jun 17, 2020 - Shell
-
Updated
Feb 23, 2019 - Go
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."
docker does not allow volume names shorter than 2 letters.
which will cause minikube to crash on docker driver