-
### Describe the bug
I am seeing this warning when compiling my application:
```
WARNING] [io.quarkus.arc.deployment.SplitPackageProcessor] Detected a split package usage which is considered a ba…
-
It looks like in some situations, the informers get stuck and as a result, the `StrimziPodSetController` does not operate the Pods anymore. This is a problem because it does not recreate them after th…
-
### Describe the bug
I'm watching a resource like
```kotlin
kubernetesClient.pods().watch(ListOptionsBuilder().withSendInitialEvents(false).build(), watcher)
```
but I still receive the in…
-
### Describe the bug
I tried running the following example from the readme.
```java
client.events().inAnyNamespace().watch(new Watcher() {
@Override
public void eventReceived(Action action,…
-
Due to a bug in the Fabric8 Kubernetes client (https://github.com/fabric8io/kubernetes-client/issues/5102), a synchronous (with the `wait` flag set to `true`) scale-down of deployments to 0 replicas i…
-
How can I get Service object from service yaml string. Something like this:
V1Service service = Yaml.loadAs(yamlString, V1Service.class);
-
Type: Bug
cc: @meganrogge @isidorn
I open a terminal in VSCode, execute some commands and press shift+tab to move the focus to the accessible buffer.
Once this is done I use ctrl+up and ctrl+…
-
I have successfully installed Camel-K v2 on Minikube via Kamel CLI with enabled monitoring:
```
./kamel install --force --olm=false -V --example --monitoring=true --monitoring-port=8888
```
But I…
-
Changes in #431 seem to be causing an issue with Visitors
With the new changes in:
https://github.com/sundrio/sundrio/blob/836ebeabed8f708f792ffac001a43e154852f0ea/core/src/main/java/io/sundr/bu…
-
I'm using `AdmissionReview` to implement webhook, it used to work well in version `6.2.0` but after upgrading to version `6.5.0` I started facing issues.
```
{
"apiVersion": "admission.k8s.io/v1…