Rudi C
Rudi C
E.g. right now the latest nightly build in the apt repo is Version: 1:5.9.0.git.231.5004c8b-1 which dates back to August 18: https://github.com/DataDog/dd-agent/commit/5004c8bf01d38b09f1f2a8484e0f96cc9a01e19d And e.g. the docker image gets happily rebuilt with...
Right now, I don't think there's insight on what's going with the Kubernetes control plane: * status of each etcd master and overall cluster health / quorum * health of...
Given that: - Right now, the recommended installation is to have a dd-agent pod on each node, through a DaemonSet. That works reasonably well, save minor issues about regular apps...
### Description The feature has been in beta since 1.19. It boils down to a new field, PreemptionPolicy: PreemptLowerPriority (default) | Never ### References https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#non-preempting-priority-class ### Community Note * Please...
Copying from a comment in issue 817, https://github.com/kubernetes/dashboard/issues/817#issuecomment-224580252 I think replica sets need custom ordering, because of the way they are created and managed by deployments. To give you an...
This is a feature request, a bit on the advanced side. I know it's not going to make it into 1.1. Feel free to defer it or close it entirely....
Right now, the code checks if parent_span is None only after it's stored. Either the checks runs when it's too late or it's not needed in the first place. Assume...
See https://gist.github.com/marineam/9914debc25c8d7dc458f It uses the same toolchain as the one that built the CoreOS kernel and it doesn't require running Ubuntu. I haven't tested it, but I think the current...
I brought up an use case for the proxy within Kubernetes. See comment at https://github.com/kubernetes/kubernetes/issues/14226#issuecomment-184328220 Would it be feasible or even OK to turn the proxy into a library that...
An idea from https://github.com/kubernetes/kubernetes/issues/14226#issuecomment-184328220: For network=host containers, > it could look up the connection in /proc/net/tcp/\* instead and match that against the /proc/*/fd/ symlinks, like lsof does. That's expensive, unless...