Failed to upgrade App:resilio-sync

kfk.net

Cadet
Joined
Feb 1, 2024
Messages
2
Hi, after another update resilio-sync does not start, when trying to update there is an error

[EFAULT] Failed to upgrade App: Error: UPGRADE FAILED: cannot patch "resilio-sync" with kind Deployment: The order in patch list: [map[mountPath:/config readOnly:false] map[mountPath:/sync name:persist-list-0 readOnly:false] map[mountPath:/sync name:data readOnly:false] map[mountPath:/dev/shm readOnly:false] map[mountPath:/shared readOnly:false] map[mountPath:/tmp readOnly:false] map[mountPath:/var/logs readOnly:false] map[mountPath:/var/run readOnly:false]] doesn't match $setElementOrder list: [map[mountPath:/config] map[mountPath:/sync] map[mountPath:/dev/shm] map[mountPath:/sync] map[mountPath:/shared] map[mountPath:/tmp] map[mountPath:/var/logs] map[mountPath:/var/run]]
 

kfk.net

Cadet
Joined
Feb 1, 2024
Messages
2
Code:
[EFAULT] Failed to update App: Error: UPGRADE FAILED: cannot patch "resilio-sync" with kind Deployment: The order in patch list:
[
map[mountPath:/config readOnly:false]
map[mountPath:/sync readOnly:false]
map[mountPath:/sync name:data readOnly:false]
map[mountPath:/dev/shm readOnly:false]
map[mountPath:/shared readOnly:false]
map[mountPath:/tmp readOnly:false]
map[mountPath:/var/logs readOnly:false]
map[mountPath:/var/run readOnly:false]]
doesn't match $setElementOrder list:
[
map[mountPath:/config]
map[mountPath:/sync]
map[mountPath:/dev/shm]
map[mountPath:/sync]
map[mountPath:/shared]
map[mountPath:/tmp]
map[mountPath:/var/logs]
map[mountPath:/var/run]
]
 
Top