Doug Smith

Results 87 issues of Doug Smith

…efault=true in status This is a test change to the library for determination of the default=true interface in the network-status annotation when multiple interfaces are present in the result.

This PR introduces graceful shutdown functionality to the Multus daemon by adding a `/readyz` endpoint alongside the existing `/healthz`. The /readyz endpoint starts returning 500 once a SIGTERM is received,...

Likely due to the latest version of Kubernetes being used in KIND, which has caused an issue. This should be addressed, but, in the meanwhile we'll disable it.

From [openshift pull request](https://github.com/openshift/multus-cni/pull/246): > This makes sure that stale caches never result in NotFound errors. It was explained to me that informers are almost always are more efficient, and...

**What happened**: I had bad json in the daemon-config json, and the daemonset just crashloops and there's no log output. **What you expected to happen**: I get some output of...

Changed from an error, since it returns a default value here, it shouldn't say it's an error, only warn that the file is not present. **What this PR does /...

Due to oberservations that threads can grow and the dhcp daemon uses an increasing amount of memory. This situation can happen organically when using say, bridge CNI, and the bridge...