Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meshuga committed Aug 13, 2024
1 parent 726735d commit 6395b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ flowchart LR
OS -- Observe changes --> DS;
```

The reason for having this automatic loop is to be able to react to a dynamically changing environment. If a lost machine is detected and it's determined that pods are no longer available, the cluster tries to restore automatically to its desired state.
The reason for having this automatic loop is to be able to react to a dynamically changing environment. If a lost machine is detected, and it's determined that pods are no longer available, the cluster tries to restore automatically to its desired state.

Within complex K8S configurations, the watching mechanism on endpoints requires the highest amount of resources, as [shown by OpenAI](https://openai.com/index/scaling-kubernetes-to-7500-nodes/).

Expand Down Expand Up @@ -102,5 +102,5 @@ Go to [local-development](./docs/local-development.md) to read more on how to pe

## License

The project is licensed by GNU AFFERO GENERAL PUBLIC LICENSE.
The project license is GNU AFFERO GENERAL PUBLIC LICENSE.
For details, see the GNU AGPL at: http://www.gnu.org/licenses/agpl-3.0.html

0 comments on commit 6395b2a

Please sign in to comment.