Craig Ringer

Results 113 comments of Craig Ringer
trafficstars

I went to bang out a minimal `kubectl` patch for this, since it seemed like a bit of a no-brainer to support writing a json document listing the ports to...

Moved to new proposal issue https://github.com/kubernetes/kubectl/issues/1446

No, I won't merge this PR, as it incompatibly changes the existing definition. Also, last I checked `hstore` remained considerably more efficient than `jsonb`, but that was a while ago,...

Looks like PR https://github.com/tokopedia/gripmock/pull/119 is open for this, but unmerged/unreviewed with no comments.

Causes lots of noise in DataDog otel exporter see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/14186 .

That's just it - 200 unique trace points in a service doesn't seem like that much. Won't the list get unwieldy? But mostly what's weird is that it *allows* freeform...

My response was somewhat muddled from an unrelated issue. What I was trying to get at here is that if you have 4 top-level services "serviceA", "serviceB", etc, and some...

Based on https://github.com/kubernetes/kubernetes/issues/121828#issuecomment-1804733961 it appears this is a bug in the azure workload identity controller. This seems to be tracked as https://github.com/Azure/azure-workload-identity/issues/647 It can lead to the `Job` resource being...

I've seen the same with string-references, which is bizarre and unexpected.

At least in my case this was another symptom of #124 . I was passing an undef timer to IPC::Run::start and it somehow landed up being recognised as a GLOB...