Hi.
I am trying to use a repeating okteto deploy / okteto destroy workflow where named volumes are remounted in order to restore app state.
Sometimes it works ok, sometimes I keep getting mounting errors for a long time (see below an example) until a retry attempt finally mounts the volumes. Is there something I can do to avoid such errors?
2022-05-27 13:37:28.00 UTCpostgres-0[pod-event]Successfully assigned andrevtg/postgres-0 to gke-cloud-dev-f-1-422de127-xh2k
2022-05-27 13:37:28.00 UTCpostgres-0[pod-event]Multi-Attach error for volume "pvc-2617d310-6c1b-4d24-96fd-aebce1828994" Volume is already exclusively attached to one node and can't be attached to another
2022-05-27 13:37:52.00 UTCpostgres-0[pod-event]Successfully assigned andrevtg/postgres-0 to gke-cloud-dev-f-1-422de127-5crx
2022-05-27 13:37:52.00 UTCpostgres-0[pod-event]Multi-Attach error for volume "pvc-2617d310-6c1b-4d24-96fd-aebce1828994" Volume is already exclusively attached to one node and can't be attached to another
2022-05-27 13:39:21.00 UTCpostgres-0[pod-event]Unable to attach or mount volumes: unmounted volumes=[boundarydb kube-api-access-fw6nn], unattached volumes=[boundarydb kube-api-access-fw6nn]: timed out waiting for the condition
2022-05-27 13:39:31.00 UTCpostgres-0[pod-event]Unable to attach or mount volumes: unmounted volumes=[kube-api-access-t8bv9 boundarydb], unattached volumes=[kube-api-access-t8bv9 boundarydb]: timed out waiting for the condition
2022-05-27 13:39:56.00 UTCpostgres-0[pod-event]Unable to attach or mount volumes: unmounted volumes=[boundarydb kube-api-access-5tfhg], unattached volumes=[boundarydb kube-api-access-5tfhg]: timed out waiting for the condition
2022-05-27 13:40:36.00 UTCpostgres-0[pod-event]Successfully assigned andrevtg/postgres-0 to gke-cloud-dev-f-1-422de127-xh2k
2022-05-27 13:40:40.00 UTCpostgres-0[pod-event]AttachVolume.Attach succeeded for volume "pvc-2617d310-6c1b-4d24-96fd-aebce1828994"
2022-05-27 13:42:39.00 UTCpostgres-0[pod-event]Unable to attach or mount volumes: unmounted volumes=[boundarydb], unattached volumes=[boundarydb kube-api-access-blr5p]: timed out waiting for the condition