Aditya
Aditya
Added M1 support in #202
Fixed in https://github.com/DataDog/datadog-agent/pull/11126
We are essentially trying to do the equivalent of the following Go code with async-http, where we want to keep a pool of persistent connections to the reverse proxy. The...
Here's the policy: ```yaml apiVersion: kyverno.io/v1 kind: ClusterPolicy metadata: name: bump-memlimit-gce-pd-driver spec: background: false failurePolicy: Ignore rules: - name: bump-memlimit-gce-pd-driver match: any: - resources: kinds: - Pod operations: - CREATE...
FWIW, this issue isn't isolate to the CLI. We had to roll back from 1.12 to 1.10.x after noticing that the policy wasn't functioning correctly in our production clusters.