Commit Graph

82168 Commits

Author SHA1 Message Date
Erick Fejta
26e096a4cd Swap in fejta, out ixdy in build/OWNERS 2019-04-29 22:42:45 -07:00
Kubernetes Prow Robot
6ba5180f58
Merge pull request #77230 from fejta/rbe
Add --config=ci for bazel
2019-04-29 21:33:47 -07:00
Kubernetes Prow Robot
62020ebe38
Merge pull request #77224 from qingling128/master
Upgrade Stackdriver Logging Agent addon image from 1.6.0 to 1.6.8 to fix segmentation fault bug.
2019-04-29 21:33:35 -07:00
draveness
f3d444d44e feat: add logger package in test e2e framework 2019-04-30 11:47:47 +08:00
Kubernetes Prow Robot
16085784bc
Merge pull request #75110 from bertinatto/fix_race_watcher
Send events before adding watchers in traversePluginDir
2019-04-29 17:19:38 -07:00
Bobby (Babak) Salamat
83828bcb2d autogenerated files 2019-04-29 16:40:56 -07:00
Bobby (Babak) Salamat
77824f5135 Change scheduler constructors to receive a plugin registry. 2019-04-29 16:40:56 -07:00
Bobby (Babak) Salamat
54afaf2326 Add framework and registry for the scheduling framework 2019-04-29 16:40:56 -07:00
Bobby (Babak) Salamat
404dc1ed79 Update scheduler framework plugins to align with the latest changes to the framework design 2019-04-29 16:40:56 -07:00
Michelle Au
80471bf487 remove pd-external from e2e config
Change-Id: I1d734fcc8e8145e586b5df9acd0736c7ba0658d1
2019-04-29 15:25:14 -07:00
Kubernetes Prow Robot
b5d9aa58e3
Merge pull request #77218 from neolit123/chroot-fix-flakes
kubeadm: remove flaky unit tests for chroot
2019-04-29 14:36:26 -07:00
Kubernetes Prow Robot
ad645fbb13
Merge pull request #77191 from stgleb/fix_log
Change misleading log message
2019-04-29 14:36:13 -07:00
Kubernetes Prow Robot
35b278447c
Merge pull request #76920 from sempr/master
MOD: support wildcard DNS for apiserver certSANs
2019-04-29 14:36:01 -07:00
Kubernetes Prow Robot
5ccda18fae
Merge pull request #76675 from ryanmcnamara/rm/error-on-nil-master
Error when etcd3 watch finds delete event with nil prevKV
2019-04-29 14:35:48 -07:00
Kubernetes Prow Robot
4ebe11a6cb
Merge pull request #76110 from DirectXMan12/infra/prune-owners
Prune directxman12 from metrics/autoscaling OWNERS
2019-04-29 14:35:36 -07:00
Ted Yu
565c88de14 Return early when node expansion is determined 2019-04-29 14:05:08 -07:00
Erick Fejta
ffaaa90cc6 Add --config=ci for bazel 2019-04-29 14:03:37 -07:00
Ling Huang
d3fb7115ab Upgrade Stackdriver Logging Agent addon image from 1.6.0 to 1.6.8. 2019-04-29 15:07:10 -04:00
Anago GCB
b3ad4cd6b9 Update CHANGELOG-1.15.md for v1.15.0-alpha.2. 2019-04-29 18:56:17 +00:00
Jordan Liggitt
c91cb1c146 Remove proxy workaround fixed in go 1.12.4 2019-04-29 14:52:11 -04:00
Sean Sullivan
bbc2886a3b Rename NewHumanReadablePrinter to NewTablePrinter 2019-04-29 11:42:04 -07:00
Lubomir I. Ivanov
96e907348a kubeadm: remove flaky unit tests for chroot
This unit test contains some hacks are causing the bazel-test
e2e job to flake very often. Instead of maintaining this
unit test remove it completely. It has little benefits
WRT testing app/util/chroot*.go.
2019-04-29 20:49:09 +03:00
Kubernetes Prow Robot
306740f81c
Merge pull request #77156 from draveness/feature/refactor-util-endpoints
refactor: move wait for endpoints to new pkg
2019-04-29 10:44:20 -07:00
Monis Khan
edb284b378
Add enj and mikedanese sig-auth-api-reviewers
Signed-off-by: Monis Khan <mkhan@redhat.com>
2019-04-29 13:23:53 -04:00
Kubernetes Prow Robot
0f7d12436e
Merge pull request #77206 from rojkov/drop-parsePEMCerts
kubeadm: remove duplicated token.parsePEMCerts()
2019-04-29 09:28:20 -07:00
Travis Rhoden
78d109e201 Always use filepath.Join instead of path.Join
This patch cleans up pkg/util/mount/* and pkg/util/volume/* to always
use filepath.Join instead of path.Join. filepath.Join is preferred
because path.Join can have issues on Windows.
2019-04-29 09:56:05 -06:00
Travis Rhoden
12b7f1450c Move MountsInGlobalPDPath from mount pkg to volume
Since pkg/util/mount is going to move out of k/k, this exported constant
that is Kubernetes specific needed to move somewhere else. Made sense to
move it to pkg/volume/util.

Update GetDeviceNameFromMount in the mount interface to now take a
pluginMountDir argument, which is volume plugin dir with the global
mount path appended to it already.
2019-04-29 09:56:00 -06:00
Kubernetes Prow Robot
855c291cb8
Merge pull request #76858 from SataQiu/fix-cluster-clientbin-20190420
Fix shellcheck failures of cluster/clientbin.sh
2019-04-29 07:46:22 -07:00
Pengfei Ni
30f1bf20b6 Add unit tests 2019-04-29 22:28:20 +08:00
Subrata Paul
7e04eeab50 Updated pkg node BUILD for new lib inclusion 2019-04-29 19:07:02 +05:30
Kubernetes Prow Robot
9b437f9520
Merge pull request #76909 from Huang-Wei/fix-iks-kubemark
kubemark: fix and enhance kubemark scripts for IKS
2019-04-29 06:30:23 -07:00
daihao
18ed2f6c54 Enqueue controllers after minreadyseconds when all pods are ready 2019-04-29 19:51:03 +08:00
Dmitry Rozhkov
358659ef4d kubeadm: remove duplicated token.parsePEMCerts()
The function parsePEMCerts() duplicates ParseCertsPEM() from
the "k8s.io/client-go/util/cert" package.
2019-04-29 14:32:38 +03:00
SataQiu
6f7690e139 fix some golint failures of pkg/kubectl/cmd/attach pkg/kubectl/cmd/autoscale 2019-04-29 17:25:34 +08:00
Kubernetes Prow Robot
74a70262c5
Merge pull request #76974 from mtaufen/fix-golang-sh
Restrict builds to officially supported platforms
2019-04-29 02:10:22 -07:00
Kubernetes Prow Robot
16193d83a4
Merge pull request #77187 from andyzhangx/azuredisk-list-copy
fix azure disk list corruption issue
2019-04-28 23:38:19 -07:00
Pengfei Ni
34e898ac5e Add etag for NSG updates so as to fix nsg race condition 2019-04-29 13:01:00 +08:00
stgleb
7bf9acd303 Change misleading log message
Secret instead of configmap for
upload certs phase
2019-04-29 03:06:11 +03:00
Yassine TIJANI
0f3e9ca700 deprecate count field on Event API 2019-04-28 23:32:50 +02:00
Kubernetes Prow Robot
69718b975d
Merge pull request #77178 from fejta/rbe
Use gcr.io/k8s-testimages/bazel-krte during remote execution
2019-04-28 11:24:20 -07:00
andyzhangx
7717a9c936 fix disk list corruption issue 2019-04-28 11:56:59 +00:00
Kubernetes Prow Robot
f01c1401a9
Merge pull request #77179 from feiskyer/vmss-reus
Reuse vmssIPConfigurationRE for getting the NIC's resource group
2019-04-28 00:06:20 -07:00
Erick Fejta
1ae0d95ff6 Use gcr.io/k8s-testimages/bazel-krte during remote execution 2019-04-27 22:15:20 -07:00
Pengfei Ni
1a6c283575 Reuse vmssIPConfigurationRE for getting the NIC's resource group 2019-04-28 12:43:02 +08:00
Dan Kohn
65dfa4f25b
Correct URL
Signed-off-by: Dan Kohn <dan@dankohn.com>
2019-04-28 00:05:57 -04:00
Kubernetes Prow Robot
2dc3509b6d
Merge pull request #76867 from xichengliudui/fixshellcheckfailures-29
fix shellcheck failures on vet.sh
2019-04-27 16:48:21 -07:00
ialidzhikov
5fc1bcba3f Clean up cluster-service label from fluentd-elastic
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-04-27 22:52:01 +03:00
Kubernetes Prow Robot
c88b7cdd58
Merge pull request #76862 from fabriziopandini/fix-upgrade-certs-renew
kubeadm: fix certs renewal during upgrade
2019-04-27 12:30:20 -07:00
Subrata Paul
dd9402f451 Fix for kube-proxy to wait for some duration for the node to be defined
Kube-proxy must atleast wait for some duration for the node to defined so that it can fetch the node IP. This node IP is currently used in ipvs proxier for the node-port services.
2019-04-28 00:25:18 +05:30
Kubernetes Prow Robot
a0b8d1cbb8
Merge pull request #76732 from JieJhih/proxy/server
os exit when option is true
2019-04-27 11:18:21 -07:00