Martin
Martin
**Describe the bug** For anti affinity, the label failure-domain.beta.kubernetes.io/zone is used. Starting in k8s v1.17, this label is deprecated in favor of topology.kubernetes.io/zone It should be possible to use the...
The redis session handler does not support sentinel. It is not usable for High Availability. Add sentinel support with a retry mechanism when master dies till slave is promoted to...
When 'redis' session handler encounters a connection problem (e.g. master node down), it will throw an error and stop. In case you are trying to get HA using e.g. Redis...
Its very hard to find the 2.3 release of the testpanel. https://hapifhir.github.io/hapi-hl7v2/hapi-testpanel/install.html refers to sourceforge everywhere Also, on sourceforge, the 2.0/2.1 releases are still present so it looks like there...
There were two problems for me that I fixed in this version: - counting the length of the session string was done before escaping, so it did not count all...
- add new haproxy.service.externalIPs and 2 bugfixes in README: - fix haproxy.image.serviceAccountName to haproxy.serviceAccountName - add missing haproxy.service.loadBalancerIP entry #### What this PR does / why we need it: I...
**Is your feature request related to a problem? Please describe.** I can't specify externalIPs for a (type: Loadbalancer) Service for HAProxy. **Describe the solution you'd like** have the field supported....
**Describe the bug** To connect via a proxy using authentication, you [should do](https://jeremylong.github.io/DependencyCheck/data/proxy.html): > JAVA_OPTS="-Dhttp**s**.proxyHost=yourhost -Dhttp**s**.proxyPort=yourport -Dhttp**s**.proxyUser=youruser -Dhttp**s**.proxyPassword=yourpassword" However, in [BaseDependencyCheckMojo.java](https://github.com/jeremylong/DependencyCheck/blob/main/maven/src/main/java/org/owasp/dependencycheck/maven/BaseDependencyCheckMojo.java) line 2218 and on, only the http.proxyXXX variables are...
I can only see the aliases metrics when both es.aliases and es.indices are enabled. This is not in the README.md [https://github.com/prometheus-community/elasticsearch_exporter/blob/master/README.md] nor in 'elasticsearch_exporter --help'
deleted old-style multiline parsers, to remove some confusion. fixes part of #10212 ---- Enter `[N/A]` in the box, if an item is not applicable to your change. **Testing** Before we...