helm
Here are 1,949 public repositories matching this topic...
-
Updated
Oct 1, 2020 - Go
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a
question in argocd slack channel.
Checklist:
- [*] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- [*] I've included steps to reproduce the bug
-
Updated
Apr 5, 2020 - Go
-
Updated
Sep 11, 2020 - Emacs Lisp
I reinstalled a k3s cluster built with --no-extras and added `--k3s-extra-args="--flannel-backend=host-gw". The cluster failed to start.
I logged in and saw that the output of ps showed the following:
14760 ? Ssl 0:40 /usr/local/bin/k3s server --cluster-init --tls-san 10.68.0.63 --flannel-backend=host-gw--n
It would be nice to have a flag that allows to keep only the last x versions of a chart.
-
Updated
Nov 22, 2019 - Go
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
Sep 23, 2020 - Go
-
Updated
Sep 24, 2020 - Shell
-
Updated
Sep 30, 2020 - Go
First reported on Slack (https://kubernetes.slack.com/archives/C9D3TSUG4/p1550784319000900), it looks like if https://github.com/helm/monocular/blob/v1.2.0/cmd/chart-repo/utils.go#L100 comes back with an empty list (if there are no entries in the index.yaml, or all charts are deprecated), then https://github.com/helm/monocular/blob/v1.2.0/cmd/chart-repo/utils.go#L260 results in a panic as it tries
-
Updated
Jul 25, 2019 - Clojure
-
Updated
Mar 30, 2020 - CSS
-
Updated
Oct 1, 2020 - Python
Is your feature request related to a problem? Please describe.
When I run okteto stack deploy --wait on Okteto Cloud (or other headless systems) the output looks like this:
Describe the solution you'd like
Ideas:
- A quiet mode, where non-essential output is not shown.
In Kubernetes 1.18 the Ingress definitions have changed slightly.
In particular the @paurosello mentioned the change about ingressClass becoming part of the spec, instead of being an annotation.
If we can add both, perhaps that will help keep backwards compatibility for the time being?
-
Updated
Jul 16, 2020 - Shell
-
Updated
Oct 1, 2020 - HTML
serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller.
[From the documentation](https://kubernetes.i
Add gPRC API
Implement a gPRC version of the API (on a different port) for podinfo and generate the client in podcli.
-
Updated
Sep 10, 2020 - Go
-
Updated
Sep 26, 2020 - Go
Improve this page
Add a description, image, and links to the helm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the helm topic, visit your repo's landing page and select "manage topics."

Hello,
According to this thread, it is possible to use some path like file://local/path/to/chart instead of some chart repository URL.
In the documentation, I do not see any examples or mention for this feature.
Can we add it to the documentation or make it more accessibl