Skip to content

Commit

Permalink
docs(readme): some corrections
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Nov 30, 2023
1 parent e633a00 commit 3960b2c
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 @@ -14,7 +14,7 @@ Khaos is an **unopinionated** operator, in the sense that it provides simple and
Currently, Khaos does not implement *cronjobs*; any scheduling of Khaos Custom Resources is delegated to external logic outside the cluster, possibly through a GitOps approach.

> [!WARNING]
> This operator will introduce faults and unpredicatbility in you rinfrastructure, use with caution
> This operator will introduce faults and unpredicatbility in your infrastructure, use with caution
## Supported features
- [X] Delete pods
Expand Down Expand Up @@ -193,7 +193,7 @@ nginx-deployment-7bf8c77b5b-gsprh 0/1 Terminating 0 33s
2023-11-28T14:07:18+01:00 INFO Namespace: prod {"controller": "poddestroyer", "controllerGroup": "khaos.stackzoo.io", "controllerKind": "PodDestroyer", "PodDestroyer": {"name":"nginx-destroyer","namespace":"default"}, "namespace": "default", "name": "nginx-destroyer", "reconcileID": "1e16a7d2-825a-4b46-b4e5-ac1228bc1c36"}
```

Now we can inspect the status of our PodDestroyer custom resource:
Now we can inspect the status of our PodDestroyer object:
```console
kubectl get poddestroyer

Expand Down Expand Up @@ -545,7 +545,7 @@ kubectl get events | grep gibberish
This repo contains a [github action](https://github.com/stackzoo/khaos/blob/main/.github/workflows/release.yaml) that publish the operator *oci image* to *github registry* when new releases tag are pushed to the main branch.
In order to install the operator as a pod in the cluster you can leverage one of the *make* targets:
```console
make deploy IMG=ghcr.io/stackzoo/khaos:0.0.4
make deploy IMG=ghcr.io/stackzoo/khaos:0.0.7
```

This command will install all the required *CRDs* and *RBAC manifests* and then start the operator as a pod:
Expand Down

0 comments on commit 3960b2c

Please sign in to comment.