Commit Graph

87457 Commits

Author SHA1 Message Date
louisgong
e8eb5c656b fix fake remote CRI 2020-01-04 08:43:17 +08:00
Abdullah Gharaibeh
d31dcecd20 cleanup unused scheduler functions/files 2020-01-03 19:09:14 -05:00
Antonio Ojea
c0bc36c12e kubeadm: probe address for unspecified ips
kubeadm deploys the apiserver, controller-manager and the scheduler
using liveness probes.
The bind-address option is used to configure the probe address, in
case this is configured with an unspecified address, the probe
will fail. When using an unspecified address the probe host field is
left empty, otherwise the bind-address is used.
2020-01-04 00:42:15 +01:00
Kubernetes Prow Robot
9ff3b52913
Merge pull request #86819 from Huang-Wei/cleanup-NewGenericScheduler
Cleanup unused parameter of NewGenericScheduler
2020-01-03 14:55:41 -08:00
Kubernetes Prow Robot
1c033105eb
Merge pull request #86383 from deads2k/cleanup-cert
prevent blocking wait in cert reloading
2020-01-03 12:43:41 -08:00
Wei Huang
051be8fe80
Cleanup SetPredicatesOrderingDuringTest due to deprecation of predicates 2020-01-03 11:57:17 -08:00
Wei Huang
64d7b224d9
Cleanup unused parameter of NewGenericScheduler 2020-01-03 11:42:39 -08:00
Abdullah Gharaibeh
7d604c318c Break DS controller on scheduler predicates and predicate errors 2020-01-03 13:05:07 -05:00
Kubernetes Prow Robot
ce2102f363
Merge pull request #86815 from krzysied/kubemark_internal_ip_fix
Kubemark - adding private cluster check
2020-01-03 09:49:41 -08:00
Krzysztof Siedlecki
2d95520a3f adding private cluster check 2020-01-03 17:28:39 +01:00
Ted Yu
9bc862ec69 Perform dead storage removal linearly 2020-01-03 08:05:21 -08:00
Kubernetes Prow Robot
180e1c9f51
Merge pull request #86584 from xiaoanyunfei/cleanup/deprecate_scheduler_metrics
deprecate scheduling_algorithm_predicate_evaluation_seconds and sched…
2020-01-03 03:41:40 -08:00
tanjunchen
2371c58a73 remove unused code test/e2e/framework/google_compute.go 2020-01-03 19:04:28 +08:00
Bryan Boreham
cc0b3e82eb Kubelet: add a metric to observe time since PLEG last seen
Expose the measurement that kubelet uses to judge that "PLEG is
unhealthy". If we can observe the measurement growing then we can
alert before the node goes unhealthy.

Note that the existing metrics PLEGRelistInterval and
PLEGRelistDuration are poor for this, because when relist() gets
stuck they are never updated.

