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 related to longhorn/longhorn#2292 - where longhorn has a problem with deploying successful with cis-1.5 profile active on RKE2.
In case the first helm chart deployment fails and an adjustment is made to the helmchart - the "upgrade" is done via "install" instead of "upgrade --install".
+ helm_v3 install --namespace longhorn-system longhorn /longhorn.tgz --values /config/values-01_HelmChart.yaml
Error: cannot re-use a name that is still in use
I thought that this was fixed in #32 but this is RKE2 with a much newer image.. so probably an other issue?
The text was updated successfully, but these errors were encountered:
This is related to longhorn/longhorn#2292 - where longhorn has a problem with deploying successful with cis-1.5 profile active on RKE2.
In case the first helm chart deployment fails and an adjustment is made to the helmchart - the "upgrade" is done via "install" instead of "upgrade --install".
I thought that this was fixed in #32 but this is RKE2 with a much newer image.. so probably an other issue?
The text was updated successfully, but these errors were encountered: