Add descriptions to Concept sections
Each section directly beneath Concepts gains a description.
This commit is contained in:
@@ -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.
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user