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
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
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
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
k8s-ci-robot
165faaaddf
Merge pull request #68602 from Pingan2017/internalerr
...
remove internalError in runtimeStates , not set anywhere
2018-09-28 15:47:06 -07:00
k8s-ci-robot
5f7e1b559b
Merge pull request #69181 from seans3/helpers-fix
...
kubectl remove references to internal version of resources
2018-09-28 14:33:47 -07:00
k8s-ci-robot
23e3ab83b6
Merge pull request #69174 from seans3/config-view-fix
...
kubectl small fix for config view to replace legacyscheme with kubect…
2018-09-28 14:33:38 -07:00
Wei Huang
9da576f03c
move SchedulingQueue to pkg/scheduler/internal/queue
2018-09-28 11:51:02 -07:00
Wei Huang
2e7461c087
auto-generated files
2018-09-28 11:51:01 -07:00
andrewsykim
9468521fdc
add deprecation warnings for all cloud providers
2018-09-28 14:50:32 -04:00
k8s-ci-robot
821d9fea48
Merge pull request #69182 from seans3/apply-test-fix
...
kubectl replaced reference to internal version of Deployment with ext…
2018-09-28 11:18:43 -07:00
Sean Sullivan
2a9115211a
kubectl remove references to internal version of resources
2018-09-28 10:34:53 -07:00
k8s-ci-robot
a71d96b796
Merge pull request #69178 from seans3/polymorphic-helpers-fix
...
kubectl remove internal version references in polymorphichelpers
2018-09-28 10:08:08 -07:00
SataQiu
94a653f100
fix typo
2018-09-28 23:41:24 +08:00
k8s-ci-robot
7c024284ef
Merge pull request #69172 from seans3/test-small-fix
...
kubectl replace legacyscheme with kubectl scheme in two tests
2018-09-28 04:20:48 -07:00
k8s-ci-robot
2e73529c9e
Merge pull request #58646 from adityadani/disable_selinux_for_portworx_volumes
...
Change the portworx volume attribute SupportsSELinux to false
2018-09-28 03:06:16 -07:00
k8s-ci-robot
6c1688712d
Merge pull request #68181 from Pingan2017/golint
...
fix golint failures - some packages under /pkg/kubelet
2018-09-28 01:56:26 -07:00
k8s-ci-robot
8ea6b2c7df
Merge pull request #66012 from Lion-Wei/ipvs-graceful-termination
...
ipvs support graceful termination
2018-09-28 01:56:12 -07:00
k8s-ci-robot
db1d1c8674
Merge pull request #68700 from Huang-Wei/schedulingQ-graceful-shutdown
...
shutdown schedulingQueue gracefully
2018-09-28 00:46:14 -07:00
k8s-ci-robot
8fd28eface
Merge pull request #69167 from apelisse/kubectl-diff
...
Move `diff` command from alpha sub-command to root cmd
2018-09-27 20:52:11 -07:00
k8s-ci-robot
a59474f756
Merge pull request #69132 from seans3/rollout-pause-resume-fix
...
kubectl remove internal version of resource for rollout pause/resume
2018-09-27 20:52:02 -07:00
k8s-ci-robot
79fa559d6a
Merge pull request #68324 from cheftako/lintClean
...
Cleaned up lint errors in pkg/kubeapiserver/server.
2018-09-27 20:51:51 -07:00
k8s-ci-robot
c79ad5a65b
Merge pull request #68875 from Huang-Wei/minor-scheduler-cleanup
...
cleanup duplicate assignment logic in scheduler
2018-09-27 18:29:39 -07:00
Sean Sullivan
75210763bd
kubectl replaced reference to internal version of Deployment with external version
2018-09-27 16:00:16 -07:00
Han Kang
4639896880
fix golint error on head. the type should not be declared with the var, as it will be inferred
2018-09-27 15:54:25 -07:00
k8s-ci-robot
7b9f6df068
Merge pull request #69163 from MrHohn/gce-cloud-beta-ds-mock
...
Add mock for UpdateBetaBackendService
2018-09-27 15:53:46 -07:00
k8s-ci-robot
6e36efc4b7
Merge pull request #68980 from derekwaynecarr/kubelet-restart-policy
...
Kubelet should not create a new pod sandbox if all containers are done
2018-09-27 15:53:08 -07:00
k8s-ci-robot
e5964b3fcc
Merge pull request #69162 from apelisse/kubectl-dry-run-diff
...
Use dry-run patch to get the merged version of the object
2018-09-27 14:41:53 -07:00
Wei Huang
be661fddb4
shutdown schedulingQueue gracefully
...
- add Close() to interface SchedulingQueue
- implement Close() for FIFO and PriorityQueue
- add unit test
2018-09-27 14:32:58 -07:00
Sean Sullivan
a20ba98b87
kubectl replace legacyscheme with kubectl scheme in two tests
2018-09-27 13:58:31 -07:00