From 49e6bfa0252103bd13ba0c294d673fde32bfd7bc Mon Sep 17 00:00:00 2001 From: Rajakavitha1 <37059749+Rajakavitha1@users.noreply.github.com> Date: Sat, 28 Apr 2018 03:27:19 +0530 Subject: [PATCH] Update nodes.md (#8212) I removed the information related to Phase because it is no longer supported. --- docs/concepts/architecture/nodes.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/concepts/architecture/nodes.md b/docs/concepts/architecture/nodes.md index 045de8fe2e..63d41ac163 100644 --- a/docs/concepts/architecture/nodes.md +++ b/docs/concepts/architecture/nodes.md @@ -22,7 +22,6 @@ architecture design doc for more details. A node's status contains the following information: * [Addresses](#addresses) -* ~~[Phase](#phase)~~ **deprecated** * [Condition](#condition) * [Capacity](#capacity) * [Info](#info) @@ -37,9 +36,6 @@ The usage of these fields varies depending on your cloud provider or bare metal * ExternalIP: Typically the IP address of the node that is externally routable (available from outside the cluster). * InternalIP: Typically the IP address of the node that is routable only within the cluster. -### Phase - -Deprecated: node phase is no longer used. ### Condition