-
Updated
Jul 22, 2021 - Shell
kubernetes-cluster
Here are 1,009 public repositories matching this topic...
This feature enables the ipsec backend for Flannel in the k3sup install
command
Expected Behaviour
An additional flag to k3sup install
should enable ipsec for Flannel as
-
Updated
Jul 7, 2021 - TypeScript
What were you trying to accomplish?
Upgrade kube-proxy.
What happened?
kube-proxy is being downgraded kube-proxy:v1.20.4-eksbuild.2
-> kube-proxy:v1.20.4-eksbuild.1
This is because of hardcoded value in kube_proxy.go:
https://github.com/weaveworks/eksctl/blob/8c022c9b8d124e9a2fdb7a09820e5a5ffec529d4/pkg/addons/default/kube_proxy.go#L159
How to reproduce it?
- create EKS
-
Updated
Jul 19, 2021 - Shell
-
Updated
Jun 2, 2021 - Python
-
Updated
Jul 23, 2021 - Go
-
Updated
Jun 6, 2021 - Shell
At the moment of writing this issue, kubectl trace only supports X86-64 as target architecture.
The tool should be able to schedule bpftrace programs against all the architectures supported by bpftrace, that are X86-64 and arm64 (aarch64) see the Cmake definition.
To achieve that we n
-
Updated
Jul 25, 2020 - Python
-
Updated
Sep 30, 2020 - Go
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
Sep 8, 2018 - Shell
-
Updated
Mar 14, 2019
-
Updated
Feb 8, 2019 - Smarty
-
Updated
Oct 2, 2020 - HTML
-
Updated
Jul 17, 2021 - Shell
-
Updated
May 21, 2021 - Go
-
Updated
Apr 24, 2020 - Shell
-
Updated
Jan 8, 2020 - Scala
-
Updated
Jul 23, 2021 - Rust
-
Updated
Dec 17, 2020 - JavaScript
-
Updated
Jul 10, 2021 - Shell
-
Updated
May 12, 2021 - Jinja
-
Updated
Jul 23, 2021 - Go
-
Updated
Jul 24, 2019 - JavaScript
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 login
stuff 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