Peter Hunt

Results 68 issues of Peter Hunt

#### What type of PR is this? /kind bug #### What this PR does / why we need it: #### Which issue(s) this PR fixes: #### Special notes for your...

kind/bug
lifecycle/stale
approved
needs-rebase
release-note
dco-signoff: yes

#### What type of PR is this? /kind feature #### What this PR does / why we need it: Often, users are met with the error "Kubelet may be retrying...

kind/feature
do-not-merge/hold
approved
needs-rebase
release-note
dco-signoff: yes

if CreatedAt is zero, the Kubelet will complain and also be confused by the container. Attempt to update in this case. Signed-off-by: Peter Hunt #### What type of PR is...

kind/bug
do-not-merge/hold
approved
release-note
dco-signoff: yes

etcd and KAS use the https://pkg.go.dev/k8s.io/utils/trace package to log when operations are taking longer than expected. There are many situations where we hit unexpected latency (disk I/O when setting up...

lifecycle/stale

# Enhancement Description - One-line enhancement description (can be used as a release note): cAdvisor-less, CRI-full Container and Pod Stats - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/pull/2364 - Primary contact (assignee): @haircommander,...

sig/node
stage/alpha
tracked/yes
lead-opted-in

It should also support more, but these log drivers should be fairly trivial to implement

continuing conversation [here](https://github.com/cri-o/cri-o/issues/1257)

We'd like to implement a json file logger so managers have the ability to log in a json file format

cross post of: https://github.com/cri-o/cri-o/issues/1778

Based on how runc creates a console socket (only one fd for stdin and stdout), conmon currently isn't correctly figuring out if a character written to a tty is a...