k3s/pkg/cloudprovider/providers
Kubernetes Submit Queue 4785f6f517 Merge pull request #31978 from jsafrane/detach-before-delete
Automatic merge from submit-queue

Do not report error when deleting an attached volume

Persistent volume controller should not send warning events to a PV and mark the PV as failed when the volume is still attached.

This happens when a user quickly deletes a pod and associated PVC - PV is slowly detaching, while the PVC is already deleted and the PV enters Failed phase.

`Deleter.Deleter` can now return `tryAgainError`, which is sent as INFO to the PV to let the user know we did not forget to delete the PV, however the PV stays in Released state. The controller tries again in the next sync (15 seconds by default).

Fixes #31511
2016-09-25 18:55:32 -07:00
..
aws Update cloud providers 2016-09-15 10:33:57 +02:00
azure support Azure data disk volume 2016-08-23 13:23:07 +00:00
cloudstack update pkg/cloudprovider OWNERS to spread the load 2016-09-08 15:13:21 -07:00
fake implement azure cloudprovider 2016-07-26 14:50:33 -07:00
gce Update cloud providers 2016-09-15 10:33:57 +02:00
mesos Run goimports 2016-08-02 15:12:39 +03:00
openstack Update cloud providers 2016-09-15 10:33:57 +02:00
ovirt Run goimports 2016-08-02 15:12:39 +03:00
rackspace Ensure that we are closing files. 2016-09-12 09:33:24 +02:00
vsphere Support for storage class for vSphere volume plugin. Custom disk format for dynamic provisioning. 2016-09-16 17:15:38 -07:00
providers.go Enable managing public IP’s and work with projects 2016-08-13 10:23:17 +02:00