-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ModifyVolume] No VolumeModifyFailed event emitted when target VAC does not exist #427
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
Hi @sunnylovestiramisu, thanks for the reply!
I understand that status should be set to I raised this issue about emitting an event on the PVC mentioning missing VAC, so cluster operator can more easily see why modification never happened. It seems that we emit an event in the provisioning path upon missing VAC:
But a similar event is not emitted in modification path. |
No
VolumeModifyFailed
norVolumeModify
event emitted when PVC is updated to point at non-existent VAC.I deem this as an external-resizer bug because there is no easy way for customer to see why their volume is not modifying other than checking status.modifyVolumeStatus.status and seeing Pending.
Error message in resizer container:
csi-resizer E0729 00:03:26.778429 1 modify_volume.go:91] Get VAC with vac name <VAC-NAME> in VACInformer cache failed: volumeattributesclass.storage.k8s.io "io6-class" not found
Reproduction steps:
kubectl patch pvc ebs-claim --patch '{"spec": {"volumeAttributesClassName": "io8-class"}}'
The text was updated successfully, but these errors were encountered: