From 3bf02c56d927cd759f2399e158f2636fd3ab852e Mon Sep 17 00:00:00 2001 From: timchenxiaoyu <837829664@qq.com> Date: Mon, 27 Feb 2017 13:07:52 +0800 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- test/e2e_node/conformance/run_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a26650798a..9c17bea9376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1184,7 +1184,7 @@ Features for this release were tracked via the use of the [kubernetes/features]( - **Node** - [alpha] Added ability to preserve access to host userns when userns remapping is enabled in container runtime ([kubernetes/features#127](https://github.com/kubernetes/features/issues/127)) - [alpha] Introducing the v1alpha1 CRI API to allow pluggable container runtimes; an experimental docker-CRI integration is ready for testing and feedback. ([docs](https://github.com/kubernetes/community/blob/master/contributors/devel/container-runtime-interface.md)) ([kubernetes/features#54](https://github.com/kubernetes/features/issues/54)) - - [alpha] Kubelet launches container in a per pod cgroup hiearchy based on quality of service tier ([kubernetes/features#126](https://github.com/kubernetes/features/issues/126)) + - [alpha] Kubelet launches container in a per pod cgroup hierarchy based on quality of service tier ([kubernetes/features#126](https://github.com/kubernetes/features/issues/126)) - [beta] Kubelet integrates with memcg notification API to detect when a hard eviction threshold is crossed ([kubernetes/features#125](https://github.com/kubernetes/features/issues/125)) - [beta] Introducing the beta version containerized node conformance test gcr.io/google_containers/node-test:0.2 for users to verify node setup. ([docs](http://kubernetes.io/docs/admin/node-conformance/)) ([kubernetes/features#84](https://github.com/kubernetes/features/issues/84)) - **Scheduling** diff --git a/test/e2e_node/conformance/run_test.sh b/test/e2e_node/conformance/run_test.sh index 646200cf446..feb0b9e5934 100755 --- a/test/e2e_node/conformance/run_test.sh +++ b/test/e2e_node/conformance/run_test.sh @@ -84,7 +84,7 @@ start_kubelet() { fi } -# wait_kubelet retris for 10 times for kubelet to be ready by checking http://127.0.0.1:10255/healthz. +# wait_kubelet retries for 10 times for kubelet to be ready by checking http://127.0.0.1:10255/healthz. wait_kubelet() { echo "Health checking kubelet..." healthCheckURL=http://127.0.0.1:10255/healthz