From d531f04838fb63540b62bb2a430a3d5af2c52a2c Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Tue, 28 Jan 2020 11:13:21 +1100 Subject: [PATCH] Remove intermediate stats --- categories/devops/kubernetes.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/categories/devops/kubernetes.md b/categories/devops/kubernetes.md index 3d794f5..b0d88b1 100644 --- a/categories/devops/kubernetes.md +++ b/categories/devops/kubernetes.md @@ -163,9 +163,6 @@ Through its lifecycle, a Pod can attain following states: - `Pending`: The pod is accepted by the Kubernetes system but its container(s) is/are not created yet. -- `Initialising`: The docker images of the pods are been pulling and initialising - -- `ContainerCreating`: The Pod is been creating - `Running`: The pod is scheduled on a node and all its containers are created and at-least one container is in Running state.