Abdullah Gharaibeh
288609ecf5
remove ds dependeny on scheduler metadata
2019-12-12 19:04:36 -05:00
Abdullah Gharaibeh
70a2bccfd6
deprecate scheduler's FailureReason
2019-12-12 18:54:52 -05:00
Kubernetes Prow Robot
5a45e30081
Merge pull request #85406 from zhouya0/kubectl-change-podSecurityPolicy-group
...
kubectl change podSecurityPolicy group
2019-12-12 15:48:55 -08:00
Kubernetes Prow Robot
b4b0d1903d
Merge pull request #85718 from dholbach/dholbach/remove-kube-timeout
...
drop KUBE_TIMEOUT in test/cmd/kubeadm.sh
2019-12-12 14:22:32 -08:00
Kubernetes Prow Robot
c1b2ecaada
Merge pull request #86159 from clarklee92/move-e2e/framework/service
...
e2e: move funs of framework/service to e2e/network
2019-12-12 12:48:32 -08:00
Abdullah Gharaibeh
2fdf1fa3c1
inter-pod affinity prefilter
2019-12-12 15:20:14 -05:00
Lantao Liu
c229c78af7
Upload containerd logs to stackdriver
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-12-12 11:49:14 -08:00
Ted Yu
9cff345770
Do not swallow timeout in manageReplicas
2019-12-12 11:27:36 -08:00
Kubernetes Prow Robot
bb03061010
Merge pull request #86218 from ahg-g/ahg-framework
...
Add an interface to return scheduler framework instance
2019-12-12 11:06:32 -08:00
Kubernetes Prow Robot
05836353a1
Merge pull request #86117 from wojtek-t/node_authorizer_microbenchmark
...
Extend authorization benchmark
2019-12-12 09:38:32 -08:00
Kubernetes Prow Robot
442107b6b9
Merge pull request #86092 from robscott/endpointslice-proxy-cache-fix
...
Ensuring kube-proxy does not mutate shared EndpointSlices
2019-12-12 08:12:32 -08:00
Abdullah Gharaibeh
9f334a4d08
Add an interface to return scheduler framework instance
2019-12-12 10:47:32 -05:00
Lubomir I. Ivanov
effe299082
kubeadm: add basic validation around kubelet.conf parsing
...
If the user has modified the kubelet.conf post TLS bootstrap
to become invalid, the function getNodeNameFromKubeletConfig() can
panic. This was observed to trigger in "kubeadm reset" use cases.
Add basic validation and unit tests around parsing the kubelet.conf
with the aforementioned function.
2019-12-12 17:30:53 +02:00
wojtekt
1657ef25eb
Extend authorization benchmark
2019-12-12 16:20:38 +01:00
Kubernetes Prow Robot
ea7327ac40
Merge pull request #86212 from mfojtik/plural-exceptions
...
code-generator: expose pluralExceptions via flag
2019-12-12 06:48:32 -08:00
Kubernetes Prow Robot
7b792c38e0
Merge pull request #85837 from pickledrick/coredns-replicas
...
kubeadm: persist dns replica count on upgrade
2019-12-12 05:12:31 -08:00
Michal Fojtik
15e98360a8
code-generator: update BUILD
2019-12-12 13:15:20 +01:00
Michal Fojtik
d511a809af
code-generator: expose plural exceptions via flag
2019-12-12 13:15:20 +01:00
RainbowMango
44a0d04b96
Add a unit test guarantees ClearState will fully clear a collector.
2019-12-12 20:11:14 +08:00
Kubernetes Prow Robot
cfdfd043a0
Merge pull request #86204 from hwdef/add-hack-reviewer
...
add @hwdef as a reviewer of hack
2019-12-12 01:14:32 -08:00
hwdef
64e49e187a
add hwdef as a reviewer of hack
2019-12-12 16:10:06 +08:00
tanjunchen
89b31c8d69
move test/e2e/framework/lifecycle/ test/framework/cloud/gcp
2019-12-12 13:28:53 +08:00
Kubernetes Prow Robot
9caece8bd9
Merge pull request #86020 from enj/enj/i/oidc_cache/79546
...
kubectl oidc auth-provider: include cluster address in cache key
2019-12-11 21:00:32 -08:00
Kubernetes Prow Robot
6dbd521cfa
Merge pull request #86178 from misterikkit/test-log-fix
...
fix log format string
2019-12-11 19:40:46 -08:00
Kubernetes Prow Robot
010291d4dc
Merge pull request #84951 from yutedz/status-mgr-sync-static
...
Sync the status of static Pods
2019-12-11 19:40:32 -08:00
SataQiu
20f0408f29
promote SataQiu to an approver of test and test/e2e/framework
2019-12-12 10:49:31 +08:00
Kubernetes Prow Robot
e76619931f
Merge pull request #86180 from Random-Liu/fix-critical-pod-cleanup-in-test
...
Make sure critical pod in the preemption test is always cleaned up.
2019-12-11 18:04:32 -08:00
Lantao Liu
915b096405
Make sure critical pod in the preemption test is always cleaned up.
...
Signed-off-by: Lantao Liu <lantaol@google.com>
2019-12-11 16:51:21 -08:00
Kubernetes Prow Robot
0d58709016
Merge pull request #86168 from liggitt/discovery-burst
...
Increase Burst limit for discovery client
2019-12-11 15:38:32 -08:00
Kubernetes Prow Robot
b38dfb3ccb
Merge pull request #85522 from YuikoTakada/local-latencies
...
Fix func VerifyLatencyWithinThreshold() to local
2019-12-11 14:30:32 -08:00
Peter Grant
0e4469cddd
persist deployed DNS configuration during kubeadm upgrade
...
Signed-off-by: Peter Grant <9246508+pickledrick@users.noreply.github.com>
2019-12-12 08:55:15 +11:00
Jonathan Basseri
dc17fc4283
fix log format string
2019-12-11 13:27:13 -08:00
David Eads
773fbeab1e
expose the clientConfig to consumers trying to build custom clients against the kubeapiserver
2019-12-11 16:10:36 -05:00
David Eads
d0210220e4
dump information for all namespaces related to the test
2019-12-11 16:00:57 -05:00
David Eads
ea913f38ea
allow configuration of customized AfterEach functions for all tests
2019-12-11 15:53:00 -05:00
Kubernetes Prow Robot
343020101c
Merge pull request #86110 from haosdent/clean-e2e-framework-kubelet
...
e2e: move funs of framework/kubelet to e2e/scheduling
2019-12-11 12:52:56 -08:00
Kubernetes Prow Robot
7fb322e174
Merge pull request #86059 from haosdent/e2e-cleanup-autoscaling
...
e2e: remove unused method in e2e/framework/autoscaling.
2019-12-11 12:52:46 -08:00
Kubernetes Prow Robot
2ccbd8e310
Merge pull request #85287 from serathius/prometheus-visibility
...
Reduce visibility of prometheus libs
2019-12-11 12:52:33 -08:00
Jordan Liggitt
711dc0b5b5
Increase Burst limit for discovery client
2019-12-11 15:41:58 -05:00
Kubernetes Prow Robot
4ca93592d2
Merge pull request #86147 from tanjunchen/use-framework-Equal-20191211
...
test/e2e/storage : use framework.Equal() replace gomega.Expect(...).To(gomega.BeTrue(),...)
2019-12-11 11:32:24 -08:00
Kubernetes Prow Robot
2f66bcf8a6
Merge pull request #86136 from alejandrox1/add-alejandrox1-as-approver
...
Added alejandrox1 to test/approvers
2019-12-11 11:32:16 -08:00
Kubernetes Prow Robot
30edc8ea83
Merge pull request #86112 from SataQiu/fix-staticcheck-20191210
...
Fix staticcheck failures of e2e/storage/utils e2e/storage/vsphere
2019-12-11 11:32:07 -08:00
Kubernetes Prow Robot
9caeb09169
Merge pull request #83525 from oke-py/contribute-kubectl-book
...
Clalify how to contribute to kubectl book
2019-12-11 11:31:54 -08:00
Anago GCB
5e0f36705e
Update CHANGELOG-1.16.md for v1.16.4.
2019-12-11 18:17:42 +00:00
Anago GCB
a5759ee278
Update CHANGELOG-1.15.md for v1.15.7.
2019-12-11 18:17:26 +00:00
Anago GCB
ca0d2b7ce6
Update CHANGELOG-1.14.md for v1.14.10.
2019-12-11 18:16:55 +00:00
Kubernetes Prow Robot
0e15d26fe7
Merge pull request #86077 from pohly/external-docs
...
e2e storage: improve instructions for external driver testing
2019-12-11 08:42:08 -08:00
Kubernetes Prow Robot
4f52ccaf39
Merge pull request #85995 from nikhita/semver-tags-instructions
...
client-go: update INSTALL.md to include semver tags
2019-12-11 07:32:06 -08:00
Nikhita Raghunath
ca36822f1e
client-go: update INSTALL.md to include semver tags
2019-12-11 19:49:55 +05:30
Kubernetes Prow Robot
cfdc365525
Merge pull request #86133 from Huang-Wei/cleanup-predicate-path
...
Eliminate running paths of Predicates in scheduler
2019-12-11 06:18:06 -08:00