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,8 @@
---
title: "Scheduling and Eviction"
weight: 90
description: >
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that the kubelet can run them.
Eviction is the process of proactively failing one or more Pods on resource-starved Nodes.
---