Jonny
Jonny
## Describe the feature We are currently using flagger with Datadog metrics. Even though we don't have a very high amount of `Canary` resources with too frequent Datadog requests (we...
### Describe the bug We are running flagger as central service used by multiple other services for progressive deliveries. The services use Datadog queries via the `MetricsTemplate`. The other day...
Currently the subcommands don't have a dedicated help: ``` isopod install --help F0623 16:26:04.864009 75962 main.go:253] Failed to load clusters runtime: open --help: no such file or directory ``` Would...
Since kubernetes 1.18 the kube api server adds a managedFields object to created objects. This can be quite large for some objects and makes the diff unreadable. managedFields should be...
There is actually no issue with the percentage reported on the Yooksmart shades. Fix #1306
### Expected Behavior Amount of go routines for Go routine leak in azure-event-hubs-go/v2/eph.(*leasedReceiver).Run.func1 doesn't increase over time ### Actual Behavior the go routines are leaking and memory footprint grows ###...
Hi, I couldn't figure out a way to define dependencies between steps within one project. The Buildkite native way would be to use a `key: foo` and a `depends_on: foo`...
It is often necessary to declare dependencies between resources in a composition. Some default crossplane cloud providers have dependencies between specific resources. [The crossplane docs](https://crossplane.io/docs/v1.4/concepts/managed-resources.html#dependencies) contain an example of a...
I see lots of rate limited requests in the logs of this controller like the ones attached. I know this has to do with the `k8s/client-go` discovery cache. I know...
I'm using the next.js app router and Nextra doesn't quite work with that yet. `next.config.mjs`: ```ts import nextra from 'nextra' /** * @type {import('next').NextConfig} */ const nextConfig = { distDir:...