Paul Richardson

Results 50 comments of Paul Richardson

Tests that kept failing in the OCP4 run of the test are 'labelled' with the `CAMEL_K_TEST_SKIP_PROBLEMATIC` env var so that test runs can skip (nightly OCP4 runs do this at...

So thinking a little bit more about this. The scripts can be broken down into categories: - Installation - crc - minikube - minishift - install: installing to existing cluster...

> Hi I'm using podman-docker and docker maven plugin v0.31.0 to run docker:build but I have an error from rest api: > [ERROR] DOCKER> Unable to build image []: {"cause":"Content-Type:...

> @lburgazzoli Do you mean having both version as files in the repo instead of generating "clustered" versions ? @gansheer I would say, yes, that is what @lburgazzoli means. There...

So @astefanutti and I thought that the kustomize/Makefile combination was always going to be a pairing of convenience designed to allow for the most common and simplest use-cases. Since kustomize...

> The purpose of the PR (#58) that introduced the InClusterFactory is that you could substitute that out in your tests and use a separate implementation of `conditions.Factory` such that...

Logs from app: ``` 2023/12/20 06:09:35 [error] 23#23: *58720 limiting connections by zone "limitconnbyaddr", client: 172.17.45.21, server: localhost, request: "GET /maste r/api/v1/namespaces/openshift-operators/pods?watch=true HTTP/1.1", host: "hawtio-online-hawtio.hawtio-cluster-XXXXX" 172.17.45.21 - - [20/Dec/2023:06:09:35 +0000]...

Trying to implement limitations, either through max connections by IP or rate limiting causes parts of the application to fail in different ways. For example, rate limiting to 40 connections...

Created https://github.com/hawtio/hawtio-online/pull/273 in the interim to workaround the `too many requests` errors.