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
I'm testing this in a kubernetes environment.
My pod uses secrets which I believe end up mounted in a readonly file system which makes the copy operation fail:
copying [36/39]: sbin
copying [37/39]: srv
copying [38/39]: usr
copying [39/39]: var
panic: Error response from daemon: Error processing tar file(exit status 1): remove /var/run/secrets/kubernetes.io/serviceaccount/..data: read-only file system
first of all, thanks for sharing!
I'm testing this in a kubernetes environment.
My pod uses secrets which I believe end up mounted in a readonly file system which makes the copy operation fail:
This is the 'df' output inside my pod:
still, I'm lucky the other files (outside /var) have been successfully copied but may be worth to think about this edge case.
The text was updated successfully, but these errors were encountered: