Goncharov Sergey

Results 22 comments of Goncharov Sergey

Me too, don't know how t fix

``` Refused to execute script from '' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled. VM32 tree:1 Refused to execute script from 'http://localhost:8888/static/components/es6-promise/promise.min.js?v=f004a16cb856e0ff11781d01ec5ca8fe'...

I debug a bit, and think that the problem in deployment: ``` annotations: pre.hook.backup.velero.io/container: fsfreeze pre.hook.backup.velero.io/command: '["/sbin/fsfreeze", "--freeze", "/var/log/nginx"]' post.hook.backup.velero.io/container: fsfreeze post.hook.backup.velero.io/command: '["/sbin/fsfreeze", "--unfreeze", "/var/log/nginx"]' ... - image: ubuntu:bionic name:...

Also, when restore, pv doesn't restores. But logs say that it had restored. ``` time="2021-08-13T13:13:05Z" level=info msg="starting restore" logSource="pkg/controller/restore_controller.go:465" restore=velero/nginx-12-20210813161305 time="2021-08-13T13:13:05Z" level=info msg="Starting restore of backup velero/nginx-12" logSource="pkg/restore/restore.go:387" restore=velero/nginx-12-20210813161305 time="2021-08-13T13:13:05Z"...

Without annotations and second container in deployment. So, this deploy backup successfully: ``` apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment namespace: nginx-example spec: replicas: 1 selector: matchLabels: app: nginx template:...