Bernard Grymonpon

Results 18 issues of Bernard Grymonpon

My apologies, I introduced more bugs than features in the last fast patch. After testing this now, it seems to work correct ``` tcp 0 0 127.0.0.1:8090 0.0.0.0:* LISTEN 1/mgob...

...due to the unauthenticated pulling from Docker Hub. This prevents builds/tests to run, and no docker images are published. See https://docs.docker.com/docker-hub/download-rate-limit/#how-do-i-authenticate-pull-requests for fixes.

(This was already reported against the old driver here (by me): https://github.com/apache/pulsar/issues/6496 but it was noted this was fixed with the new go implementation, which doesn't seem the case. The...

area/consumer
triage/week-49

Some project don't use a specific package manager, but depend on `git submodule` (older projects, C, C++,... (c)make based stuff...). It would be nice if this was added to licenseFinder...

unscheduled

https://github.com/kedacore/keda/issues/4854 I reworked the prometheus metric names to follow conventions: added units where needed, and appended `total`. Also passed a `time.Duration` down to the metrics handlers, as the conversion to...

Allows to define env vars for the shellpod container. Closes https://github.com/derailed/k9s/issues/2244 ``` shellPod: image: busybox:1.35.0 env: - name: HELLO value: world namespace: default ``` results in ```bash Pod: default/k9s-shell-3745 |...

enhancement

**Is your feature request related to a problem?** I would be nice to add a banner to the docs if you're not on the latest version of the docs. Google...

kind/documentation
lifecycle/stale
needs-triage

## :person_frowning: Problem Statement In certain cases, it's needed to supply multiple CLI binding addresses/ports. One example is when a private network is being used to connect the caching layer...

Feature Request

### OpenTofu Version ```shell ➜ tofu version OpenTofu v1.6.1 on darwin_arm64 ``` ### OpenTofu Configuration Files ```hcl resource "kubernetes_role_binding" "foo_service_access_binding" { metadata { name = "service-access-binding" namespace = "foo" }...

bug
accepted

**Describe the bug** We had issues running haproxy with a check-command configured in a container on EKS, using AL2023-EKS as our image for the worker nodes. The result was a...