Andreas Gabor

Results 20 issues of Andreas Gabor

**Is your feature request related to a problem? Please describe.** You can already create ObjectResource case classes manually [as described here](https://skuber.co/#/?id=custom-resource). These days it's common to have many operators and...

enhancement
feature:large
Priority: high

### What happened? When using the `--cluster-domain` command line parameter to set a custom clusterDomain, this is passed down to the kubelet and certificates but the coredns configuration does not...

kind/feature

Services can be resolved using not only "service.namespace" but also "service.namespace.svc.cluster-domain". By default "cluster-domain" is "cluster.local" but it can be [configured in the kubelet](https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/). This configuration is obayed in telepresence...

### Short description Downloading a huge file to a slow consumer might cause a `java.io.IOException: akka.stream.scaladsl.TcpIdleTimeoutException: TCP idle-timeout encountered on connection to [minio:80], no bytes passed in the last 1...

p:aws-s3

Derivation fails when the target contains a mixed in trait: ```scala import io.scalaland.chimney.dsl._ trait B { val b : Int } case class A(a : Boolean) A(true) .into[A with B]...

enhancement

### Versions used Versions: Akka: 2.6.13 Akka Management: 1.0.10 ### Expected Behavior When using a kubernetes lease for cluster sharding (https://doc.akka.io/docs/akka/current/typed/cluster-sharding.html#lease), the kubernetes lease names should be unique. ### Actual...

My usecase is querying ElasticSearch where nested case classes have been inserted. I'm really not sure about the implementation as I'm not too familiar with macros. Tbh I'm surprised I...

**Is your feature request related to a problem? Please describe.** The server-config-init container defaults to cpu requests of [1000m](https://github.com/k8ssandra/cass-operator/blob/master/pkg/reconciliation/defaults.go#L8), which might be too much for test environments. When using cass...

enhancement

## Feature Request **Is your feature request related to a problem? Please describe.** When using a self-deployed S3 solution like minio the use case arises for using insecure HTTP connections....

good first issue