Michael Ruoss
Michael Ruoss
Hi there. I set up dd-trace according to the setup instructions and find that modules like http or express are not instrumented. I tried to find out the reason, digging...
When using `column-gap` and `column-span`, the autoprefixer turns gaps into columns and spans the columns and gaps, instead of columns including gaps. Test case: ```sass .grid grid-template-rows: repeat(6, auto) grid-template-columns:...
Add a callback to `mix bonny.gen.manifest` that lets users override the generated resources. ### Example ```elixir def override_resource(%{"apiVersion" => "rbac.authorization.k8s.io/v1", "kind" => "ClusterRole"}), do: #overrides def override_resource(%{"apiVersion" => "v1", "kind"...
This might take a while to finish... Fixes #15 Edit: I have (once again) decided to publish this separately as there might be a desire to implement admission control without...
Adds opentelemetry and spandex tracers as connectors to telemetry. The functionality is beta, though. Closes #95
- [x] Change CRD - [x] Add integration tests for database.ex (functions creating / dropping the extensions) - [ ] Add integration tests for database controller - [ ] Implementat...
### TL;DR When setting up a private cluster with private endpoint, Google now creates an extra VPC subnet for the API server endpoint. We'd like to create a subnet on...
In your helm chart you define a value `affinity`. But in your `DaemonSet` template you're not applying it.
Once https://github.com/livebook-dev/kino_flame/pull/3 is merged, let's add a definition for Kubernetes backend with the required packages. I guess there is no way to set the `"backend"` attribute to "k8s", right?