Commit Graph

83474 Commits

Author SHA1 Message Date
Ted Yu
cdc1b71bde WithAuthentication should wrap WithMaxInFlightLimit 2019-09-19 13:39:49 -07:00
Kubernetes Prow Robot
94987143c6
Merge pull request #82882 from liggitt/cleanup-finalizer-delete
Clean up redundant post-finalizer deletions
2019-09-19 12:50:33 -07:00
Kubernetes Prow Robot
ee00d970ef
Merge pull request #82853 from Huang-Wei/release-note-1.16-update
Update 1.16 CHANGELOG with introduction of feature EvenPodsSpread
2019-09-19 12:50:25 -07:00
Łukasz Osipiuk
95d1f4d9b0 Allow relaxing deleted pods checking in RC runner
There is strong probabilty that some pods will be deleted when
we are bombarding cluster with high volume of pods. We do that in
Cluster Autoscaler scalability tests and we want to relax check there.

Change-Id: Ib7883666c0c952f61914ab51dcf1f5244e1e7e42
2019-09-19 21:49:03 +02:00
Abdullah Gharaibeh
dc28cfca72 Refactor the scheduler's configuration logic.
This PR modifies the scheduler's configurator to allow for instantiating the framework at a later stage in the configuration. Specifically at the point where we know exactly which predicates/priorities need to be configured.

