mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue (batch tested with PRs 64013, 63896, 64139, 57527, 62102). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. add dynamic config metrics This PR exports config-releated metrics from the Kubelet. The Guages for active, assigned, and last-known-good config can be used to identify config versions and produce aggregate counts across several nodes. The error-reporting Gauge can be used to determine whether a node is experiencing a config-related error, and to prodouce an aggregate count of nodes in an error state. https://github.com/kubernetes/features/issues/281 ```release-note The Kubelet now exports metrics that report the assigned (node_config_assigned), last-known-good (node_config_last_known_good), and active (node_config_active) config sources, and a metric indicating whether the node is experiencing a config-related error (node_config_error). The config source metrics always report the value 1, and carry the node_config_name, node_config_uid, node_config_resource_version, and node_config_kubelet_key labels, which identify the config version. The error metric reports 1 if there is an error, 0 otherwise. ``` |
||
---|---|---|
.. | ||
builder | ||
conformance | ||
environment | ||
jenkins | ||
perftype | ||
remote | ||
runner | ||
services | ||
system | ||
BUILD | ||
OWNERS | ||
README.md | ||
apparmor_test.go | ||
benchmark_util.go | ||
container.go | ||
container_log_rotation_test.go | ||
container_manager_test.go | ||
cpu_manager_test.go | ||
critical_pod_test.go | ||
density_test.go | ||
device_plugin.go | ||
doc.go | ||
docker_test.go | ||
docker_util.go | ||
dockershim_checkpoint_test.go | ||
dynamic_kubelet_config_test.go | ||
e2e_node_suite_test.go | ||
eviction_test.go | ||
framework.go | ||
garbage_collector_test.go | ||
gke_environment_test.go | ||
gpu_device_plugin.go | ||
gubernator.sh | ||
hugepages_test.go | ||
image_id_test.go | ||
image_list.go | ||
kubelet_test.go | ||
lifecycle_hook_test.go | ||
log_path_test.go | ||
mirror_pod_test.go | ||
node_container_manager_test.go | ||
node_problem_detector_linux.go | ||
pods_container_manager_test.go | ||
resource_collector.go | ||
resource_usage_test.go | ||
restart_test.go | ||
runtime_conformance_test.go | ||
security_context_test.go | ||
summary_test.go | ||
util.go | ||
volume_manager_test.go |
README.md
See e2e-node-tests