-
Updated
Feb 5, 2021 - Shell
kubernetes-cluster
Here are 879 public repositories matching this topic...
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
May 9, 2020 - Python
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
They are pretty sparse. Plus options in schema are not described well.
-
Updated
Feb 8, 2021
-
Updated
Feb 3, 2021 - Go
-
Updated
Sep 24, 2020 - Shell
We use kind for integration tests against a kubernetes cluster. We now have a dirty hack to load the built images into the kind docker daemon since when we started using it kind was at a very early stage and didn't have the load command. Now the load command is available so we can just replace the hack with it!
Docs here
https://kind.sigs.k8s.io/docs/user/quick-start/#loading-an-image-into-y
-
Updated
Sep 30, 2020 - Go
-
Updated
Jul 25, 2020 - Python
Sign the windows EXE
Users that download the windows EXE will be prompted (by browser and OS) that it is not safe because the EXE isn't signed.

There is a GitHub Action for signing: https://github.com/marketplace/actions/code-sign-a-file-with-pfx-certificate
This would provide additional confidence for
Proposed change
I'd like to see our autohttps deployment be able to provide metrics that prometheus can scrape.
Who would use this feature?
Users of the helm chart that wants to ensure they don't bottleneck because low resources on this proxy pod.
(Optional): Suggest a solution
I suggest we experiment with [this Traefik configuration](https://docs.traefik.io/observability/metr
-
Updated
Aug 11, 2020 - Shell
-
Updated
Jun 17, 2020 - Go
-
Updated
Mar 14, 2019
-
Updated
Sep 8, 2018 - Shell
-
Updated
Feb 8, 2019 - Smarty
-
Updated
Oct 2, 2020 - HTML
-
Updated
Nov 13, 2020 - Go
-
Updated
Feb 9, 2021 - Shell
-
Updated
Jan 8, 2020 - Scala
-
Updated
Apr 24, 2020 - Shell
-
Updated
Feb 8, 2021 - Rust
-
Updated
Dec 17, 2020 - JavaScript
-
Updated
Jul 16, 2020 - Shell
-
Updated
Feb 9, 2021 - Go
-
Updated
Jul 24, 2019 - JavaScript
-
Updated
Dec 22, 2020 - HTML
Improve this page
Add a description, image, and links to the kubernetes-cluster topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kubernetes-cluster topic, visit your repo's landing page and select "manage topics."


FEATURE REQUEST:
Hi,
I see that there is nothing in the kargo repo related to
docker loginstuff and more precisely nothing about the ability to make kubernetes pull images from private registries such as ECR.I have a solution for this that currently works for ECR and CoreOS and that could be extended to different registries solutions (azure one, custom private registry on premi