Hide
= Common PVC cleanup job now scheduled correctly to prevent Multi-Attach errors
Previously, in a multi-node cluster, if you deleted a Cloud Development Environment (CDE) that used a common persistent volume claim (PVC) with `ReadWriteOnce` access mode, the cleanup job could be scheduled on a different node. This action resulted in a `Multi-Attach` error because the new node could not access the volume.
This issue is now resolved. The cleanup job is always scheduled on the same node where the deleted CDE pod was running, which ensures access to the PVC and prevents the error.
Show
= Common PVC cleanup job now scheduled correctly to prevent Multi-Attach errors
Previously, in a multi-node cluster, if you deleted a Cloud Development Environment (CDE) that used a common persistent volume claim (PVC) with `ReadWriteOnce` access mode, the cleanup job could be scheduled on a different node. This action resulted in a `Multi-Attach` error because the new node could not access the volume.
This issue is now resolved. The cleanup job is always scheduled on the same node where the deleted CDE pod was running, which ensures access to the PVC and prevents the error.