mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-25 14:06:46 +00:00
The new external-attacher already sets (or clears) VolumeAttachment Status.Status.AttachError.ErrorCode, based on its feature gate. Stop patching the VolumeAttachment in an e2e test, but pass the right feature gate to the external-attacher instead. And remove local createMergePatch() that's now unused.