kumahq / kuma-website

🐻 The official website for Kuma, the control plane for modern service connectivity.
https://kuma.io
Apache License 2.0
111 stars 90 forks source link

notable upgrade process with helm #1865

Open Icarus9913 opened 3 months ago

Icarus9913 commented 3 months ago

Description

Maybe we could add some noticeable tips for the user with the upgrade operations.

  1. Once you install the kuma with helm at the beginning with helm install --set ***, then if you just use helm upgrade and you'll find that the previous --set configuration would be kept.
  2. Once you install the kuma with helm at the beginning with helm install -f ./values.yaml, then if you just use helm upgrade without values.yaml and you'll find that the previous customized configurations defined in the values.yaml would be removed and changed to the default configuration.
  3. It's also not recommended to use --set ** and -f ./values.yaml with helm at the beginning installation.

https://helm.sh/docs/helm/helm_upgrade/

lobkovilya commented 2 months ago

triage: these are good tips, but it doesn't sound Kuma related. Maybe we can link https://helm.sh/docs/helm/helm_upgrade/ in docs: