liad5h

Results 11 comments of liad5h

@mootezbessifi I don't know if this is still relevant, but this is what we did to store our checkpoints and savepoints in aws s3: under flinkConfig we set the following:...

Would definitely use this.

I had the same problem. In the documentation, there are two methods to update an `Instance Group`: HTTP `PATCH` and `PUT` https://docs.ansible.com/ansible-tower/latest/html/towerapi/api_ref.html#/operations/Instance%20Groups/Instance_Groups_instance_groups_update https://docs.ansible.com/ansible-tower/latest/html/towerapi/api_ref.html#/operations/Instance%20Groups/Instance_Groups_instance_groups_partial_update I noticed that when I update the...

In case this is still relevant, I implemented this for kubernetes version comparison: ``` data "aws_eks_cluster" "cluster" { name = var.cluster_name } locals { kubernetes_1_24 = [1,24] cluster_version = [...

We are experiencing the same issue with version `0.13.1` and kubernetes 1.21 or higher. In our case when the issue happens, external-dns stops processing requests until we go to AWS...

I tried to fix this by enabling kubernetes HA but then i had other issues with checkpoints. i ended up replacing this operator with this operator https://github.com/apache/flink-kubernetes-operator. So far it...

I don't see a way to pass these annotations without forking the chart, am I missing something?

here you can see the consumption going up to 100% available memory. if we remove the limits it goes up until it gets evicted by the node ![image](https://github.com/stakater/Reloader/assets/82748812/d6295567-ada1-4118-b4ef-cfd96d7edad1)

We had the same issue today and figured a way to fix it. When the argocd UI is loading, all application specs are read. If one or more applications have...

> argocd v2.10.7 > > faced this when deploying clickhouse operator installation: > > ``` > Recovered from panic: runtime error: invalid memory address or nil pointer dereference > goroutine...