Ted Yu
79dfd42718
Log the error even if closeFn crashes
2019-10-21 16:41:54 -07:00
Ted Yu
7a4b98b896
Extract PodPhase map outside Less func
2019-10-21 14:32:20 -07:00
Han Kang
f8f1def5f1
rename metric for apiserver request terminations and reword corresponding documentation
...
Change-Id: I47a9c7b10614afe85bb652fa61984f91848d6d65
2019-10-21 13:26:31 -07:00
Kubernetes Prow Robot
b717be8269
Merge pull request #83872 from cheftako/context
...
Push context up to cloud node controller.
2019-10-21 12:38:36 -07:00
Kubernetes Prow Robot
2591ff46a6
Merge pull request #83585 from lzang/master
...
Remove the assumption of pod cidr of /24 in the gce window node start…
2019-10-21 12:38:19 -07:00
Kubernetes Prow Robot
8138e8d012
Merge pull request #83310 from SataQiu/clean-scheduler-20190930
...
scheduler: make getVolumeLimits a function instead of a method
2019-10-21 12:38:06 -07:00
Michael Gugino
0088a9e6a8
Add timeout info to kubectl drain logging
2019-10-21 15:21:26 -04:00
Pradeep Hiremande
678b670f92
Issue 83458:Changed the return check for GetNodeInfo
2019-10-21 21:51:31 +05:30
louisgong
70ca08ec89
filter plugin for cloud provider storage predicate
2019-10-21 23:56:23 +08:00
Dan Winship
0aae11db48
Fix sanity-checking of LoadBalancer services in e2eservice.TestJig
2019-10-21 10:33:38 -04:00
Kubernetes Prow Robot
0f834b69a1
Merge pull request #84108 from yutedz/verify-dep-close
...
Close the file after reading in verifydependencies#main
2019-10-21 06:43:38 -07:00
xiaozhang
685c8f93d9
fix windows performance counter father information failed on Non-English environment
2019-10-21 19:49:13 +08:00
Guoliang Wang
9d173852c1
Add a metric to track number of scheduler prioritizing goroutines
2019-10-21 16:38:14 +08:00
Guoliang Wang
08f7b22025
Add a metric to track number of scheduler binding goroutines
2019-10-21 16:38:12 +08:00
Kubernetes Prow Robot
9790262f12
Merge pull request #84138 from nilo19/qi-fix-missing-zone-master
...
Return an error when zone info is not found.
2019-10-21 00:53:37 -07:00
Kubernetes Prow Robot
c634276498
Merge pull request #83497 from pivotal-k8s/allow-custom-tags
...
Allow users to use custom tags
2019-10-20 22:17:37 -07:00
t-qini
19c09ff309
Return an error when zone info is not found.
2019-10-21 12:30:55 +08:00
Kubernetes Prow Robot
ac6c77c440
Merge pull request #84121 from zouyee/renamefit
...
rename FilterPlugin NodeResources
2019-10-20 20:45:37 -07:00
Kubernetes Prow Robot
ba4adeff20
Merge pull request #84090 from oomichi/move-LaunchHostExecPod
...
Move LaunchHostExecPod() to e2e network
2019-10-20 17:47:37 -07:00
Kubernetes Prow Robot
ffc2227e3e
Merge pull request #84082 from wojtek-t/improve_to_unstructured
...
Create microbenchmarks for ToUnstructured/FromUnstructured.
2019-10-20 14:47:37 -07:00
walter
6991069e31
Push context up to cloud node controller.
...
This adds context to the cloud node controller. It continues the propogation started in 59287. Fixes 815.
Fixed test code calls.
2019-10-20 11:20:49 -07:00
Kubernetes Prow Robot
019b662ff5
Merge pull request #84017 from ahg-g/ahg-csi
...
Remove CSINode from scheduler cache.
2019-10-20 03:17:37 -07:00
zouyee
04340eaa34
rename FilterPlugin NodeResources
...
Signed-off-by: Zou Nengren <zouyee1989@gmail.com>
2019-10-20 12:51:16 +08:00
Clayton Coleman
2ddeb94b56
storage: Deleting a namespace while spec.finalizers pending should not error
...
All objects with graceful deletion allow multiple DELETE calls in the pending
state. Namespace is the one outlier, and the error here predates graceful
deletion and finalizers. We should make this behavior consistent with other
calls and merely indicate success and return the state of the object, the
same as if there were pending metadata finalizers.
Clients that previously checked for a conflict error during delete to know
that the server is already deleting will now no longer receive an error
(as if the object were rapidly deleted). There is a small chance that some
clients have error checking for this state, but a much larger chance that
clients that want to trigger a delete of the namespace do not handle this
error case.
Discovered in an e2e test that used the framework namespace and triggered
deletion of that ns itself, and then the AfterEach step in e2e failed
because the namespace was already pending deletion.
2019-10-19 23:08:17 -04:00
Kubernetes Prow Robot
e1685b5b59
Merge pull request #84074 from zouyee/proirity
...
LeastRequestedPriority/MostRequestedPriority/BalancedResourceAllocation as Score plugins
2019-10-19 17:21:37 -07:00
Clayton Coleman
3c44e11cfa
kubelet: Record preemptions similarly to evictions
...
A preemption is a disruption event that should have a metric so that
the rate of preemption can be assessed. Nodes that are under heavy
preemption may have conflicting workloads or otherwise need attention.
A sudden burst of preemption on a cluster in steady state could
indicate pathological conditions within the scheduler or workload
controllers.
2019-10-19 19:07:37 -04:00
Ted Yu
a7231fc93a
Close the file after reading in verifydependencies#main
2019-10-19 10:46:50 -07:00
Kubernetes Prow Robot
9c25b16d88
Merge pull request #84099 from draveness/feature/remove-lister-wrapper
...
feat(scheduler): replace several algorithm listers with client listers
2019-10-19 08:05:37 -07:00
zouyee
bd4167d149
remove unused meta and rename lablance_allocated
...
Signed-off-by: Zou Nengren <zouyee1989@gmail.com>
2019-10-19 22:43:15 +08:00
Kubernetes Prow Robot
7e53c9d808
Merge pull request #83756 from hex108/permit
...
Refactor scheduler's framework permit API
2019-10-19 06:47:37 -07:00
zouyee
408c9da2a6
LeastRequestedPriority/MostRequestedPriority/BalancedResourceAllocation as Score plugins
...
Signed-off-by: Zou Nengren <zouyee1989@gmail.com>
2019-10-19 20:49:05 +08:00
Kubernetes Prow Robot
3ebee370c5
Merge pull request #81971 from laddng/api-resources-sort-by-flag
...
Added a new `--sort-by` flag to kubectl api-resources command
2019-10-19 05:27:37 -07:00
draveness
ce33fcc311
feat: remove FakePDBLister
2019-10-19 19:10:42 +08:00
Kubernetes Prow Robot
0c91af21b4
Merge pull request #84047 from draveness/feature/node-unschedulable-filter
...
feat: implement node unschedulable as a filter plugin
2019-10-19 04:03:37 -07:00
draveness
00a12c787c
feat: implement node unschedulable as a filter plugin
2019-10-19 17:29:25 +08:00
draveness
e1f86e3460
feat(scheduler): replace several algorithm listers with client listers
2019-10-19 17:26:32 +08:00
Kubernetes Prow Robot
ff7a09928b
Merge pull request #84070 from neolit123/1.17-remove-test-owners-ref
...
remove usage of the test/test_owners.* files
2019-10-19 02:13:36 -07:00
Jun Gong
38b7668bb3
Refactor scheduler's framework permit API
2019-10-19 16:22:39 +08:00
Kubernetes Prow Robot
0f7873ad5c
Merge pull request #82308 from zhlhahaha/kubectl_flag
...
Add kubectlPath flag to e2e_node.test
2019-10-18 23:47:37 -07:00
Kubernetes Prow Robot
52063ef8c9
Merge pull request #84094 from yutedz/stor-max-size
...
Clarify the role for SupportedSizeRange
2019-10-18 21:54:30 -07:00
Kubernetes Prow Robot
6c97baea5d
Merge pull request #84092 from ialidzhikov/ehn/addon-manager-images
...
Add note about addon-manager image location
2019-10-18 21:54:20 -07:00
Kubernetes Prow Robot
2b79d284fd
Merge pull request #84066 from Huang-Wei/eps-migration
...
Migrate EvenPodsSpread Predicate to Filter plugin
2019-10-18 21:54:12 -07:00
Kubernetes Prow Robot
578d061666
Merge pull request #84064 from cblecker/go-1.12.11
...
Update to use go1.12.12
2019-10-18 21:54:02 -07:00
Kubernetes Prow Robot
91627f4962
Merge pull request #83805 from wk8/wk8/gmsa_e2e_tweak
...
Amending the GMSA e2e test to allow it to run against Windows-only clusters
2019-10-18 21:53:50 -07:00
Kubernetes Prow Robot
0a6e5e65b9
Merge pull request #83750 from mwwolters/json_fuzz
...
A go-fuzz target for Serializer.Encode/Decode, tested with go-fuzz
2019-10-18 21:53:37 -07:00
Abdullah Gharaibeh
a772722660
Remove CSINode from scheduler cache.
2019-10-19 03:52:22 +00:00
Kubernetes Prow Robot
aab740ffc2
Merge pull request #82703 from draveness/feature/graduate-taint-nodes-by-condition-to-ga
...
feat: update taint nodes by condition to GA
2019-10-18 20:01:37 -07:00
draveness
1163a1d51e
feat: update taint nodes by condition to GA
2019-10-19 09:17:41 +08:00
Michelle Au
1634ada147
remove hostnetwork from hostpath csi manifest
2019-10-18 18:14:17 -07:00
Kubernetes Prow Robot
98fcf2e6c7
Merge pull request #84034 from mrkm4ntr/use-informer-factory
...
Use frameworkHandle to get listers
2019-10-18 15:21:57 -07:00