-
Is it possible to start a `KubernetesServer` mock this way:
```
import io.fabric8.kubernetes.client.server.mock.KubernetesServer;
KubernetesServer server = new KubernetesServer(true, true);…
-
As suggested by @jorsol in https://github.com/fabric8io/kubernetes-client/pull/3363#issuecomment-892806386 , We should test admission and conversion webhooks written using Fabric8 Kubernetes Client. I…
-
We are using the latest release of the spark operator: `v1beta2-1.1.2-2.4.5`.
I believe that this is related to #537. I am adding an initContainer onto the driver pod like this:
```
apiVersion: "…
-
2024-03-11 22:50:17,038 ERROR [io.fab.kub.cli.inf.imp.cac.Reflector] (-37257991-pool-27-thread-5) watch failed for argoproj.io/v1alpha1/applications, will stop: io.fabric8.kubernetes.client.WatcherExc…
-
A test class annotated with `@EnableKubernetesMockClient` will execute `@BeforeAll` for any nested classes as well, except it will fail to retrieve the annotation.
To Reproduce:
```
import stat…
-
I can no longer open support cases with Instana/IBM as the Search account dropdown doesn't work. Can't talk to an agent as "You currently do not have permission to start a chat with the live agent. I…
-
Version 0.200.0 apparently introduced a build failure for the fabric8 client when building with java sdk version 1.8.
https://github.com/fabric8io/kubernetes-client/pull/5965
```
- 0.103.1
…
-
11:53:53.862 [main] DEBUG io.fabric8.kubernetes.client.Config - Trying to configure client from Kubernetes config...
11:53:53.876 [main] DEBUG io.fabric8.kubernetes.client.Config - Did not find Kuber…
-
### Helm Chart Version
Chart Version: 0.163.0 App Version: 0.63.0
### What step the error happened?
During the Sync
### Relevant information
We just installed Airbyte into a new …
-
It seems like the discovery is broken when using SSL, I'm getting this on the client and master when starting up during discovery, any ideas?:
```[2016-12-05 23:39:24,053][WARN ][io.fabric8.elastic…