Results 11 comments of Adam Morávek

I have exactly the same problem. It started after installing the confluentinc-kafka-connect-jdbc-10.5.0 (by copying it into /usr/share/java/confluentinc-kafka-connect-jdbc folder. I am using the Kafka Connect 7.1.1 with Java: openjdk version "11.0.15"...

Thank you, but with 10.3.3 (I've also tried 10.3.4 with the same result), another error occurs: ``` 2022-07-11 23:50:10,087 ERROR r-thread-1 o.a.c.ErrorController  null java.lang.NullPointerException: null at org.akhq.modules.KafkaModule.lambda$getConnectRestClient$6(KafkaModule.java:249) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)...

The same here. It seems all versions starting from 1.5.1 are affected. However, the workaround mentioned by @[Gyzes](https://github.com/Gyzes) worked out.

I think the ARM(v8) support would be really helpful since the architecture support is growing globally. Our company develops small Kubernetes clusters based on the ARM64 platform (see http://www.edgeclusters.com/ if...

If offer my help with building and testing.

Hello again, are there any good news regarding arm64 Kubeapps? ;-)

Unfortunately, according to [email protected] scan, the 6.1.7 has even more high-severity CVEs. To be more specific my scans gave me the following results: v6.1.7 ===== CVE-2022-36944 Critical ghsa: 9.8 nvd:...

The same problem here - Harbor Version v2.3.4-7a068b12, pushing image from github actions runner (ubuntu-latest), ends with: error: failed to solve: rpc error: code = Unknown desc = error writing...

I also needed to expose Kadalu RWX volume via NFS - I've used k8s.gcr.io/volume-nfs image to create NFS server inside the same namespace: ``` apiVersion: apps/v1 kind: Deployment metadata: name:...