m1o1
m1o1
I've heard these clicks in pokemon tcg in places like the rock club. Using Ubuntu 20.04. I assume it's the same issue as here but figured I could give another...
HTTP/2 is also very valuable in service-to-service communication between microservices, not just from frontend browsers. gRPC uses HTTP/2 for example, though I guess that isn't totally relevant to express. But...
I ran into this when I added the jaeger-operator chart as a dependency to my chart. It skipped installing crds, I assume because I was running "helm upgrade --install" and...
Came here looking for automatic header propagation.. @linsun did you say this is possible using only route rules? Or will solving this issue make this possible using only route rules?
@coderanger do you mean that since SSA is broadly available, we should use `cl.Patch(ctx, obj, client.Apply, client.ForceOwnership, client.FieldOwner("my-controller"))` as shown above? Or something else? About to switch some stuff to...
I think this would apply to the Deployment (as opposed to DaemonSet) as well. Just tried using a custom collector and couldn't figure out how to add `imagePullSecrets`. Going to...
I [opened a PR](https://github.com/open-telemetry/opentelemetry-operator/pull/954). I need to make sure I follow the contributing guidelines and clean it up, but if it looks like I'm on the right track, I'll fix...
Some things need to be cleaned up, just need to read through the contributing docs to see what I missed.
Need to figure out how to properly set up gpg for signing, so marked as a draft for now.