Category: Containers

Warning FailedAttachVolume Multi-Attach error for volume

September 10, 2020 By Corey Dinkens

Volume is already exclusively attached to one node and can’t be attached to another Based on my previous post, this is meant to be succinct for others encountering the ‘Multi-Attach’ error. Kubernetes does not allow multiple nodes to mount (certain) volumes concurrently. A Kubernetes bug also exists that does not forcefully detach a pv from […]