Commit Graph

88021 Commits

Author SHA1 Message Date
SenXuDC
7c72b5791b fix static check in pkg/volume/flocker 2020-01-25 10:51:55 +08:00
Kubernetes Prow Robot
bbc035a66c
Merge pull request #87507 from weinong/revert-86412
Revert "It fixes a bug where AAD token obtained by kubectl is incompa…
2020-01-24 16:04:05 -08:00
Somtochi Onyekwere
8ae868b4e0 Adds more test cases in TestRunBindPlugins for the scheduler 2020-01-25 00:22:07 +01:00
Lubomir I. Ivanov
a027c379f7 kubeadm: increase timeouts in the etcd client
- Extend the exponential backoff for add/remove/... retry to
11 steps ~=106 seconds. From experiments for 3 and more members
the race can take more that ~=26 seconds.
- Increase the dialTimeout for client creation to 40 seconds.
20 seconds seems racy for 3 and more members.
2020-01-25 00:48:05 +02:00
Lubomir I. Ivanov
5e0c0779a1 kubeadm: handle multiple members without names during concurrent join
For the etcd client, amend AddMember() to handle a very
rare bug when multiple members can end up with the same
name. Match the member peer address and assign it the name of
the member we are adding. For the rest of the members with missing
names use their member IDs as name. The etcd node is not disrupted
by the unknown names.

The important aspects are:
- The number of members of the initial cluster must match
the members in the cluster.
- The member we are current adding is present in the initial cluster.
2020-01-25 00:48:05 +02:00
Lubomir I. Ivanov
2b389123a5 test/e2e/framework: handle the case where BeforeEach was never called
Some tests under e2e/storage never end up calling the
Framework#BeforeEach() prolog. Handle such cases by returning
early in AfterEach() by checking a new field "beforeEachStarted".

Also add a nil check for ClientSet in AfterEach().
2020-01-25 00:35:26 +02:00
Kubernetes Prow Robot
789dc873f6
Merge pull request #87440 from dims/switch-enable-cadvisor-json-endpoints-flag-to-false
Default the --enable-cadvisor-endpoints flag to disabled
2020-01-24 12:18:45 -08:00
Kubernetes Prow Robot
15f96a807a
Merge pull request #86305 from saschagrunert/cri-tools
Update cri-tools to v1.17.0
2020-01-24 12:18:32 -08:00
Mike Spreitzer
cbdd3a279e brushed up according to review
Added LockingWriteMultipleOnly and LockingWriteOnceOnly interfaces,
so that further extensions are possible (in this package or others).

Moved common SetLocked behavior into promisoid.

