You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a little extra cleanup that is currently left behind
Mostly developers will run into this problem, but it is still a source of confusion if there are changes related to the helm chart that change during development (within the same version).
You should be able to validate by running helm ls and fluvio and fluvio-sys should not be listed.
Manual repro:
Start a cluster
$ fluvio cluster start
📝 Running pre-flight checks
✅ Kubernetes config is loadable
✅ Supported helm version is installed
✅ Fluvio system charts are installed
✅ Previous fluvio installation not found
🛠️ Installing Fluvio
✅ Fluvio app chart has been installed
🔎 Found SC service addr: 172.18.0.2:30003
👤 Profile set
🤖 SPU group launched (1)
✅ All SPUs confirmed
🎯 Successfully installed Fluvio!
List all the installed charts
$ helm ls
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
fluvio default 1 2021-12-21 15:37:27.030380933 -0800 PST deployed fluvio-app-0.9.2 0.9.15
fluvio-sys default 11 2021-12-15 18:09:28.457210598 -0800 PST deployed fluvio-sys-0.9.6 0.9.16
Then we delete the cluster
$ fluvio cluster delete
The fluvio-sys chart is still here
$ helm ls
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
fluvio-sys default 11 2021-12-15 18:09:28.457210598 -0800 PST deployed fluvio-sys-0.9.6 0.9.16
The text was updated successfully, but these errors were encountered:
This is a little extra cleanup that is currently left behind
Mostly developers will run into this problem, but it is still a source of confusion if there are changes related to the helm chart that change during development (within the same version).
You should be able to validate by running
helm ls
andfluvio
andfluvio-sys
should not be listed.Manual repro:
Start a cluster
List all the installed charts
Then we delete the cluster
The fluvio-sys chart is still here
The text was updated successfully, but these errors were encountered: