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
Pod restart after each backup when Mutating Webhook is enabled. Stash Version: 0.7.0-rc.2 kubectl version: v1.9.0 How to recreate ?
Install stash with --enable-mutating-webhook
Create Restic.
Create a deployment that has label that match Restic selector.
Now, after each backup the pod will restart.
Reason:
Reason is not clear yet. It seems every time there is an unexpected type:"" filed toggle between oldRestic and NewRestic.
Here is backend part oldRestic.
This two part seems to be interchange after each backup. This cause patch deployment after every backup. resourceVersion of Restic is changed after every backup. As resourceVersion of Restic is used as annotation of Pod, it restart after each backup.
The text was updated successfully, but these errors were encountered:
This cause patch deployment after every backup. resourceVersion of Restic is changed after every backup. As resourceVersion of Restic is used as annotation of Pod, it restart after each backup.
Pod restart after each backup when Mutating Webhook is enabled.
Stash Version: 0.7.0-rc.2
kubectl version: v1.9.0
How to recreate ?
Now, after each backup the pod will restart.
Reason:
Reason is not clear yet. It seems every time there is an unexpected
type:""
filed toggle between oldRestic and NewRestic.Here is backend part oldRestic.
Here is backend part of newRestic
This two part seems to be interchange after each backup. This cause patch deployment after every backup.
resourceVersion
of Restic is changed after every backup. AsresourceVersion
of Restic is used as annotation of Pod, it restart after each backup.The text was updated successfully, but these errors were encountered: