Add descriptions to Concept sections

Each section directly beneath Concepts gains a description.
This commit is contained in:
Tim Bannister
2020-06-22 23:01:16 +01:00
parent 5c7e664910
commit 3ff7312cff
16 changed files with 41 additions and 61 deletions
@@ -1,5 +1,7 @@
---
title: "Working with Kubernetes Objects"
weight: 40
description: >
Kubernetes objects are persistent entities in the Kubernetes system. Kubernetes uses these entities to represent the state of your cluster.
Learn about the Kubernetes object model and how to work with these objects.
---