From 5d8d7fc334bbf187bd8fb955a9ee5d4f955c68a7 Mon Sep 17 00:00:00 2001 From: Tanveer Alam Date: Wed, 20 Nov 2019 20:33:16 +0530 Subject: [PATCH] Removed Object Metadata from Concepts Overview. `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 7833bd31d31a3..2106ae21cb9df 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 %}}