Zhen Wang
Zhen Wang
I tried to migrate the NPD tests but still saw the `403 Forbidden` error. I am not sure why the same tests can work in CI, but not in presubmits,...
NPD's goal is to detect infra layer issues, which is one layer below the kubernetes in general. So it is recommended to reduce dependencies to other components like API server....
/kind feature
> Adding a label could be breaking change. Testing the changes locally. @vteratipally Were you able to test this? /retest
Here is how kubelet is configured in k/k: https://github.com/kubernetes/kubernetes/blob/f8930f980d2986f9e486b04c14c3e93e57bdbe12/cluster/gce/gci/configure-helper.sh#L1652 `systemctl restart` is often used by administrators to reconfigure system components. For example https://github.com/GoogleCloudPlatform/k8s-node-tools/blob/47ae266dcfa0af4edf80b87b4d6e2011bf8318d9/kubelet-log-config/kubelet-log-config.yaml#L89. Its kernel log pattern is different from...
I agree that it is desirable to find a better way to differentiate between unhealthy restart and planned restart. Do you have any suggestions?
NPD's goal is to detect infra layer issues. So it needs to read logs in a place where non-privileged containers do not have permission. Additionally, we use health checker in...
/remove-kind bug