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
The last major upgrade of Incubator Devlake Chart generates the next error:
Failed sync attempt to : one or more objects failed to apply, reason: Deployment.apps "devlake-grafana" is invalid: spec.strategy.rollingUpdate: Forbidden: may not be specified when strategy type is 'Recreate' (retried 5 times).
I have RollingUpdate configured in Lake section:
lake:
strategy:
type: RollingUpdate
In the Values file I can't config anything about Grafana strategy, so I suposse that it is configured in the Template, because Argo tries to change this element from Recreate to RollingUpdate.
To solve this problem I have configured an ingnore differences in the Argo Application file:
Thanks @ZhangNing10 , I downloaded the wrong values file and including the deploymentStrategy in Grafana section it works properly. But if I don't include this config in the custom values it tries to apply a change from Recreate to Rolling Update strategy and it is wrong, because Recreate is the config by default.
Anyway, it is working fine including this config. Thank you again.
Hello
The last major upgrade of Incubator Devlake Chart generates the next error:
I have RollingUpdate configured in Lake section:
In the Values file I can't config anything about Grafana strategy, so I suposse that it is configured in the Template, because Argo tries to change this element from Recreate to RollingUpdate.
To solve this problem I have configured an ingnore differences in the Argo Application file:
Could you review this issue, please?
Thanks
The text was updated successfully, but these errors were encountered: