Einav

Results 11 comments of Einav

Yes. It appeared to be an issue with vpc-cni addon combability. Make sure you use the vpc-cni version recommended for your node ami version [as mentioned here](https://docs.aws.amazon.com/eks/latest/userguide/managing-vpc-cni.html) Then, you might...

We are currently using ` v1.10.1-eksbuild.1` CNI version. In our case we had to replace our nodes **after** we updated the CNI version. Updating CNI and not replacing nodes took...

Thank you for your response. My configuration was set according to [this helm chart](https://artifacthub.io/packages/helm/estahn/k8s-image-swapper), where I figured `config` prefix is meant to represent swapper configuration. Anyway, I am using Kyverno...

You can read about the issue with EKS [here](https://kyverno.io/docs/troubleshooting/#kyverno-fails-on-eks), it is relevant to any webhook service. So in case a user of k8s-image-swapper is using EKS with 3rd party CNI,...

tl'dr: kyverno + aws pull through cache could replaces the k8s-swapper, but its harder to configure and maintain. Longer version: I won't say its a 1:1 replacement, though you can...

Hi, I'm experiencing a similar issue with Superset 4.0.0. In my case, I’m using a custom security manager to implement SSO. It seems that when I try to access a...

The issue still occurs in our system, couldn't find an easy way to patch this. If possible, please add some configuration flag/variable.

We have a few remote tables using the PostgreSQL engine and encountered the same error after upgrading ClickHouse from `24.8.3.59-alpine` to `24.9.2.42-alpine` @mausch W/A did help, thanks!

I can confirm that this functionality works in Superset using the ClickHouse driver, configured with the following connection string: `clickhouse+native://CH_USER:CH_PASSWORD@CH_HOST:9000/CH_DB?alt_hosts=CH_ALT_HOST:9000` However, we need to use ClickHouse Connect for other reasons,...

I have a similar use case, this feature would be most useful.