Cayde6

Results 41 comments of Cayde6

@blakepettersson Resolved all conflicts. Please review this PR

@blakepettersson The corresponding pr has been approved, but when will it be merged?

@crenshaw-dev Of course. In the server/application, the gRPC client is created using client streaming, and the important part is that the grpc_retry.Disable() option has been added. It doesn’t seem to...

> I see > > ``` > Unimplemented desc = grpc_retry: cannot retry on ClientStreams, set grpc_retry.Disable() > ``` It seems like the grpc_retry.Disable() option is not working as expected...

The issue appears to be resolved in this [PR](https://github.com/argoproj/argo-cd/pull/19580). The issue should be closed

This issue has been resolved at #3657, so we need to close it

@joestringer I added the kube API lint step in the draft PR and tested it. It appears that the files under pkg/k8s/apis/cilium.io/... are currently failing the lint checks. Have you...