k8s-ci-robot
ae2efc752a
Merge pull request #69391 from justinsb/fix_go111_printf
...
Storage: printf cleanups
2018-10-04 07:51:48 -07:00
k8s-ci-robot
03494debe5
Merge pull request #69385 from bowei/update-owners
...
Update OWNERS files for GCE-related components
2018-10-04 07:51:36 -07:00
k8s-ci-robot
a25bc8df42
Merge pull request #68440 from humblec/log-level
...
Add `log-level` mount option support for glusterfs plugin
2018-10-04 06:21:49 -07:00
k8s-ci-robot
7136a3e4b2
Merge pull request #67880 from chenyb4/kubectl_openapi
...
Add kubectl openapi doc import comment
2018-10-04 01:05:15 -07:00
k8s-ci-robot
2d1ef05ad1
Merge pull request #69295 from deads2k/kbuectl-13-wait-false
...
allow condition value to specified for kubectl wait
2018-10-03 21:32:12 -07:00
k8s-ci-robot
6cef8d7ce0
Merge pull request #69339 from seans3/apply-test-fix
...
kubectl apply test: remove core testapi dependency
2018-10-03 15:21:50 -07:00
k8s-ci-robot
02df80d82b
Merge pull request #69211 from lichuqiang/mount_options
...
mountoptions support for local storage
2018-10-03 13:02:13 -07:00
k8s-ci-robot
a579355e81
Merge pull request #68923 from delulu/fix-hnspolicy-updates
...
fix inconsistency in windows kernel proxy when updating hns policy
2018-10-03 13:02:03 -07:00
k8s-ci-robot
e03886c34a
Merge pull request #68297 from leakingtapan/golint-fix-gce-pd
...
fix golint for pkg/volume/gce_pd
2018-10-03 13:01:34 -07:00
Justin Santa Barbara
1a082a48e8
storage: printf cleanups
...
go test in 1.11 now performs some validation of format strings, so
this address the issues highlighted by go test, allowing go test to
pass with 1.11.
Fixes pertaining to storage.
2018-10-03 15:26:55 -04:00
Bowei Du
61b6079d58
Update OWNERS files for GCE-related components
2018-10-03 10:52:43 -07:00
k8s-ci-robot
af92d13de2
Merge pull request #69361 from seans3/get-test-fix
...
kubectl get test: remove testapi dependencies and cleanups
2018-10-03 10:38:25 -07:00
k8s-ci-robot
3c20dc71b0
Merge pull request #69345 from seans3/validation-test-fix
...
kubectl validation test: remove unused testapi dependency
2018-10-03 10:38:06 -07:00
Sean Sullivan
d7f44e0eea
kubectl apply test: remove core testapi dependency
2018-10-03 10:27:28 -07:00
k8s-ci-robot
a372a9fcd6
Merge pull request #68264 from tanshanshan/fmt-0905
...
remove unused format log print
2018-10-03 08:09:54 -07:00
delulu
524de768bb
fix inconsistency in updating hns policy
2018-10-03 22:00:03 +08:00
k8s-ci-robot
fe92da4566
Merge pull request #69347 from seans3/rolling-updater-test-fix
...
kubectl rolling-updater test: remove testapi and core testing dependency
2018-10-03 01:16:50 -07:00
k8s-ci-robot
ab8a061bc1
Merge pull request #69342 from seans3/drain-cmd-test-fix
...
kubectl drain/cmd test: remove testapi dependency
2018-10-03 01:16:41 -07:00
k8s-ci-robot
984b7c89e8
Merge pull request #69140 from jsafrane/iscsi-panic
...
Fix iSCSI panic in DetachDisk
2018-10-03 01:16:30 -07:00
lichuqiang
f733837392
support mount options in setup
2018-10-03 14:06:14 +08:00
Sean Sullivan
b49a7a3193
kubectl get test: remove testapi dependencies and cleanups
2018-10-02 22:20:26 -07:00
lichuqiang
2f4be20f5d
mountoptions support for local storage
2018-10-03 13:13:52 +08:00
Humble Chirammal
fdcd58a794
Add log-level mount option support for glusterfs plugin
...
The glusterfs plugin/driver set log-level to ERROR by default while
mounting glusterfs shares. However at times, its required to supply other
log-level options like INFO, TRACE..etc. This patch enables the support
to provide other log-level values from storageclass.
Additional Ref#
https://docs.gluster.org/en/v3/Administrator%20Guide/Setting%20Up%20Clients/
Signed-off-by: Humble Chirammal <hchiramm@redhat.com >
2018-10-03 10:16:41 +05:30
k8s-ci-robot
f149d2a2c2
Merge pull request #68409 from wgliang/feature/remove-chaosclien
...
Remove unused chaosclient
2018-10-02 21:46:22 -07:00
k8s-ci-robot
c179a9c9df
Merge pull request #67356 from yliaog/master
...
Moved staging/src/k8s.io/client-go/tools/bootstrap to staging/src/k8s…
2018-10-02 20:35:51 -07:00
k8s-ci-robot
823fca1d93
Merge pull request #69159 from dcbw/cni-log-messages
...
network/cni: more informative log messages
2018-10-02 19:24:49 -07:00
k8s-ci-robot
a4589f1cbe
Merge pull request #68813 from leakingtapan/golint-fix-volume-flex
...
fix golint issue for pkg/volume/flexvolume package
2018-10-02 18:15:31 -07:00
k8s-ci-robot
2d67d782de
Merge pull request #69225 from gnufied/volume-limit-tidy-up
...
Enable volume limit feature by default
2018-10-02 17:03:32 -07:00
k8s-ci-robot
f11ea40ed0
Merge pull request #69309 from andrewsykim/services-routes-owners
...
add myself and cheftako to services/routes controller OWNERS
2018-10-02 14:43:03 -07:00
Sean Sullivan
c2a1e85a36
kubectl rolling-updater test: remove testapi and core testing dependency
2018-10-02 14:19:13 -07:00
Sean Sullivan
9e2b995b54
kubectl validation test: remove unused testapi dependency
2018-10-02 13:09:29 -07:00
Sean Sullivan
fcdc129257
kubectl drain/cmd test: remove testapi dependency
2018-10-02 13:04:29 -07:00
Yu Liao
fc21115c3f
Moved staging/src/k8s.io/client-go/tools/bootstrap to staging/src/k8s.io/cluster-bootstrap
2018-10-02 09:46:13 -07:00
k8s-ci-robot
0821eed1a0
Merge pull request #69305 from wangzhen127/rename
...
Rename node status to node health in NodeLifecycleController
2018-10-02 04:26:24 -07:00
Zhen Wang
88e7e186f0
Rename node status to node health in NodeLifecycleController
...
Since we are going to treat both node status and node lease as node
heartbeat/health signals, this PR makes the renmae changes, so that the
follow-up PRs are easier to review.
2018-10-01 23:19:50 -07:00
k8s-ci-robot
ec2f346e9f
Merge pull request #69260 from SataQiu/fix-20180929
...
fix typo
2018-10-01 22:20:49 -07:00
k8s-ci-robot
941fc26418
Merge pull request #67888 from tanshanshan/glogformat
...
remove unused format log print
2018-10-01 22:20:28 -07:00
Dan Williams
6cfe116375
network/cni: more informative log messages
...
Log details about the pod name, namespace, sandbox ID, and result.
Remove some useless messages that are now redundant.
2018-10-01 21:01:40 -05:00
k8s-ci-robot
14949b302f
Merge pull request #68724 from krmayankk/sched1
...
scheduler: improve readability of bind function
2018-10-01 18:04:04 -07:00
k8s-ci-robot
1ce5f67af0
Merge pull request #62774 from Raffo/bugfix/aws-custom-elb-sg
...
Fixes #49445 by not adding the default SG when using SG annotation (AWS)
2018-10-01 15:51:13 -07:00
andrewsykim
9406b3c1e0
add myself and cheftako to services/routes controller OWNERS
2018-10-01 16:37:58 -04:00
k8s-ci-robot
3cef522c9a
Merge pull request #69258 from chestack/gclog
...
Fix the confusing kubelet logs about imageGC
2018-10-01 13:27:31 -07:00
Cheng Pan
7d68fd00e6
fix golint for pkg/volume/gce_pd
2018-10-01 18:58:30 +00:00
Hemant Kumar
575f79e03e
Enable volume limit feature by default
...
Also add tests for it.
2018-10-01 14:37:45 -04:00
David Eads
122529b97d
allow condition value to specified for kubectl wait
2018-10-01 13:43:10 -04:00
k8s-ci-robot
ecfd1a3e56
Merge pull request #68945 from gnufied/fix-mount-options
...
Make sure we pass mount options while creating bind mounts
2018-10-01 09:27:54 -07:00
k8s-ci-robot
577e06e0b8
Merge pull request #69222 from SataQiu/fix-2018092805
...
fix typo
2018-10-01 04:40:34 -07:00
k8s-ci-robot
0815609e4a
Merge pull request #69116 from JHilker/patch-1
...
Random typo fix
2018-10-01 02:45:45 -07:00
k8s-ci-robot
c847a1f04b
Merge pull request #68462 from knightXun/dns
...
refactor kubelet/network/dns
2018-10-01 00:30:04 -07:00
k8s-ci-robot
042139d8c9
Merge pull request #64452 from wgliang/master.remove-cloudprovider
...
cleanup some dead cloudprovider code
2018-09-30 23:24:31 -07:00