minikube
Here are 694 public repositories matching this topic...
-
Updated
Mar 31, 2022 - Shell
/kind feature
Why you need this feature:
Sub-issue of kubeflow/kubeflow#6353
To have support for K8s 1.22 we need to ensure all our crud web apps, Jupyter, TensorBoards, Volumes, are using the v1 version of SubjectAccessReviews. https://kubernetes.io/docs/reference/using-api/deprec
I want to swap a deployment.
all seems good by on the pod, i not found args available on my deployment.
Is it possible to concat them on a env variable or add them on the pod definition?
-
Updated
Jun 2, 2021 - Python
-
Updated
Apr 1, 2022 - C++
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
Apr 25, 2021 - Go
-
Updated
Oct 7, 2020 - Go
-
Updated
Jul 2, 2020 - Shell
-
Updated
May 28, 2018 - Go
-
Updated
Oct 10, 2021 - Java
-
Updated
May 22, 2021 - JavaScript
-
Updated
Mar 9, 2022 - Shell
-
Updated
Mar 2, 2022 - Go
-
Updated
Jul 12, 2018 - PHP
-
Updated
Jan 5, 2018 - Go
-
Updated
Mar 2, 2022 - Java
-
Updated
Nov 19, 2018 - C#
-
Updated
Mar 23, 2022 - HCL
-
Updated
Oct 6, 2021 - Shell
-
Updated
Oct 14, 2020 - Shell
-
Updated
Oct 17, 2020 - Go
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Jan 4, 2021
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
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."


It's not possible to enable addons with
--no-kubernetespassed because the addons in their current state are deployed to Kubernetes. So if a user tries to enable an addon with--no-kubernetesoutput a message notifying them that it's not possible without Kubernetes and exit execution.Related kubernetes/minikube#13461