1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 14:41:10 +01:00

Fix grammar and indentation issue for deployment resource

This commit is contained in:
Aditya Purandare
2021-05-21 12:42:51 -07:00
parent 449383caa3
commit 646c13ae15
2 changed files with 46 additions and 46 deletions

View File

@@ -57,7 +57,7 @@ Table of Contents
## Quick Start
The descheduler can be run as a Job or CronJob or Deployment inside of a k8s cluster. It has the
The descheduler can be run as a `Job`, `CronJob`, or `Deployment` inside of a k8s cluster. It has the
advantage of being able to be run multiple times without needing user intervention.
The descheduler pod is run as a critical pod in the `kube-system` namespace to avoid
being evicted by itself or by the kubelet.