From 7e0894cc8db3a34ba2fae7a9d4dee890192578c7 Mon Sep 17 00:00:00 2001 From: Chris Werner Rau Date: Thu, 9 Jan 2025 13:36:55 +0100 Subject: [PATCH] chore(base-cluster/docs): mention validity of `.x.x` part in the versions (#1271) --- charts/base-cluster/README.md.gotmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/base-cluster/README.md.gotmpl b/charts/base-cluster/README.md.gotmpl index fd56cc950..01fbf3869 100644 --- a/charts/base-cluster/README.md.gotmpl +++ b/charts/base-cluster/README.md.gotmpl @@ -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 @@ -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.