From 2da451b36f948dcf1d06ed9d1f952a4a4d3c0d98 Mon Sep 17 00:00:00 2001 From: Guilherme Caminha Date: Fri, 1 Mar 2019 14:34:09 +0100 Subject: [PATCH] Update _index.md --- .../rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md b/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md index 53173622670..5a8d9c65ff0 100644 --- a/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md +++ b/content/rancher/v2.x/en/installation/ha/kubernetes-rke/_index.md @@ -89,7 +89,7 @@ Check that all the required pods and containers are healthy are ready to continu * Pods are in `Running` or `Completed` state. * `READY` column shows all the containers are running (i.e. `3/3`) for pods with `STATUS` `Running` -* Pods with `STATUS` `Completed` are run-one Jobs. For these pods `READY` should be `0/1`. +* Pods with `STATUS` `Completed` are run-once Jobs. For these pods `READY` should be `0/1`. ``` kubectl get pods --all-namespaces