From 80e3428d7527396479223ae9d3ef42f4185ed4c6 Mon Sep 17 00:00:00 2001 From: rhysemmas Date: Tue, 8 Oct 2019 11:01:25 +0100 Subject: [PATCH] Update background section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b397959c..0f7fa19e 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ enabled by default in the GCE cluster. # Background -There are tons of node problems could possibly affect the pods running on the -node such as: +There are tons of node problems that could possibly affect the pods running on the +node, such as: * Infrastructure daemon issues: ntp service down; -* Hardware issues: Bad cpu, memory or disk, ntp service down; +* Hardware issues: Bad cpu, memory or disk; * Kernel issues: Kernel deadlock, corrupted file system; * Container runtime issues: Unresponsive runtime daemon; * ...