From eec9bbcd080b92d887dc4225d1196ce0245f7df6 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Yadav <65400893+itzrahulyadav@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:51:38 +0530 Subject: [PATCH] Update killing_containers.md (#401) * Update killing_containers.md rectify the spelling of properly * Update topics/kubernetes/solutions/killing_containers.md correct the grammatical errors to make the sentence meaningful Co-authored-by: andrzejsydor * Update topics/kubernetes/solutions/killing_containers.md commiting the suggested changes Co-authored-by: andrzejsydor --------- Co-authored-by: andrzejsydor Co-authored-by: Arie Bregman --- topics/kubernetes/solutions/killing_containers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/kubernetes/solutions/killing_containers.md b/topics/kubernetes/solutions/killing_containers.md index d1b8908..de08581 100644 --- a/topics/kubernetes/solutions/killing_containers.md +++ b/topics/kubernetes/solutions/killing_containers.md @@ -9,4 +9,5 @@ ## After you complete the exercise -* Why did the "RESTARTS" count raised? - `because we killed the process and Kubernetes identified the container isn't running properly so it performed restart to the Pod` + +* Why did the "RESTARTS" count raised? - `Kubernetes restarted the Pod because we killed the process and the container was not running properly.` \ No newline at end of file