Skip to content

Commit

Permalink
chore(base-cluster/docs): add info about fix versions
Browse files Browse the repository at this point in the history
set modeline
  • Loading branch information
cwrau committed Dec 19, 2024
1 parent 113e25b commit aaae634
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions charts/base-cluster/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- vim: set ft=markdown: -->
{{- $majorVersion := index ((.Files.Get "Chart.yaml" | fromYaml).version | split ".") "_0" -}}
{{- $fluxMajorVersion := "2" -}}

Expand All @@ -14,7 +15,7 @@

## Cluster bootstrap

The `.x.x` part of the versions can be left as is, helm uses that as a range.
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 😁
Expand Down Expand Up @@ -87,7 +88,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 aaae634

Please sign in to comment.