Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
doc: small fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
  • Loading branch information
ckotzbauer committed May 23, 2021
1 parent 653fdb5 commit 3dd5e51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ This feature generates a report of all pods about their resiliency according the
To change the default namespace use global `-n` flag. You can filter by pod-selectors with `-l`. All Pods are categorized by multiple factors:
* Type (Deployment, Statefulset, DaemonSet, Job, CRD, standalone)
* Replica count
* Deployment- / Updatestrategy
* Deploymentstrategy / Updatestrategy
* PVCs (ROX, RWO, RWX)
* Pod-Anti-Affinity

Expand All @@ -91,7 +91,7 @@ The pods are ranked with the following categories:
* **3**: single-point-of-failure
* **4**: standalone pod

**Note:** This only checks common settins which are usually responsible for failure- and deployment-behaviors in a default Kubernetes environment. This
**Note:** This only checks common settings which are usually responsible for failure- and deployment-behaviors in a default Kubernetes environment. This
cannot detect special Kubernetes configurations/addons or the application behavior itself in the pod!

```
Expand Down Expand Up @@ -137,7 +137,7 @@ of objects which are deprecated and will be removed in a future version. You can
version you can specify `-V`. This will hide all items, which are deprecated in a never version than specified. Increase the burst with `-t` to bypass throttling
from the Kubernetes server.

**Note:**: This command always scans all namespaces and cannot be filtered with the global `-n` flag.
**Note:** This command always scans all namespaces and cannot be filtered with the global `-n` flag.

```
List deprected objects in your cluster.
Expand Down

0 comments on commit 3dd5e51

Please sign in to comment.