Signed-off-by: Bryan Boreham <bryan@weave.works>
2020-01-03 10:01:27 +00:00
SataQiu
17b0b77026 fix staticcheck failures of test/integration/client test/integration/disruption 2020-01-03 17:23:35 +08:00
Mike Spreitzer
0eca8ae9cd Fix tests and improve comment on NewDeltaFIFO 2020-01-03 01:01:05 -08:00
Mike Spreitzer
1d65f1b5c3 Fixed assignment statements 2020-01-03 00:47:19 -08:00
Mike Spreitzer
89c615f9c4 Revised comments about f.knownObjects and added tests for Replace 2020-01-03 00:44:02 -08:00
Kubernetes Prow Robot
65ef5dcc51
Merge pull request #86660 from qianlei90/fix_test
remove unnecessary code in client-go test
2020-01-02 23:39:40 -08:00
Kubernetes Prow Robot
47d5c3ef8d
Merge pull request #86785 from cwdsuzhou/Jan/update_comments
update comments of some funs in scheduling_queue
2020-01-02 22:26:02 -08:00
Kubernetes Prow Robot
b3c4c90a72
Merge pull request #86673 from ahg-g/ahg1-provider
Define algorithm providers in terms of plugins
2020-01-02 22:25:53 -08:00
Kubernetes Prow Robot
30090d0809
Merge pull request #86665 from SataQiu/clean-proxy-20191227
kube-proxy: add some interface type assertions
2020-01-02 22:25:40 -08:00
Kubernetes Prow Robot
1780792d3c
Merge pull request #86790 from wojtek-t/dumb_listwatch
Don't paginate in listwatch
2020-01-02 19:16:25 -08:00
Kubernetes Prow Robot
ebdde7c9f8
Merge pull request #86768 from tanjunchen/logger-use-framework
if no cycle dependency , use framework in test/e2e_node/
2020-01-02 19:16:15 -08:00
Kubernetes Prow Robot
3879095558
Merge pull request #86759 from neolit123/1.17-add-known-issues-service-cidr
CHANGELOG-1.17: add note about service CIDR bug
2020-01-02 19:16:04 -08:00
Kubernetes Prow Robot
fdfcb00ede
Merge pull request #86586 from xiaoanyunfei/cleanup/deprecate_scheduler_duration_seconds
Deprecate scheduling_duration_seconds Summary metric
2020-01-02 19:15:55 -08:00
Kubernetes Prow Robot
cc5144ff13
Merge pull request #86160 from notpad/feautre/scheduler_perf
Define workloads specs by YAML
2020-01-02 19:15:41 -08:00
Kubernetes Prow Robot
57707f16cb
Merge pull request #86757 from ialidzhikov/enh/dry-run
Minor nit in error message about feature gate stage
2020-01-02 15:59:40 -08:00
Kubernetes Prow Robot
8727eef79c
Merge pull request #85836 from YangLu1031/master
Add instructions about how to bring up e2e test cluster
2020-01-02 14:31:41 -08:00
Abdullah Gharaibeh
b535ed3b0c Merge scheduler's ConfigProducerRegistry into LegacyRegistry 2020-01-02 16:40:33 -05:00
wojtekt
51eb4b50a3 Don't paginate in listwatch 2020-01-02 20:09:19 +01:00
Kubernetes Prow Robot
c72d5fd255
Merge pull request #86693 from sallyom/silence-usage-on-error
silence usage when required flag is not passed
2020-01-02 08:47:40 -08:00
caiweidong
02e217759e update comments of some funs in scheduling_queue 2020-01-02 23:35:12 +08:00
mattjmcnaughton
d09fe8e247
Remove no longer needed modifyContainerPIDNamespaceOverrides
As of https://github.com/kubernetes/kubernetes/pull/72831/, the minimum
kubernetes version is now 1.13.1. As a result, this function becomes a
no-op. As the TODO indicates, we should delete it.
2020-01-02 09:09:02 -05:00
tanjunchen
9324664330 remove TODO in test/e2e/framework/node/resource.go 2020-01-02 21:55:58 +08:00
Aresforchina
bfc4a7a1c5 fix staticcheck of pkg/util/ebtables 2020-01-02 18:16:50 +08:00
Mike Spreitzer
7a7ccb797e Updated comments on internal abstractions in client-go/tools/cache
The comments on Store and Queue and the FIFOs ceased being accurate
long ago.
2020-01-02 01:56:40 -08:00
tanjunchen
fc3b210ad8 if no cycle dependency , use framework in test/e2e_node subpackage 2020-01-02 15:52:05 +08:00
Pengfei Ni
e787525d6e Add metrics for VMSS and VMSS clients 2020-01-02 13:52:25 +08:00
Pengfei Ni
4a00e26175 Move Azure metrics to a separate package 2020-01-02 13:24:48 +08:00
tanjunchen
2f0e5b262a move functions from e2e/framework/deployment/ to e2e/apps/ and e2e/upgrades 2020-01-02 13:01:09 +08:00
Pengfei Ni
c813e25892 Use new VMSS and VMSSVM client in Azure cloud provider 2020-01-02 12:59:30 +08:00
Pengfei Ni
b8e7767b67 Add VMSS VM client 2020-01-02 12:59:30 +08:00
Pengfei Ni
63f9200c1d Add VMSS client 2020-01-02 12:59:30 +08:00
Pengfei Ni
9d67227fb4 Addd Azure ARM client with backoff retries 2020-01-02 12:59:30 +08:00
Lubomir I. Ivanov
d8edc7d2c1 CHANGELOG-1.17: add note about service CIDR bug
Adding note to the changelog to notify users about the problem.
2020-01-01 19:59:57 +02:00
ialidzhikov
1eaa0ee3f9 Minor nit in error message about feature gate stage
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2020-01-01 15:54:06 +02:00
Kubernetes Prow Robot
09cb73a554
Merge pull request #86705 from neolit123/1.18-fix-ca-whitespace-comparison
kubeadm: tolerate whitespace when validating user CA PEMs
2019-12-31 23:35:40 -08:00
Kubernetes Prow Robot
2099c00290
Merge pull request #86745 from Aresforchina/fix-staticcheck-test01
Fix staticcheck failures of test/integration/replicationcontroller
2019-12-31 20:31:39 -08:00
Kubernetes Prow Robot
26b52e84a4
Merge pull request #86230 from hex108/skip_schedule
Scheduler handles pod annotation updates during scheduling more gracefully
2019-12-31 17:03:40 -08:00