master
e2e_node: invoke make once for all targets
stop using deprecated klog flags
cri-api: Add pod checkpoint and restore RPCs
Merge pull request #109753 from matthyx/109577
Remove remants of broken stuff - nvidia/autoscaling
use PollUntilContextTimeout to replace PollImmediateWithContext in test
e2e_node: multiplex different commands in e2e_node.test
Switch node perf tests from TensorFlow to PyTorch Wide-Deep
hack/update-bazel.sh
E2E node: consider ARTIFACTS env variable for results dir
e2e_node: support pre-built binaries
Move kubeletHealthCheck from e2enode to node
e2e: node: remove kubevirt device plugin
e2e: dra: move gomega matchers to dedicated package
Add ffromani as approver for kubelet resource managers and their tests
Removed broken link to Analytics
Move dump package from apimachinery to k8s.io/utils
build: remove deprecated '// +build' tag
kubelet: defer CRI fallback removal to 1.38
e2e_node tests for cgroup reconciliation
e2e_node: Handle containerd CRIU preflight errors
Merge pull request #138006 from tallclair/push-kooxxktxovkr
Fix flaking e2e_node tests
kubelet: pass logger into container ID parsing
add context to CRI API client and contextual logging per-call
Add memory.events metrics to container metrics test
Fix container_restart_test AfterEach failing when CRI Proxy is undefined
E2E tests for CPU and Memory managers metrics
e2e_node: disable PodLevelResourcesFixDefaulting when PodLevelResources is disabled
test/e2e_node: fix CRI proxy event forwarding
E2E tests for pod level resources Kubelet Preemption
Kep-5996: Add kubelet configuration "DefaultPodSysctls" with feature gate.
Make e2e node tests more resiliant by ensuring the SIGTERM trap is registered
clean up: remove loop variable capture
Fix pull-kubernetes-node-kubelet-serial-containerd flaky tests
Mark newly NodeConformance-tagged resize/restart/device-plugin tests as Slow
Add E2E test for multiple device plugin and second one is struggle to register
remove import doc comments
DRA kubelet: add v1 DRAResourceHealth gRPC API
E2E node: bump to -v4 for remote testing
Require configz to be external versioned runtime.Object
Apply suggestions from code review
e2e: enhance SIGDescribe
fix test/e2e_node/gubernator.sh shellcheck failures
Fix hugepage reporting e2e test assertion for disabled feature gate
E2E: remove unnecessary trailing spaces in test names
Merge pull request #137629 from stlaz/ensure-secret-images-allowlist-fix
Update node-problem-detector to v1.35.2 and remove addon manifests
Merge pull request #137248 from SergeyKanzhelev/propagate-context-cri-client
Dump full config on kubelet startup instead of command line arguments
Introduce a kubelet-server configuration that allows reloading ClientCA in TLSConfig
Fix kubelet certificate reload when connecting by IP
Promote MemoryQoS to beta; default memoryThrottlingFactor to nil
test/e2e_node: increase timeout for static pod multiple updates test
Remove duplicate kubelet health checks
Label unlabeled e2e node tests
pytorch workloads are used instead of tensor flow
Merge pull request #137620 from Karthik-K-N/remove-hardcoded-volpath
test/e2e_node: cover node lease renewal during graceful shutdown
Lint: Use modernize/rangeint in test/{e2e,e2e_node,images,soak}
update to latest cadvisor @ v0.52.0
wait for pod to be ready before continuing with the test
add e2e tests verifying PodReadyToStartContainers condition set using criProxy to inject delay time
PodReadyToStartContainersCondition: refactor test to verify same pod unblocks when volume is created
test: update code to use GlibcDnsTesting image
e2e: tests covering memory-backed volume resize scenarios
E2E tests
Addressed comments.
e2e: use framework labels
Revert "Merge pull request #140260 from dlanov/harden-probe-stress-test"
e2e_node: update proc mount test to correctly handle baseline PSA
Ensure is_xfs evaluates to true in quota tests
kubelet: depend on github.com/google/cadvisor/lib
Remove dependency prometheus from test/e2e_node resource metric test
e2e node conformance: restart the kubelet after removing the image_manager dir to recover it
Fix flaky hostPID security context test by retrying nginx PID file read
e2e_node: fix nil pointer panic in StandaloneMode restart test
node e2e: fix the memory PSI test, remove the CRI-O skip
disable in-place vertical pod scaling for non-restartable swappable containers
deprecate nodefeature for feature labels
e2e: node: rewrite more compatibility tests
Merge pull request #140500 from swatisehgal/topologymanager-non-gu-log-flake-fix
e2e_node: refactor stopping and restarting kubelet
tests: Wait for pod to be removed on kubelet restart with idsPerPod
node: cpumanager: e2e: tests for align-by-socket policy options
Fix Go vet errors for master golang
Replaces hardcoded `/var/lib/kubelet` paths with `framework.TestContext.KubeletRootDir` in node e2e tests