Files
kubernetes/pkg/controller
Kubernetes Submit Queue c98959e770 Merge pull request #44719 from jsafrane/fix-apiserver-crash
Automatic merge from submit-queue (batch tested with PRs 44719, 48454)

Fix handling of APIserver errors when saving provisioned PVs.

When API server crashes *after* saving a provisioned PV and before sending
200 OK, the controller tries to save the PV again. In this case, it gets
AlreadyExists error, which should be interpreted as success and not as error.

Especially, a volume that corresponds to the PV should not be deleted in the
underlying storage.

Fixes #44372

```release-note
NONE
```

@kubernetes/sig-storage-pr-reviews
2017-08-29 08:25:03 -07:00
..
2017-08-14 00:40:53 -07:00
2017-08-14 14:16:26 -07:00
2017-08-28 10:49:05 +08:00
2016-10-13 16:10:24 -07:00
2017-08-14 14:16:26 -07:00
2016-07-16 13:48:21 -04:00