Skip to content

Commit

Permalink
chore(base-cluster/docs): mention validity of .x.x part in the vers…
Browse files Browse the repository at this point in the history
…ions (#1271)
  • Loading branch information
cwrau authored Jan 9, 2025
1 parent dfa7128 commit 7e0894c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/base-cluster/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

## Cluster bootstrap

The `.x.x` part of the versions can be left as is, helm uses that as a range. If you choose to set a fix version, you have to take care of the updates yourself.

```sh
# always be git 😁
git init
Expand Down Expand Up @@ -85,7 +87,7 @@ so the kube-scheduler can, hopefully, schedule them on nodes with more space.
Additionally, the descheduler also tries to reconcile `topologySpreadConstraints`
and affinities.

If the cluster is _semi_ underspecced or the individual applications have unperfect
If the cluster is _semi_ underspecced or the individual applications have imperfect
resource requests, the descheduler might lead to period restarting of random pods.

In that case you should disable the descheduler.
Expand Down

0 comments on commit 7e0894c

Please sign in to comment.