From 9f8d00f37e20f146cf744a813b4698595aaa152b Mon Sep 17 00:00:00 2001 From: Tanveer Alam Date: Thu, 21 Nov 2019 15:41:28 +0530 Subject: [PATCH] Removed Object Metadata from Concepts Overview. (#17691) `Object Metadata` section is misleading, as the Concept's overview is covering what master and non-master nodes are and list of objects. But there is no discussion on `Object Metadata` till the end and all of sudden there is Object Metadata section with no background introduction or definition, and just a reference to `Annotations` which is confusing if you read the content from the beginning. So it would be better to remove this as it is covered later here `https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/`. --- content/en/docs/concepts/_index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/en/docs/concepts/_index.md b/content/en/docs/concepts/_index.md index 7833bd31d3..2106ae21cb 100644 --- a/content/en/docs/concepts/_index.md +++ b/content/en/docs/concepts/_index.md @@ -59,10 +59,6 @@ The Kubernetes master is responsible for maintaining the desired state for your The nodes in a cluster are the machines (VMs, physical servers, etc) that run your applications and cloud workflows. The Kubernetes master controls each node; you'll rarely interact with nodes directly. -#### Object Metadata - - -* [Annotations](/docs/concepts/overview/working-with-objects/annotations/) {{% /capture %}}