Kubernetes Prow Robot
6d314f860e
Merge pull request #84156 from wawa0210/win-performance-counter
...
Fix windows performance counter error on Non-English environemnt
2019-10-22 20:10:24 -07:00
Kubernetes Prow Robot
a005925a71
Merge pull request #84048 from jsafrane/kubelet-volumemode-checks
...
Check PV volumeMode in kubelet even when block feature is off
2019-10-22 20:10:13 -07:00
Jordan Liggitt
8d0e4a4492
Revert "move hostPID tests to common"
...
This reverts commit 20ac24929b
.
2019-10-22 21:28:44 -04:00
Kubernetes Prow Robot
d5cdc097d9
Merge pull request #83645 from cristiandima/fix-golint-errors-in-controller-service
...
Fix golint errors in pkg/controller/service
2019-10-22 17:36:12 -07:00
Sean Sullivan
0bafc826ae
Adds test TestTemplateSuccess (from TestPrinters)
2019-10-22 16:10:00 -07:00
Cristian Dima
da759609dc
in pkg/controller/service rename service_controller.go to controller.go
2019-10-23 01:52:19 +03:00
Cristian Dima
a18de39166
fix golint errors in pkg/controller/service
2019-10-23 01:52:19 +03:00
Abdullah Gharaibeh
d393804237
separate listers into their own package
2019-10-22 18:11:02 -04:00
Anish Ramasekar
eeeb59e71a
update getmetadata to use unsafe read
2019-10-22 13:55:13 -07:00
Brendan Chang
862e814f82
Use sigyaml for the metav1 fuzz targets
2019-10-22 16:41:49 -04:00
Sean Sullivan
6660937139
Move template printer error test to correct location template_test.go
2019-10-22 13:07:07 -07:00
Sean Sullivan
57259fa419
Moves TestTemplatePanic to correct location of template_test.go
2019-10-22 13:07:07 -07:00
Sean Sullivan
d9ded62fb9
Moves TestTemplateStrings to correct location of template_test.go
2019-10-22 13:07:07 -07:00
Anish Ramasekar
cebdd85186
add allowunsafe read
...
update common controller
add comment
update to cached data
add cacheReadType type
update logic for disk reconcile loop to read from cache
update delete cache for node
review feedback
2019-10-22 12:56:18 -07:00
Kubernetes Prow Robot
9fa1bc8003
Merge pull request #83422 from yastij/remove-ipallocator
...
remove ipallocator in favor of k/utils net package
2019-10-22 12:52:13 -07:00
Anago GCB
6bcfd75dd6
Update CHANGELOG-1.17.md for v1.17.0-alpha.3.
2019-10-22 18:19:02 +00:00
Kubernetes Prow Robot
1d489b77e5
Merge pull request #84120 from smarterclayton/preempt
...
kubelet: Record preemptions similarly to evictions
2019-10-22 10:28:49 -07:00
Kubernetes Prow Robot
3c0fa84f92
Merge pull request #84075 from yutedz/replica-set-rolling
...
Extract PodPhase map outside Less func
2019-10-22 10:28:36 -07:00
Yassine TIJANI
f984b4c7a2
remove ipallocator in favor of k/utils net package
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-10-22 18:37:13 +02:00
Dan Winship
6a5caea2f6
Comment out an e2eservice sanity check for now
2019-10-22 10:27:51 -04:00
Jack Kleeman
84bc6b151d
Plumb dynamic SNI certificates
...
We create and use a dynamic certificate provider for the SNI serving
certificates. Currently we only use static serving certificate
providers, so the files are not reloaded, but we should be able to move
to a provider that is able to reload later on.
2019-10-22 14:27:45 +01:00
Maciej Borsz
7ee8a02eee
Add mtls support to add/remove-replica
2019-10-22 14:59:16 +02:00
Kubernetes Prow Robot
97c7ccc547
Merge pull request #84152 from draveness/feature/remove-node-memory-predicate
...
feat: remove CheckNodeMemoryPressure/DiskPressure/PIDPressure/Condition
2019-10-22 05:41:21 -07:00
Dan Winship
478fadccff
BoundedFrequencyRunner: fix tests
...
The tests were using a fake timer that only ticked when the test cases
told it to, so it would only be correctly testing the
BoundedFrequencyRunner functionality if the test cases made it tick
whenever the BFR timer was supposed to expire, and didn't make it tick
at any other time. But they didn't do that. Fix it to tick
automatically at the correct times, and update the test cases
accordingly (including adding a new helper method for asserting that
the runner did nothing in cases when it's expected to have done
nothing).
Also fix two unrelated minor bugs in fakeTimer.
2019-10-22 08:17:30 -04:00
Maciej Borsz
afbe1898e7
Few improvements to cloud nat
2019-10-22 13:58:46 +02:00
wojtekt
f06b453b0d
Improve selector
2019-10-22 13:17:29 +02:00
Jan Safranek
b3bd620b2a
Lower AWS DescribeVolume frequency
...
Call DescribeVolumes less frequently so controller-manager is not throttled
by AWS. DescribeVolumes is basically the only Kubernetes call that suffers API
throttling by AWS.
2019-10-22 12:50:45 +02:00
Jan Safranek
c9fc26d85e
Fix volumeMode retrieval when BlockVolume feature is off
...
API served does not need to default volumeMode to Filesystem.
2019-10-22 10:17:14 +02:00
draveness
09f333940e
feat: remove CheckNodeMemoryPressure/DiskPressure/PIDPressure/Condition predicates
2019-10-22 15:28:32 +08:00
Kubernetes Prow Robot
ea4570a412
Merge pull request #84167 from yutedz/health-path-prefix
...
etcd health check key should have proper prefix
2019-10-22 00:19:37 -07:00
Kubernetes Prow Robot
780e40d424
Merge pull request #84150 from langyenan/fix-e2e
...
set default value of KUBE_MASTER_URL to empty in e2e test
2019-10-22 00:19:24 -07:00
Yecheng Fu
7c7ba19781
Revert "Disable local block volume reconstruction test"
...
This reverts commit 7c240a18b6
.
2019-10-22 14:28:20 +08:00
Kubernetes Prow Robot
3ff376923d
Merge pull request #83971 from yutedz/err-start-master
...
Log the error before calling closeFn
2019-10-21 22:31:21 -07:00
Lantao Liu
983fd27454
Upgrade all node pools for gke upgrade test.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-10-21 22:28:53 -07:00
Kubernetes Prow Robot
10490a645c
Merge pull request #84159 from danwinship/service-sanitycheck-fix
...
Fix sanity-checking of LoadBalancer services in e2eservice.TestJig
2019-10-21 21:12:32 -07:00
Kubernetes Prow Robot
ffffd6b6f5
Merge pull request #84148 from gongguan/filter_plugin
...
[migration phase 1] Add filter plugin for cloud provider storage predicate
2019-10-21 21:12:19 -07:00
Kubernetes Prow Robot
4984c6f000
Merge pull request #84049 from jsafrane/block-feature-gate-checks
...
Add block feature gate checks to PV controller
2019-10-21 21:12:09 -07:00
Kubernetes Prow Robot
899ca689ad
Merge pull request #83983 from phiremande/phk-kube-dev
...
Issue 83458:Changed the return check for GetNodeInfo
2019-10-21 21:11:58 -07:00
Kubernetes Prow Robot
bbe71214a6
Merge pull request #83677 from HotelsDotCom/kube-proxy-README
...
Bugfix kube-proxy README file to list ipvs modules, closes #83676
2019-10-21 21:11:51 -07:00
Kubernetes Prow Robot
18cef954a1
Merge pull request #83591 from jingxu97/Oct/cache
...
Flush data cache during unmount device for GCE-PD in Windows
2019-10-21 21:11:36 -07:00
Kubernetes Prow Robot
aa25739da4
Merge pull request #83427 from logicalhan/metrics-timeout
...
Fix double counting issue for request metrics on timeout.
2019-10-21 21:11:22 -07:00
Kubernetes Prow Robot
9039e6b754
Merge pull request #83398 from bclau/tests/fix-windows-image-pulling
...
tests: Simplifies image pulling tests
2019-10-21 19:55:21 -07:00
ianlang
3359577d42
set default value of KUBE_MASTER_URL to empty
2019-10-22 10:08:55 +08:00
Kubernetes Prow Robot
c981bce007
Merge pull request #83368 from Jefftree/move-hostpid-tests
...
Move hostPID tests to common
2019-10-21 17:09:22 -07:00
Ted Yu
f4941e265e
etcd health check key should have proper prefix
2019-10-21 17:03:24 -07:00
Ted Yu
79dfd42718
Log the error even if closeFn crashes
2019-10-21 16:41:54 -07:00
Brendan Chang
d2074fcdb8
Add fuzz targets for Duration, MicroTime, and Time
2019-10-21 19:00:39 -04: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
John Schnake
9a3a051d1c
Ensure script saves results even when tests fail
...
When we run commands that may exit non-zero during normal operation
we need to ensure the script does not exit early and avoid
saving the results.
Signed-off-by: John Schnake <jschnake@vmware.com>
2019-10-21 15:16:11 -05:00