Jonathan Ballet
Jonathan Ballet
Typically: ``` ./metrics-docker-stats.rb --container some-container --docker-host swarm-host:2375 --protocol http Check failed to run: wrong status line: "\x15\x03\x01\x00\x02\x02", [ "/usr/lib/ruby/2.2.0/net/http/response.rb:41:in `read_status_line'", "/usr/lib/ruby/2.2.0/net/http/response.rb:28:in `read_new'", "/usr/lib/ruby/2.2.0/net/http.rb:1414:in `block in transport_request'", "/usr/lib/ruby/2.2.0/net/http.rb:1411:in `catch'", "/usr/lib/ruby/2.2.0/net/http.rb:1411:in `transport_request'",...
## Description I'm testing the SARIF output on various repositories, and it seems in some cases, Trivy prepends the artifact locations with a `library/` prefix. This results in a location...
It would be great if the library could provide an out of the box module to implement leader election. The sync library has an implementation in https://github.com/kubernetes-client/python/blob/master/kubernetes/base/leaderelection/ Is it something...
**What this PR does / why we need it**: This changes the name of the volume name label, reported by the `kube_persistentvolumeclaim_*` metrics, to be the same label as the...
**What would you like to be added**: `kube_persistentvolume_*` metrics and `kube_persistentvolumeclaim_*` metrics should expose the "name of the volume" inside the same metric label. **Why is this needed**: It's a...
I'm using the eu-central-1 mostly and there are a bunch of instances which are not available. It would be nice if I could just _not_ display these instances so it...
The documentation doesn't say how to enter characters which contains ü and I had to figure out using the Pinyin Wikipedia page and the article on this special to guess...
### Which project are you requesting an enhancement for? kr8s ### What do you need? Would it be possible to provide an out of the box module that implement leader...
Instead of matching a specific keyspace name, --exclude-keyspaces now takes a regex as an argument; every keyspaces which match the regex will be ignored. This is not entirely backward compatible,...
This is not portable, and fails depending on the JVM used, see https://www.oracle.com/java/technologies/faq-sun-packages.html: > The sun.* packages are not part of the supported, public interface. > A Java program that...