k8s-ci-robot
a3e30269dc
Merge pull request #68116 from krmayankk/read-dns-code
...
add validation for etc resolve parsing
2018-09-25 14:40:32 -07:00
k8s-ci-robot
5401f9458b
Merge pull request #67877 from tianshapjq/podprefix-used
...
use podPrefix as it's defined
2018-09-25 13:29:17 -07:00
k8s-ci-robot
7db813178d
Merge pull request #68536 from sngchlko/affinity-for-cinder
...
Add VolumeScheduling support for Cinder
2018-09-25 12:16:02 -07:00
k8s-ci-robot
80db5eb641
Merge pull request #68465 from WanLinghao/unused_function_clean
...
clean unused function
2018-09-25 12:15:53 -07:00
k8s-ci-robot
433d72da06
Merge pull request #68435 from humblec/log-file-nil
...
Glusterfs: Remove unwanted `log-file` mount argument.
2018-09-25 12:15:42 -07:00
David Eads
c76f8f194c
make sure that log includes user information
2018-09-25 14:10:09 -04:00
k8s-ci-robot
11136874bc
Merge pull request #68302 from PrasadG193/fix-golint-pkg-api
...
pkg/api: Fix golint errors
2018-09-25 11:03:43 -07:00
Florent BENOIT
6584df5914
if driver disable support of FSGroup, mounter will not process the volume ownership
2018-09-25 16:12:11 +02:00
k8s-ci-robot
a8e8e891f2
Merge pull request #68289 from denkensk/fix-simple-pkg-kubelet
...
Simple code fixed in in pkg/kubelet
2018-09-25 06:14:03 -07:00
k8s-ci-robot
cdfd62ffb9
Merge pull request #68263 from islinwb/patch-1
...
add a missing "%s"
2018-09-25 06:13:53 -07:00
k8s-ci-robot
c16691037d
Merge pull request #68255 from leakingtapan/golint-fix-ebs
...
Fix golint for pkg/volume/aws_ebs
2018-09-25 06:13:33 -07:00
k8s-ci-robot
a67689dfca
Merge pull request #68245 from jingyih/remove_tagName_in_goDoc
...
*: Remove comment tags in GoDoc
2018-09-25 06:13:23 -07:00
mlmhl
867a717fb1
return error if make dir failed when setting up azure file volume
2018-09-25 20:16:08 +08:00
k8s-ci-robot
59ad8c0f51
Merge pull request #68121 from dixudx/remove_rs_controller_options
...
cleanup: remove unused options for rs controller
2018-09-25 05:02:24 -07:00
k8s-ci-robot
5b864ac971
Merge pull request #68113 from fengzixu/master
...
Fixes #68026 : revise some errors about golint in some packages
2018-09-25 05:02:14 -07:00
Chao Wang
013168c668
fix the output of dryrun when label the same value as original
2018-09-25 17:59:26 +08:00
k8s-ci-robot
0805860dba
Merge pull request #67870 from yue9944882/refactor/externalize-resource-quota-admission-controller
...
Externalize resource quota admission controller & controller reconciliation
2018-09-25 02:41:40 -07:00
k8s-ci-robot
2970366327
Merge pull request #67860 from m1kola/cleanup_logsForObject
...
Cleanup: removes support of internal types from logsForObject
2018-09-25 01:27:40 -07:00
Arto Jantunen
e952c12dfe
AWS: Add a simple test for "shared" tag
...
For some reason this wasn't done in 0b5ae5391e .
2018-09-25 11:13:30 +03:00
k8s-ci-robot
b875ad8c08
Merge pull request #67508 from brahmaroutu/flex_metrics
...
Provide Flex volume metrics if the plugin supports.
2018-09-25 00:18:10 -07:00
k8s-ci-robot
28d86ac47d
Merge pull request #67308 from cofyc/fix67260
...
Use monotonically increasing generation to prevent equivalence cache race
2018-09-25 00:18:00 -07:00
k8s-ci-robot
e1989af060
Merge pull request #64526 from misterikkit/metrics
...
Add scheduler throughput metric
2018-09-25 00:17:40 -07:00
Mayank Kumar
ef976f1f70
add validation for etc resolve parsing
2018-09-24 21:01:59 -07:00
Pengfei Ni
f8b2781f4f
Add unit tests for getting vmss node IP
2018-09-25 11:22:52 +08:00
Pengfei Ni
303af63ec9
Get public IP for Azure vmss nodes
...
This is required for getting public IP when --public-ip-per-vm
(publicIpAddressConfiguration) is enabled for vmss.
2018-09-25 11:22:47 +08:00
FengyunPan2
34a8b1fd9f
Add helpful log for checking cgrop path
...
Currently I just get 'xxx cgroup does not exist', but I don't know
which path has missed. Let's add log for it.
2018-09-25 10:10:12 +08:00
k8s-ci-robot
8346631860
Merge pull request #68053 from Pingan2017/rmifblock
...
clean up unneeded else block
2018-09-24 17:17:29 -07:00
k8s-ci-robot
fdd9c2e2a0
Merge pull request #67990 from tizhou86/newPR5
...
Fix golint error under pkg/proxy.
2018-09-24 17:17:19 -07:00
k8s-ci-robot
9120dc01e1
Merge pull request #67939 from NickrenREN/rbd-ams
...
RBD AccessModes checking when attaching
2018-09-24 17:17:00 -07:00
k8s-ci-robot
836ce7357a
Merge pull request #67914 from Huang-Wei/inconsistent-dscontroller-comment
...
fix a comment inconsistency in Daemonset Controller
2018-09-24 17:16:50 -07:00
W. Trevor King
ab993e346c
kubectl: Drop backOff from DrainOptions
...
The property was added in b73fae6c (Fix kubectl drain for statefulset
and use eviciton for drain if possible, 2016-10-20, #35483 ), but
b358b2df (make drain retry forever and use new timeout,
2016-11-28, #37604 ) removed the last consumer.
2018-09-24 15:06:01 -07:00
Han Kang
1d19295645
fix typographic errors in test utils file
2018-09-24 14:59:41 -07:00
Jonathan Basseri
b0a8dbbc9d
Add scheduler throughput metric.
...
This adds a counter to the scheduler that can be used to calculate
throughput and error ratio. Pods which fail to schedule are not counted
as errors, but can still be tracked separately from successes.
We already measure scheduler latency, but throughput was missing. This
should be considered a key metric for the scheduler.
2018-09-24 14:38:39 -07:00
Benjamin Elder
8b56eb8588
hack/update-gofmt.sh
2018-09-24 12:21:29 -07:00
Benjamin Elder
f828c6f662
hack/update-bazel.sh
2018-09-24 12:03:24 -07:00
Benjamin Elder
088cf3c37b
find & replace version import
2018-09-24 12:03:24 -07:00
Benjamin Elder
e01cb6fe80
hack/update-bazel.sh
2018-09-24 12:00:00 -07:00
Benjamin Elder
b22d036cf8
move pkg/util/version into staging
2018-09-24 12:00:00 -07:00
Sean Sullivan
446fbd51e3
More specific import aliases
2018-09-24 11:39:33 -07:00
Sean Sullivan
219246eaad
Replace internal version of resource in drain test with external version
2018-09-24 11:35:21 -07:00
Sean Sullivan
49852289de
Replace internal version of resource with external version for tests
2018-09-24 11:12:36 -07:00
k8s-ci-robot
170dcc2ea0
Merge pull request #68754 from bradhoekstra/optional-service-env-variables
...
kubelet: Make service environment variables optional
2018-09-24 10:59:32 -07:00
Renaud Gaubert
79056292aa
Update pluginwatcher doc
2018-09-24 15:11:21 +02:00
k8s-ci-robot
7ffaa2f713
Merge pull request #68388 from wgliang/fixbug/defer-in-loop
...
fix bug that defer in infinite loop
2018-09-23 19:27:03 -07:00
Da K. Ma
78f6484e14
Keep backward compatibility for 'node.Spec.Unschedulable'.
...
Signed-off-by: Da K. Ma <klaus1982.cn@gmail.com >
2018-09-23 10:33:51 +08:00
Xing Yang
0a14086792
Return error from NodeGetInfo
...
This PR checks if NodeGetInfo returns error. If so, it returns
the error. Without this change, it always returns no error (nil)
regardless of whether NodeGetInfo returns error.
2018-09-22 12:00:15 -07:00
Cheng Pan
000e30086b
fix golint for pkg/volume/aws_ebs
2018-09-22 05:56:05 +00:00
Brad Hoekstra
a596030cb3
Update bazel
2018-09-22 00:10:08 -04:00
Yecheng Fu
b3f1e1200b
Update notes to document why invalidation order is important.
2018-09-22 12:09:24 +08:00
Yecheng Fu
2f46bc8a18
Use seqeuence number to represent generation of equivalence cache.
...
- snapshot equivalence cache generation numbers before snapshotting the
scheduler cache
- skip update when generation does not match live generation
- keep the node and increment its generation to invalidate it instead of
deletion
- use predicates order ID as key to improve performance
2018-09-22 12:08:21 +08:00