Carlos Santana
Carlos Santana
I hit this problem today with the [SubscriptionFilter](https://marketplace.upbound.io/providers/upbound/provider-aws/v0.31.0/resources/cloudwatchlogs.aws.upbound.io/SubscriptionFilter/v1beta1) The filter takes a `destinationArnRef` or `destinationArnSelector` is based on [[destinationArn](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutSubscriptionFilter.html#API_PutSubscriptionFilter_RequestSyntax)](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutSubscriptionFilter.html#API_PutSubscriptionFilter_RequestSyntax) The ARN of the destination to deliver matching log events to....
I think adding this feature will help for use cases that you have app of applicationsets, like in the [gitops-bridge](https://github.com/gitops-bridge-dev/gitops-bridge-argocd-control-plane-template/tree/main/bootstrap/control-plane/addons/aws) (same project mentioned by @SnowBiz in comment https://github.com/argoproj/argo-cd/issues/12444#issuecomment-2002278133) when using...
A workaround I found was to set the sync wave number for each application set, the application controller will reconcile them in order, but it doesn't wait for the application...
@blakepettersson @christianh814 Could you try this PR in Github Codespaces? `make build` fails like this ``` => ERROR [stage-5 13/22] COPY --from=redis /usr/lib/linux-gnu/libssl.so.1.1 /usr/lib/linux-gnu/ 0.0s => ERROR [stage-5 14/22] COPY...
This redis copy fails outside CodeSpaces, strange
I'm using Docker Engine on linux Ubuntu ``` ubuntu@ip-172-31-87-157:~$ sudo docker version Client: Docker Engine - Community Version: 25.0.3 API version: 1.44 Go version: go1.21.6 Git commit: 4debf41 Built: Tue...
These two files don't exist in the redis image ``` docker run --rm -it docker.io/library/redis:7.2.4@sha256:cc8b0b85fe6917a401334fd285f9a8d66fae231abcf13aadfd02975bf3924a47 ls /usr/lib/x86_64-linux-gnu/libssl.so.1.1 ls: cannot access '/usr/lib/x86_64-linux-gnu/libssl.so.1.1': No such file or directory ``` ``` docker run...
it looks like this file is not functional https://github.com/argoproj/argo-cd/blob/master/test/container/Dockerfile
I was able to test with `-local` make targets. Using test image requires a lot of disk space is better to run things locally Here are the commands ```shell make...
I was able to build the test image using the changes in this PR #17303 Then I was able to use make targets using the image like `make test`