-
Going through the steps in https://github.com/apache/camel-karavan/blob/main/DEV.md down to
```
mvn clean package -Dquarkus.container-image.build=true
```
Getting
```
[INFO] Scanning for project…
-
### Describe the bug
There seems to be some inconsistency with the VM reflection reporting $VALUES vs ENUM$VALUES - https://stackoverflow.com/questions/46924470/java-enums-enumvalues-or-values
If …
-
### Is your task related to a problem? Please describe
_Originally posted by @shawkins_ in an internal conversation:
> the openshift logic will force a refresh for 401 and 403, but the kuberentes …
-
### Describe the bug
List objects should implement `equals` so that `List.contains()` works as expected.
For example, take a `ClusterRoleBinding` object, which contains a list of `Subjects`. If …
-
### Describe the bug
Fabric8 does not preserve the folder structure when uploading directories and just puts everything in the root directory. So files that should be uploaded to /root/path/to/sub/…
-
### Describe the bug
When I use openshift-client v6.7.1 to scale openshift deploymentConfig like below:
It will return error like this:
### Fabric8 Kubernetes Client version
6.7.1
### Ste…
-
https://github.com/sundrio/sundrio/pull/368 will cut down on the model jar sizes by around 20% and will also decrease the runtime footprint.
Other possible opportunities to reduce the size of the …
-
### Describe the bug
Running the spring-boot-crd project throws an error of Kubernetes not found.
mvn version: 3.8.6
minikube version: 1.37.1
### Eclipse JKube version
1.10.0
### Component
Kube…
-
### Describe the bug
I can not get list of pods in version 6.6.0 but it works in 6.5.0 and on 6.5.1 it happens on a few percent of the attempts.
I have tried to set log level to trace to get more in…
-
When an object has the following class definition:
```
public class IstioDestinationRule implements KubernetesResource
{
@JsonProperty("canarySubsetName")
private String canarySubsetN…