Chris Vest
Chris Vest
**What this PR does / why we need it**: There are a number of vulnerabilities in the current image `v1.0.0`, this PR should fix that permanently going forwards by using...
**Describe the bug** When the init container starts up to download the plugins, the following happens: ```infra-jenkins-0 init disable Setup Wizard infra-jenkins-0 init remove all plugins from shared volume infra-jenkins-0...
After upgrading to 0.10.8, I am continuously getting errors like this: `GET /latest/meta-data/spot/termination-time (404)` This is happening in 3 separate EKS clusters. Is anyone able to shed some light on...
In certain occasions the logs coming from our services are not correctly parsed. As a consequence, thousands of log lines are crammed together in one big message sent to Sumo...
## What changes were proposed in this pull request? 1. Adds support for created an ingress for `schema-registry` 2. Updates the JMX exporter to the latest version: https://hub.docker.com/layers/solsson/kafka-prometheus-jmx-exporter/latest/images/sha256-70852d19ab9182c191684a8b08ac831230006d82e65d1db617479ea27884e4e8?context=explore ## How...
**Is your feature request related to a problem? Please describe.** I want to use the HTTP-01 Gateway API solver with GCP Multi Cluster Gateway. Currently when I request a certificate...
When setting up Blockscout according to the documentation, I realised that there were some endpoints missing. This is a change to contribute: 1. missing endpoints 2. updated example NGINX config.
[As per the Confluent documentation](https://docs.confluent.io/current/connect/references/restapi.html#post--connectors-(string-name)-restart), the `connectors/$name/restart` endpoint only restarts the Connector, but not the Connector's tasks. There is a separate endpoint for restarting tasks by task ID. Thanks for...