kubernetes/test/e2e_node
joey 40dd01fdbd
add e2e test for restart kubelet
when nodes removes the label that satisfies the pod affinity, the running pods are not affected, but restarting the kubelet will kill these pods.

Signed-off-by: joey <zchengjoey@gmail.com>
2024-09-14 15:17:58 +08:00
..
builder fix missed branch - targets when building using arm64 2023-09-27 15:52:37 -04:00
conformance stop using deprecated klog flags 2022-09-04 21:02:43 +02:00
environment Merge pull request #109753 from matthyx/109577 2022-05-13 07:33:49 -07:00
jenkins Avoid pulling mounter.tar through the CDN 2023-07-28 22:15:55 -04:00
kubeletconfig use PollUntilContextTimeout to replace PollImmediateWithContext in test 2023-10-19 22:50:21 +08:00
perf/workloads e2e: use error wrapping with %w 2023-02-06 15:39:13 +01:00
perftype hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
plugins/gcp-credential-provider Merge pull request #116901 from pacoxu/cleanup-KubeletCredentialProviders 2023-05-08 07:55:53 -07:00
remote Update cni-plugins to v1.5.1 2024-08-28 12:58:36 +02:00
runner e2e node: support running the test binary under a debugger 2024-04-16 11:46:28 +02:00
services apiserver + controllers: enhance context support 2024-04-29 20:59:21 +02:00
system hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
testdeviceplugin device plugin failure tests 2024-07-10 20:14:59 +00:00
testing-manifests e2e: node: remove kubevirt device plugin 2023-02-22 14:04:22 +01:00
.import-restrictions e2e: define features and node features 2023-10-10 18:15:49 +02:00
apparmor_test.go Update AppArmor e2e tests to use Pod field instead of annotations. 2024-07-23 17:03:17 +00:00
benchmark_util.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
checkpoint_container.go Handle containerd "CRIU not found" error message 2024-03-12 08:13:53 +00:00
container_lifecycle_pod_construction.go Add node serial e2e tests that simulate the kubelet restart 2024-07-19 21:18:34 +09:00
container_lifecycle_test.go Merge pull request #121888 from SD-13/e2e-gomega-be-true-or-false 2024-08-20 04:24:42 -07:00
container_log_rotation_test.go Bump containerLogMonitorInterval to the minimum allowed 2024-02-17 17:53:19 -05:00
container_manager_test.go e2e: node: ensure no pod leaks in the container_manager test 2024-06-25 07:40:41 +02:00
cpu_manager_metrics_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
cpu_manager_test.go enhance boolean assertions 2024-07-31 15:58:15 +00:00
critical_pod_test.go review remarks for graduating PodDisruptionConditions 2024-06-28 17:32:27 +02:00
deleted_pods_test.go Make e2e node tests more resiliant by ensuring the SIGTERM trap is registered 2024-04-19 09:05:36 +02:00
density_test.go Merge pull request #121888 from SD-13/e2e-gomega-be-true-or-false 2024-08-20 04:24:42 -07:00
device_manager_test.go e2e_node: fix DevicePlugin feature flags 2024-05-05 23:19:50 +03:00
device_plugin_failures_pod_status_test.go skip if ResourceHealthStatus is disabled 2024-07-29 17:40:44 +08:00
device_plugin_failures_test.go set AllocatedResourcesStatus in the Pod Status 2024-07-24 00:29:35 +00:00
device_plugin_test.go Fix device plugin node ready test assertion 2024-08-26 14:56:59 +02:00
doc.go fix golint issues in test/e2e_node 2019-11-26 16:26:55 +08:00
dra_test.go DRA: e2e_node: improve readability 2024-07-29 21:57:44 +03:00
e2e_node_suite_test.go e2e: node: use test owner tracking 2024-06-14 13:42:14 +02:00
eviction_test.go priority pid tests should match on processes 2024-07-22 10:54:42 -04:00
framework.go e2e: enhance SIGDescribe 2023-10-10 18:15:49 +02:00
garbage_collector_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
gubernator.sh fix test/e2e_node/gubernator.sh shellcheck failures 2019-06-23 17:01:54 -07:00
hugepages_test.go Fix hugepages e2e test assertion 2024-08-21 13:37:22 +02:00
image_gc_test.go e2e_node: add test for max age after kubelet start 2024-02-19 14:44:20 -05:00
image_id_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
image_list.go update ip-masq-agent and npd to latest versions in cluster addons 2024-05-30 09:44:02 +05:30
image_volume.go Update test/e2e_node/image_volume.go 2024-09-09 16:02:01 +08:00
kubelet_config_dir_test.go Merge pull request #121888 from SD-13/e2e-gomega-be-true-or-false 2024-08-20 04:24:42 -07:00
lock_contention_linux_test.go enhance boolean assertions 2024-07-31 15:58:15 +00:00
log_path_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
memory_manager_metrics_test.go node: memory manager: fix the mm metrics test 2024-06-17 08:51:44 +02:00
memory_manager_test.go enhance boolean assertions 2024-07-31 15:58:15 +00:00
mirror_pod_grace_period_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
mirror_pod_test.go enhance boolean assertions 2024-07-31 15:58:15 +00:00
mount_rro_linux_test.go e2e_node/mount_rro_linux_test.go: remove unneeded WithSerial 2024-06-12 01:41:44 +09:00
node_container_manager_test.go Merge pull request #121888 from SD-13/e2e-gomega-be-true-or-false 2024-08-20 04:24:42 -07:00
node_perf_test.go enhance boolean assertions 2024-07-31 15:58:15 +00:00
node_problem_detector_linux.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
node_shutdown_linux_test.go review remarks for graduating PodDisruptionConditions 2024-06-28 17:32:27 +02:00
numa_alignment.go Depend on k8s.io/utils cpuset 2023-05-03 16:26:09 +00:00
oomkiller_linux_test.go Fix for OOMKiller test consistently failing in EC2 cgroupv1 serial jobs 2024-07-13 18:44:15 -04:00
os_label_rename_test.go drop deprecated PollWithContext and adopt PollUntilContextTimeout instead 2024-06-21 19:23:31 +08:00
OWNERS Remove ehashman from sig-node roles 2022-11-01 12:16:43 -07:00
pids_test.go wait for pod to be ready before continuing with the test 2024-07-22 05:26:59 +00:00
pod_conditions_test.go Merge pull request #121888 from SD-13/e2e-gomega-be-true-or-false 2024-08-20 04:24:42 -07:00
pod_host_ips.go do not serial for tests of Pod Host IPs. 2024-08-20 12:08:19 +00:00
pod_hostnamefqdn_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
pod_ips.go Fix that PodIP field is not set for terminal pod 2024-07-12 21:36:12 +02:00
pod_resize_test.go test/e2e_node: pod_resize tests 2024-07-17 07:55:44 +02:00
podresources_test.go enhance boolean assertions 2024-07-31 15:58:15 +00:00
pods_container_manager_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
pods_lifecycle_termination_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
proc_mount_test.go e2e_node: loosen proc mount test 2024-07-17 13:26:23 -04:00
quota_lsci_test.go pkg/volume: Use QuotaMonitoring in UserNamespace 2024-07-22 09:43:57 -04:00
README.md Removed broken link to Analytics 2020-08-13 16:03:37 -04:00
resource_collector.go Bump cadvisor version in tests to v0.47.2 2023-06-29 09:58:31 -04:00
resource_metrics_test.go Remove scrape_error from resource_metrics_test due to deprecation 2023-11-28 18:49:04 +00:00
resource_usage_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
restart_test.go add e2e test for restart kubelet 2024-09-14 15:17:58 +08:00
runtime_conformance_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
runtimeclass_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
seccompdefault_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
security_context_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
split_disk_test.go add e2e tests for split filesystem 2024-07-12 14:19:17 +00:00
standalone_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
summary_test.go kubelet/stats: verify there is at least one process in each container 2024-07-22 10:54:42 -04:00
swap_test.go Merge pull request #121888 from SD-13/e2e-gomega-be-true-or-false 2024-08-20 04:24:42 -07:00
system_node_critical_test.go move system node critical test to eviction test lane 2024-03-15 10:35:02 -04:00
terminate_pods_test.go enhance boolean assertions 2024-07-31 15:58:15 +00:00
topology_manager_metrics_test.go kubelet: Add a TopologyManager policy options: "max-allowable-numa-nodes" 2024-07-09 22:26:24 +08:00
topology_manager_test.go Merge pull request #121888 from SD-13/e2e-gomega-be-true-or-false 2024-08-20 04:24:42 -07:00
unknown_pods_test.go enhance boolean assertions 2024-07-31 15:58:15 +00:00
util.go Merge pull request #121888 from SD-13/e2e-gomega-be-true-or-false 2024-08-20 04:24:42 -07:00
util_sampledevice.go test: Fix path to e2e node sample device plugin 2023-03-02 19:22:59 -08:00
util_sriov.go e2e: TM: add option to fail instead of skip 2021-09-13 13:23:36 +02:00
util_sriov_linux.go e2e: TM: add option to fail instead of skip 2021-09-13 13:23:36 +02:00
util_sriov_unsupported.go e2e: TM: add option to fail instead of skip 2021-09-13 13:23:36 +02:00
util_xfs_linux.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
util_xfs_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
utils_linux.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
utils_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
volume_manager_test.go e2e: use framework labels 2023-11-01 15:17:34 +01:00