Cory Snider

Results 46 issues of Cory Snider

### Description The OpenTelemetry SDK by default handles "irredeemable" errors [by logging then to stderr using the stdlib log package.](https://github.com/open-telemetry/opentelemetry-go/blob/279c549cabf6c9b21b074f35d34634d3190f2343/internal/global/handler.go#L60-L64) We are neglecting to override this default, so OTEL logs...

https://github.com/distribution/distribution/blob/915ad2d5a6073cb976f94941a4f8891a692af704/registry.go#L108-L110 https://github.com/distribution/distribution/blob/915ad2d5a6073cb976f94941a4f8891a692af704/registry.go#L116-L118

v4.0.0

The synchronized service reload protocol added in systemd version 253 requires that the service provides a `MONOTONIC_USEC` field alongside the `RELOADING=1` notification message for synchronization purposes. The value carried in...

The "Query State" operation "MUST return the state of a container as specified in the [State](https://github.com/opencontainers/runtime-spec/blob/main/runtime.md#state) section." The State section defines the `pid` field as follows: > **`pid`** (int, REQUIRED...

The module path for swarmd is not valid for the location of the swarmd module within the swarmkit repo. The go command resolves package paths to the swarmkit/v2 module and...

## Description Bug fix: reintroduce the iptables match clauses which restrict matches on VXLAN packets to those with a VNI related to Calico, reverting cce544613169bd84a8a06f5536abd65cdc3c7ab8. And add the same match...

release-note-required
docs-pr-required

The Notary Project specifications use the term "root certificate" many times within the context of X.509 PKI, but I could not find any language within the specs which defines what...

### Description The daemon waits for `HealthStartInterval` to elapse before it performs the next probe, even if `HealthStartPeriod` ends before that time. ### Reproduce Run a container with a health-check,...

area/api
area/runtime
kind/bug
version/master

### Description - Related to #42746 We should get the kernel to send unsolicited IPv4 ARP and IPv6 Neighbor Discovery advertisements when bringing up macvlan and ipvlan container links. That...

kind/enhancement
area/networking/d/ipvlan
area/networking/d/macvlan

## Problem description Docker Hub search thinks that the best matches for `docker` are: 1. alpine 2. nginx 3. busybox 4. ubuntu 5. python The search result I wanted, [the...