Thanks for confirming that your issue with the gateway service is resolved.
kanister.backupTimeoutI would suggest you to mark the comment with the KB article as the answer for this question.
Unfortunatelly it doesn’t solve the problems that i have with volume snapshots since the upgrade: cause: cause: cause: cause: cause: message: context deadline exceeded file: kasten.io/k10/kio/poll/poll.go:95 function: kasten.io/k10/kio/poll.waitWithBackoffWithRetriesHelper linenumber: 95 message: Context done while polling fields: - name: duration value: 44m5kanister.backupTimeout9.963318481s file: kasten.io/k10/kio/poll/poll.go:65 function: kasten.io/k10/kio/poll.waitWithBackoffWithRetries linenumber: 65 message: Timeout while polling fields: - name: actionSet value: k10-backuptoserver-k10-deployment-generic-volume-2.0.17-piznnbl file: kasten.io/k10/kio/kanister/operation.go:284 function: kasten.io/k10/kio/kanister.(*Operation).waitForActionSetCompletion linenumber: 284 message: Error waiting for ActionSet fields: - name: appName value: app - name: appType value: deployment - name: namespace value: namespace file: kasten.io/k10/kio/exec/phases/backup/snapshot_data_phase.go:612 function: kasten.io/k10/kio/exec/phases/backup.basicVolumeSnapshot linenumber: 612 message: Failed to snapshot volumes message: Job failed to be executed fields: []
As for the above issue, I assume that you are using GVS to backup you application.
The error message means that it is timing out after the default timeout of 45 mins. Probably the copy operations were not completed within the 45 min timeframe to your NFS.
You can increase this time out by upgrading k10 with the value kanister.backupTimeout set to the desired duration.
Full list of the supported helm values can be found here.