This is necessary to allow converting predicates/priorities configuration into a plugin configuration to facilitate framework migration.
2019-09-19 15:43:26 -04:00
Kubernetes Prow Robot
63ca9f61af
Merge pull request #82867 from sftim/20190919_fix_v1.16_release_note_typo
Fix typo in v1.16 CHANGELOG
2019-09-19 11:06:03 -07:00
Kubernetes Prow Robot
d05183be41
Merge pull request #82858 from hwdef/del-unused-var
delete unused var
2019-09-19 11:05:49 -07:00
Kubernetes Prow Robot
b0e5b9c7b0
Merge pull request #82842 from ahg-g/ahg-framework-config
Modified the Filter interface to pass in nodeinfo instead of node name.
2019-09-19 11:05:39 -07:00
Kubernetes Prow Robot
b9ba61b41a
Merge pull request #82766 from dhuh/master
Updated COS version to M77
2019-09-19 11:05:28 -07:00
Kubernetes Prow Robot
11ce7da888
Merge pull request #82740 from hwdef/del-unuse-var1
del unuse var in pkg/controller
2019-09-19 11:05:15 -07:00
Kubernetes Prow Robot
abbba0b516
Merge pull request #81917 from hwdef/fix-typo-staging/src/k8s.io
Fix typo in kubectl docs
2019-09-19 11:05:01 -07:00
Wei Huang
4c9312fa7e
Fixed a scheduler panic on PodAffinity 2019-09-19 10:52:03 -07:00
Wei Huang
e85473c2df
Benchmark test for PodAffinity 2019-09-19 10:52:03 -07:00
Ted Yu
1269b9e474 TokenCleaner#evalSecret should enqueue the key 2019-09-19 10:34:59 -07:00
Wei Huang
6d6906bdff
Update 1.16 CHANGELOG with introduction of feature EvenPodsSpread 2019-09-19 09:40:27 -07:00
Kubernetes Prow Robot
ef69b488bd
Merge pull request #82832 from wojtek-t/couple_more_conversions
Add a couple simple conversions
2019-09-19 09:17:14 -07:00
Kubernetes Prow Robot
0a8509d121
Merge pull request #82700 from praseodym/add-bazelversion
Add .bazelversion file
2019-09-19 09:17:02 -07:00
liucimin
ddb1c6a127 fix cni timeout 2019-09-19 22:56:03 +08:00
Jordan Liggitt
000fffd3c7 Clean up redundant post-finalizer deletions 2019-09-19 10:35:58 -04:00
Kubernetes Prow Robot
908fc3b98e
Merge pull request #81818 from Klaven/cleanup_system_validators
removal of klog from validaters
2019-09-19 06:55:01 -07:00
wojtekt
f8bc44ac61 Add a couple simple conversions 2019-09-19 15:01:00 +02:00
Marek Counts
dfbb6fb6bb replaced logs in validators to be warnings
Originally kubeadm used klot in the validators to log
These logs are converted to warnings and klog was removed.
2019-09-19 12:18:40 +00:00
Odin Ugedal
ec605eb300
Fix pre pull of images in DiskPressure tests
This waits for DiskPressure to no longer exist before pre pulling images
after a DiskPressure test. Otherwise we risk to pull images, while
kubelet evicts/removes them.
2019-09-19 12:24:17 +02:00
hwdef
4e7ef9ad36 delete unused var 2019-09-19 18:04:13 +08:00
Odin Ugedal
3463f3c375
Fix closing of dirs in doSafeMakeDir
This fixes the issue where "childFD" from syscall.Openat is assigned to
a local variable inside the for loop, instead of the correct one in the
function scope. This results in that when trying to close the "childFD"
in the function scope, it will be equal to "-1", instead of the correct
value.
2019-09-19 11:35:12 +02:00
Kubernetes Prow Robot
b88662505d
Merge pull request #82810 from mrkm4ntr/is-delay-binding-mode-err
Return error when failed to get storage class
2019-09-19 01:04:59 -07:00
Mark Janssen
c9d10d1fef Add .bazelversion file
This will allow developers to use Bazelisk to build Kubernetes with a
known-good Bazel version.
2019-09-19 08:57:12 +02:00
Tim Bannister
c9c2946d22
Fix typo in v1.16 CHANGELOG 2019-09-19 07:48:06 +01:00
Kubernetes Prow Robot
92107f30ea
Merge pull request #82777 from hongxu-jia/master
fix compiling failure: execvp: /bin/bash: Argument list too long
2019-09-18 22:13:24 -07:00
Kubernetes Prow Robot
668a1a12ca
Merge pull request #82725 from ZP-AlwaysWin/dev04
replace $IMAGE_NAME with ${IMAGE_NAME}
2019-09-18 22:13:13 -07:00
Kubernetes Prow Robot
8453e90500
Merge pull request #82721 from hwdef/add-err-handling-in-images/etcd/migrate
add-err-handling-in-images/etcd/migrate
2019-09-18 22:13:00 -07:00
Kubernetes Prow Robot
398820e28c
Merge pull request #82726 from ZP-AlwaysWin/dev05
fix kubectl run --generator=xxx bug
2019-09-18 20:43:34 -07:00
Kubernetes Prow Robot
29d05ae6a9
Merge pull request #82644 from ZP-AlwaysWin/dev01
replace 200 with http.StatusOK
2019-09-18 20:43:27 -07:00
Kubernetes Prow Robot
9ac74b2a92
Merge pull request #82273 from beautytiger/goreg_fix
fix regex for go file, make it more accurate
2019-09-18 20:43:13 -07:00
Kubernetes Prow Robot
257040c472
Merge pull request #81882 from phenixblue/master
Updates to resolve shellcheck issues in hack/lib/test.sh
2019-09-18 20:43:00 -07:00
Kubernetes Prow Robot
4097a99fd7
Merge pull request #82800 from Random-Liu/fix-routes
Only set ipv4/ipv6 routes when there is corresponding CIDR.
2019-09-18 19:14:59 -07:00
Kubernetes Prow Robot
652f4016d9
Merge pull request #82839 from liggitt/1.16-api-testdata
Update API compatibility data for v1.16.0
2019-09-18 17:31:12 -07:00
Kubernetes Prow Robot
5cdf18e348
Merge pull request #82624 from qingling128/master
Upgrade stackdriver-logging-agent image to 1.6.17 to fix CVEs.
2019-09-18 17:30:59 -07:00
Ted Yu
68d8a5ae15 Break out of loop when NodeHostName is found 2019-09-18 16:57:39 -07:00
Kubernetes Prow Robot
2b0950236d
Merge pull request #82840 from shihan9/master
exclude kms provider from health check
2019-09-18 14:49:10 -07:00
Kubernetes Prow Robot
a54dba0d84
Merge pull request #81856 from damemi/ravig-fix-tbe
Convert TaintBasedEvictions e2e to integration test
2019-09-18 14:49:01 -07:00
Abdullah Gharaibeh
89f936f6ac Modified the Filter interface to pass in nodeinfo instead of node name.
This is necessary to support preemption, which relies on passing modified nodeinfo objects to the filters to simulate evicting lower-priority pods.
2019-09-18 17:27:33 -04:00
Kubernetes Prow Robot
ae99e2d412
Merge pull request #82812 from zouyee/emp
fix emptyDir volumes pod should support shared volumes between containers
2019-09-18 11:11:32 -07:00
Shihang Zhang
42cb861487 exclude kms provider from health check
Change-Id: Ie1f828b327c5eede8a0b105a8c3f8fc7affd6f3e
2019-09-18 10:37:55 -07:00
ravisantoshgudimetla
7e1794dcb1 Convert tbe e2e to integration test 2019-09-18 13:24:54 -04:00
Jordan Liggitt
1068baa1ba Drop v1.14.0 API test data 2019-09-18 13:00:11 -04:00
Jordan Liggitt
fd8e172e8b Add v1.16.0 API compatibility data 2019-09-18 12:59:16 -04:00
Anago GCB
cc4ca629a9 Update CHANGELOG-1.14.md for v1.14.7. 2019-09-18 16:05:33 +00:00
Anago GCB
fb4e73c58f Update CHANGELOG-1.15.md for v1.15.4. 2019-09-18 16:05:15 +00:00
Guangming Wang
cd929a98a0 fix shellcheck in cluster/gce/config-common.sh
add comment for exported values
2019-09-19 00:03:16 +08:00