k3s/pkg
Kubernetes Submit Queue 6f7eac63c2 Merge pull request #46315 from wongma7/gcepdalready
Automatic merge from submit-queue (batch tested with PRs 38505, 41785, 46315)

Fix provisioned GCE PD not being reused if already exists

@jsafrane PTAL 

This is another attempt at https://github.com/kubernetes/kubernetes/pull/38702 . We have observed that `gce.service.Disks.Insert(gce.projectID, zone, diskToCreate).Do()` instantly gets an error response of alreadyExists, so we must check for it.

I am not sure if we still need to check for the error after `waitForZoneOp`; I think that if there is an alreadyExists error, the `Do()` above will always respond with it instantly. But because I'm not sure, and to be safe, I will leave it.
2017-05-24 06:47:03 -07:00
..
api Merge pull request #46139 from monopole/removeDepOnPkgHelper 2017-05-23 19:42:59 -07:00
apimachinery/tests
apis Merge pull request #45897 from ncdc/gc-require-list-watch 2017-05-23 15:48:57 -07:00
auth Add NodeIdentifier interface and default implementation 2017-05-18 16:43:41 -04:00
bootstrap/api
capabilities
client Correct spelling in comment. 2017-05-18 13:31:26 -07:00
cloudprovider Merge pull request #46315 from wongma7/gcepdalready 2017-05-24 06:47:03 -07:00
controller Merge pull request #45891 from zjj2wry/zjj-t 2017-05-24 00:42:56 -07:00
conversion
credentialprovider Merge pull request #45056 from ericchiang/update-oauth2 2017-05-03 19:34:14 -07:00
features API changes for persistent local volumes. 2017-05-21 11:48:56 -07:00
fieldpath
fields
generated add "admission" API group 2017-05-19 10:17:37 -06:00
hyperkube
kubeapiserver Merge pull request #46289 from p0lyn0mial/admission_plugins_remove_init_blocks 2017-05-23 17:00:59 -07:00
kubectl Merge pull request #46139 from monopole/removeDepOnPkgHelper 2017-05-23 19:42:59 -07:00
kubelet Merge pull request #44428 from qiujian16/commenttypo 2017-05-23 18:45:34 -07:00
kubemark Make usage of real proxier in hollow-proxy optional (default=true) 2017-05-18 14:30:12 +02:00
labels
master audit: wire through non-nil context everywhere 2017-05-23 11:20:14 +02:00
metrics
printers PDB MaxUnavailable: kubectl changes 2017-05-23 07:18:44 -07:00
probe Extend Iptables interface with SaveInto 2017-05-19 20:44:25 +02:00
proxy Merge pull request #46201 from wojtek-t/address_kubeproxy_todos 2017-05-22 20:54:14 -07:00
quota Moved qos to api.helpers. 2017-05-20 07:17:57 -04:00
registry PDB MaxUnavailable: API changes 2017-05-23 07:18:43 -07:00
routes Merge pull request #45490 from deads2k/owners-01-extensions 2017-05-10 12:51:51 -07:00
runtime
security Use dedicated Unix User and Group ID types 2017-05-05 14:07:38 +02:00
securitycontext Use dedicated Unix User and Group ID types 2017-05-05 14:07:38 +02:00
serviceaccount
ssh
types
util Merge pull request #46209 from wojtek-t/remove_iptables_save 2017-05-22 20:00:00 -07:00
version
volume Merge pull request #41785 from jamiehannaford/cinder-performance 2017-05-24 06:46:59 -07:00
watch
BUILD add "admission" API group 2017-05-19 10:17:37 -06:00
OWNERS