kubernetes/pkg
Kubernetes Submit Queue 0ab01d19c9
Merge pull request #61375 from satyasm/cloud-cidr-bound-retries
Automatic merge from submit-queue (batch tested with PRs 60455, 61365, 61375, 61597, 61491). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Fix #61363, Bounded retries for cloud allocator.

**What this PR does / why we need it**:

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #61363

**Special notes for your reviewer**:
Changed the tracking of nodesInProcessing from a set to map[string]int so that we can count the
number of times we re-process the node and not re-queue in case updateMaxRetries exceeded.

**Release note**:

```release-note
Bound cloud allocator to 10 retries with 100 ms delay between retries.
```
2018-03-26 15:34:45 -07:00
..
api remove unused pkg unversioned 2018-03-13 15:06:38 +08:00
apis Merge pull request #60452 from danwinship/networkpolicy-pod-plus-ns 2018-03-24 13:34:27 -07:00
auth Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
capabilities Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
client regenerated all files and remove all YEAR fields 2018-03-08 17:52:48 +08:00
cloudprovider Merge pull request #61441 from agau4779/remove-alphagate-validation 2018-03-26 09:31:29 -07:00
controller Merge pull request #61375 from satyasm/cloud-cidr-bound-retries 2018-03-26 15:34:45 -07:00
credentialprovider Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
features Merge pull request #61075 from tallclair/feature-owners 2018-03-21 06:41:27 -07:00
fieldpath Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
generated generated 2018-02-27 21:21:14 -08:00
kubeapiserver Merge pull request #61453 from hzxuzhonghu/kube-api-cleanup 2018-03-22 06:20:15 -07:00
kubectl removes custom scalers from kubectl 2018-03-26 19:33:42 +02:00
kubelet Merge pull request #61525 from tianshapjq/place-consts-together 2018-03-25 09:51:42 -07:00
kubemark add nodeport-addresses flag for kube-proxy 2018-02-26 23:48:46 +08:00
master update metrics to true like it is for kube-apiserver 2018-03-22 10:27:31 -04:00
printers Merge pull request #61440 from juanvallejo/jvallejo/add-json-yaml-printer-flags 2018-03-25 15:58:31 -07:00
probe Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
proxy Merge pull request #59720 from islinwb/ipvs_doc 2018-03-22 19:33:01 -07:00
quota Add UT test to TestMax if equal scenario 2018-03-01 10:30:06 +08:00
registry Merge pull request #60563 from hzxuzhonghu/replace-context 2018-03-23 16:34:23 -07:00
routes Remove /ui/ redirect 2018-02-12 10:54:33 -05:00
scheduler Merge pull request #61548 from aveshagarwal/master-service-anti-affinity-1 2018-03-25 14:13:51 -07:00
security Merge pull request #56848 from CaoShuFeng/duplicated-validation-psp 2018-03-26 00:13:08 -07:00
securitycontext API Changes for RunAsGroup and Implementation and e2e 2018-02-28 22:09:56 -08:00
serviceaccount implement token authenticator for new id tokens 2018-02-27 17:20:46 -08:00
ssh Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
util Merge pull request #61480 from gnufied/fix-unix-socket-subpath-mount 2018-03-25 20:40:28 -07:00
version Require boilerplate on Bazel Skylark source files 2018-02-16 13:44:04 -08:00
volume Merge pull request #60563 from hzxuzhonghu/replace-context 2018-03-23 16:34:23 -07:00
watch/json remove outdate package 2018-01-15 23:17:19 +08:00
windows/service Add support for binaries to run as Windows services 2018-03-07 00:51:36 +01:00
.import-restrictions
BUILD pkg/api/unversioned related cleanup 2018-03-13 17:20:16 +08:00
OWNERS