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
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
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
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
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
k8s-ci-robot
6a8a8597f5
Merge pull request #69268 from Lion-Wei/fix-graceful-termination
...
fix bugs introduced by ipvs graceful termination
2018-09-30 10:18:58 -07:00
k8s-ci-robot
04f13b63e4
Merge pull request #69185 from logicalhan/fix-current-lint-issue
...
Fix a golint error on head (type doesn't need to declared as it will be inferred)
2018-09-30 05:46:25 -07:00
k8s-ci-robot
5b658bb65e
Merge pull request #69136 from zhangmingld/deletecommentgetPodsMatchingAffinity
...
func getPodsMatchingAffinity no longer exists,dont need it in comment
2018-09-30 02:37:03 -07:00
liangwei
456c351e31
fix bugs introduced by ipvs graceful termination
2018-09-30 16:40:13 +08:00
k8s-ci-robot
9895e4e844
Merge pull request #69032 from mlmhl/azure_file_setup
...
return error if make dir failed when setting up azure file volume
2018-09-29 22:21:58 -07:00
k8s-ci-robot
e019addcaa
Merge pull request #68931 from mlmhl/check_volume_attachment
...
extract volume attachment status checking operation as a common function when attaching a CSI volume
2018-09-29 19:45:06 -07:00
k8s-ci-robot
0b3a5cd64f
Merge pull request #65135 from stlaz/psp_group_mayrunas
...
Add "MayRunAs" value among other GroupStrategies
2018-09-29 19:44:55 -07:00
SataQiu
2f7b86c651
fix typo
2018-09-29 18:20:01 +08:00
chestack
613f572caf
Fix the confusing kubelet logs about imageGC
2018-09-29 18:09:37 +08:00
Mayank Kumar
1ae12337db
scheduler: add error handling for bind
2018-09-28 21:13:21 -07:00
k8s-ci-robot
4b12761c8a
Merge pull request #69171 from andrewsykim/deprecate-all-the-providers
...
add deprecation warnings for all cloud providers
2018-09-28 17:48:18 -07:00