Made comments say things that were implied.
2020-01-24 14:35:09 -05:00
Mike Spreitzer
a8e0747043 Updated API Priority and Fairness validation to track change in catch-all priority level 2020-01-24 14:05:43 -05:00
Yuriy Gridasov
f641ecd6f8 Whitelisting *.pkg.dev for the GCP credential provider 2020-01-24 10:19:19 -08:00
Walter Fender
b2f3236771 Added relevent approvers and reviewers for gci.
Adding new approver and reviewers for the gci scripts.
2020-01-24 09:29:35 -08:00
yue9944882
d1f62ead18 fork out a new global-default from catch-all to handle unclassified traffic 2020-01-24 11:56:20 -05:00
tanjunchen
ecfe31b890 /test/e2e/framework:remove TODO in test/e2e/framework/util.go 2020-01-24 23:56:16 +08:00
Kubernetes Prow Robot
e92a7cfd2a
Merge pull request #87518 from serathius/approvers
Add serathius to sig-instrumentation-approvers
2020-01-24 06:42:32 -08:00
Odin Ugedal
292804ae1c
Bump dependency github.com/prometheus/client_model@v0.2.0 2020-01-24 13:27:15 +01:00
Marek Siarkowicz
afb7c5d2ce Add serathius to sig-instrumentation-approvers 2020-01-24 13:26:51 +01:00
Odin Ugedal
5ba2a8da09
Pin dependency github.com/cilium/ebpf
Use same as opencontainers/runc
2020-01-24 13:13:44 +01:00
Odin Ugedal
088ee920e0
Bump dependency opencontainers/runc@v1.0.0-rc10 2020-01-24 13:11:01 +01:00
Kubernetes Prow Robot
90da466221
Merge pull request #87504 from cheftako/master
Fix issue with GCE scripts assuming Python2.
2020-01-24 03:03:19 -08:00
Kubernetes Prow Robot
b1cd93a639
Merge pull request #87500 from jennybuckley/reenable-apply
Re-enable apply for 50% of requests
2020-01-24 03:03:08 -08:00
Kubernetes Prow Robot
47cade1175
Merge pull request #87479 from caesarxuchao/debug-87473
Debugging 87473, printing out the last state of the dependent
2020-01-24 03:02:56 -08:00
Kubernetes Prow Robot
58c67632e5
Merge pull request #87475 from liggitt/drop-ga-gates
Remove deprecated GA feature gates that expire in 1.18
2020-01-24 03:02:46 -08:00
Kubernetes Prow Robot
6ae7bfc691
Merge pull request #87138 from markusthoemmes/fix-capitalization-error
Fix error-string-capitalization in clientset generator.
2020-01-24 03:02:33 -08:00
Jin Hase
efd309b7da Fix bug of hack/verify-api-groups.sh 2020-01-24 17:49:42 +09:00
Kubernetes Prow Robot
6c693549a3
Merge pull request #87183 from Aresforchina/fix-staticcheck-test15
fix-staticcheck:pkg/volume/scaleio/
2020-01-23 22:20:31 -08:00
drfish
1461d8bd13 Move GetPortURL to ingress e2e fw 2020-01-24 14:17:10 +08:00
Kubernetes Prow Robot
1249dd43ca
Merge pull request #86574 from SataQiu/deprecated-kube-dns
kubeadm: kube-dns is deprecated and will not be supported in a future version
2020-01-23 20:26:32 -08:00
Weinong Wang
d56f535755 fixed UT 2020-01-23 18:21:59 -08:00
Kubernetes Prow Robot
07b358b190
Merge pull request #87467 from cjcullen/yaml
Update gopkg.in/yaml.v2 to v2.2.8
2020-01-23 17:41:32 -08:00
Kubernetes Prow Robot
5918208fa5
Merge pull request #87459 from deads2k/object-ref-warning
add warning on ObjectReference
2020-01-23 17:41:22 -08:00
Kubernetes Prow Robot
421be1cf35
Merge pull request #87400 from neolit123/1.18-remove-coredns-fg
kubeadm: remove the deprecated GA CoreDNS feature-gate
2020-01-23 17:41:12 -08:00
Kubernetes Prow Robot
88a05747e0
Merge pull request #87356 from aojea/aojea_reviewer
Self nominate aojea as sig-network-reviewer
2020-01-23 17:40:58 -08:00
Kubernetes Prow Robot
4a3cbfea89
Merge pull request #87256 from ii/promote-namespace-patch-test
Promote: Namespace patch test
2020-01-23 17:40:45 -08:00
Kubernetes Prow Robot
9f09913dbf
Merge pull request #86015 from squeed/informer-missing-updates
informers: Don't treat relist same as sync
2020-01-23 17:40:32 -08:00
Walter Fender
1dd53fd3ba Fix issue with GCE scripts assuming Python2.
For bug #87482.
Newer OSs are now defaulting to Python3.
This breaks the kube-up scripts for GCE.
Adding code to detect this and explicitly use Python2.
2020-01-23 15:05:04 -08:00
Weinong Wang
71b2a4cdcc Revert "It fixes a bug where AAD token obtained by kubectl is incompatible with on-behalf-of flow and oidc."
This reverts commit d1480ab49d.

Revert this commit due to incomplete migration path
2020-01-23 14:21:33 -08:00
Kubernetes Prow Robot
92f8a31f15
Merge pull request #82235 from mrkm4ntr/preemption-same-pdb
Fix numPDBViolations when victims on same node are assigned same PDB
2020-01-23 14:04:32 -08:00
Shawn Rebello
22bd26fefb Adding taint toleration error reasons 2020-01-24 02:50:55 +05:30
Kubernetes Prow Robot
dc090f80d1
Merge pull request #87406 from haosdent/remove-algo
Remove `scheduler/algorithm/priorities` in import-restrictions
2020-01-23 11:34:24 -08:00
Kubernetes Prow Robot
c5d981583a
Merge pull request #87308 from KobayashiD27/fix-staticcheck
Fix staticcheck in pkg/controller/podgc
2020-01-23 11:34:11 -08:00
jennybuckley
9b67974823 Re-enable apply for 50% of requests 2020-01-23 11:27:20 -08:00
Jordan Liggitt
4c2eb77ee6 Remove use of CustomResourceSubresources feature gate, CRD field clearing 2020-01-23 13:44:22 -05:00
Jordan Liggitt
57f3a97bcb Remove use of CustomResourceWebhookConversion feature gate 2020-01-23 13:44:22 -05:00
Jordan Liggitt
46e622216d Remove use of CustomResourceDefaulting feature gate 2020-01-23 13:44:21 -05:00
Jordan Liggitt
ff94f33a6b Remove use of CustomResourcePublishOpenAPI feature gate 2020-01-23 13:44:21 -05:00
Jordan Liggitt
57724766bc Remove deprecated GA feature gates 2020-01-23 13:44:21 -05:00
Kubernetes Prow Robot
273e79905a
Merge pull request #87494 from claudiubelu/image-promoter-timeout-bump
Image Promoter: Bump timeout limit
2020-01-23 09:54:50 -08:00
Md Tahsin Rahman
a85815823e Do not serialize internal type, fix roundtrip 2020-01-23 23:45:35 +06:00
CJ Cullen
b86df2bec4 update gopkg.in/yaml.v2 to v2.2.8 2020-01-23 09:10:54 -08:00