helm
Here are 2,071 public repositories matching this topic...
-
Updated
Dec 14, 2020 - Go
Show number of pod restarts in the argo ui.
Motivation
Showing number of pod restart counts in the argo ui will help us to see which pods were restarted and how many times without going to any other monitoring dashboards or running kubectl commands. This will be very helpful feature.
Proposal
By getting the number of restart count, we can add this count at the bottom of each pod as
-
Updated
Apr 5, 2020 - Go
-
Updated
Dec 15, 2020 - Emacs Lisp
Task
Convert CI to GitHub Actions
Context
Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.
I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.
See also:
https://github.com/mvdan/github-actions-golang
https://github.com/ac
-
Updated
Dec 15, 2020 - Rust
-
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
Oct 28, 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
Is your feature request related to a problem? Please describe.
When working with big images, okteto up times out often, specially if the image is pretty large and not pulled. It would be useful to be able to specify a bigger timeout directly in the manifest, instead of setting an env var.
-
Updated
Dec 13, 2020 - Python
The buildkit (client) and buildkitd (builder daemon) can both be used with faasd or k3s hosts for building images without installing Docker onto the machine.
There is a tar that can be downloaded like we do with inletsctl, however, we need to make sure we extract both binaries. I'm fairly sure that this will "just work"
See more:
-
Updated
Mar 30, 2020 - CSS
-
Updated
Dec 10, 2020 - Shell
-
Updated
Nov 24, 2020 - HTML
Add gPRC API
Implement a gPRC version of the API (on a different port) for podinfo and generate the client in podcli.
-
Updated
Dec 9, 2020 - Go
-
Updated
Dec 4, 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."


Helm documentation states the following:
-1) (k8s) metadata.name is restricted to a maximum length of 63 characters because of limitations to the DNS system
-2) For that reasons, release names are (DNS labels that are) limited to 53 characters
Statement 1) is not correct.
k8s does not impose a max length of 63 characters on resource names.
The actual max length for a resource name is 253 c