Zhou Fang
0801c082a2
add cadvisor client v2 dependency
2016-08-04 10:51:44 -07:00
Buddha Prakash
216d707f28
Bump Libcontainer to latest head
2016-08-04 10:04:14 -07:00
Kubernetes Submit Queue
8ab06a3f86
Merge pull request #29958 from ronnielai/dep
...
Automatic merge from submit-queue
Updated cadvisor version
cc @derekwaynecarr
2016-08-04 07:50:19 -07:00
Abrar Shivani
87e7535e94
- Updated vmware/govmomi godep (Needs for vsan support)
...
- Fix unmount for vsanDatastore
- Add support for vsan datastore
2016-08-03 16:37:56 -07:00
Marek Grabowski
621a589b6d
Revert "Add density (batch pods creation latency and resource) and resource performance tests to `test-e2e-node'"
2016-08-03 15:13:40 +02:00
Kubernetes Submit Queue
371c3965ba
Merge pull request #29764 from coufon/node_density_and_performance_test
...
Automatic merge from submit-queue
Add density (batch pods creation latency and resource) and resource performance tests to `test-e2e-node'
This PR contains two new tests (migrate from e2e test):
1. Density test: verify startup latency and resource usage when create a batch of pod with throughput control. Throughput control is done by sleep for an interval between firing concurrently create pod operations.
It tests both batch creation and sequential (back-to-back) creation and report the throughputs.
2. Verify resource usage of steady state kubelet.
The test creates a new resource controller for `test-node-e2e' (resource_controller.go) which monitors resource through a standalone Cadvisor pod (port 8090) with 1s housekeeping interval.
2016-08-03 04:43:14 -07:00
bindata-mockuser
e00a35ccad
updated cadvisor version
2016-08-02 16:33:03 -07:00
Ryan Hitchman
06b67b1939
Add missing .drone.sec file to make verify-godeps happy ( #29402 )
2016-08-02 13:18:18 -07:00
Ryan Hitchman
c67d403d43
Fix Ginkgo entries in Godeps.json. ( #29402 )
2016-08-02 13:18:18 -07:00
Zhou Fang
32e1db16c5
Update Godeps to include cadvisor client v2
2016-08-02 09:20:04 -07:00
Angus Lees
045663d43d
Add gophercloud openstack/networking/v2/extensions
...
Aka github.com/rackspace/gophercloud/openstack/networking/v2/extensions
2016-08-01 11:35:25 +10:00
k8s-merge-robot
f8fa81b1d7
Merge pull request #29571 from rmmh/update-gingko
...
Automatic merge from submit-queue
Update vendored ginkgo.
2016-07-28 03:42:28 -07:00
Lantao Liu
cb1b3c86d3
Bump cadvisor dependencies to latest head.
2016-07-27 18:29:19 -07:00
Cole Mickens
e31b8de2e1
vendor azure-sdk-for-go, go-autorest
2016-07-26 14:50:28 -07:00
Ryan Hitchman
ea43036dc0
Update vendored ginkgo.
...
This includes onsi/ginkgo#262 , which improves the JUnit stacktraces.
2016-07-25 13:40:15 -07:00
Buddha Prakash
0046760e05
Update Libcontainer
2016-07-20 18:00:14 -07:00
Antoine Pelisse
b681b17bb0
Revert "Fix working_set calculation in kubelet"
2016-07-20 17:04:32 -07:00
Vishnu kannan
cdeaef2c05
updating cadvisor deps
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-20 10:06:38 -07:00
George Tankersley
902b9faa6f
vendor: add cfssl dependency
2016-07-19 11:25:38 -07:00
Davanum Srinivas
ee8507a5ae
Use Infof/Warningf when appropriate
...
When we use a format string, we should use Infof/Warningf instead
of Info/Warning
2016-07-19 12:10:53 -04:00
k8s-merge-robot
d097790b95
Merge pull request #29144 from ronnielai/test1
...
Automatic merge from submit-queue
Update docker engine-api to dea108d3aa
#29129
2016-07-18 20:57:35 -07:00
k8s-merge-robot
cbda93e23e
Merge pull request #27898 from lavalamp/fixv
...
Automatic merge from submit-queue
Detect flakes in PR builder e2e runs
Won't be mergable until https://github.com/onsi/ginkgo/pull/261 is agreed upon and merged.
Tossing a PR here to get the e2e test to run on it.
2016-07-18 16:17:02 -07:00
Ron Lai
940e212306
Update docker engine-api to dea108d3aa
2016-07-18 15:18:59 -07:00
Daniel Smith
129b3a1e27
bump ginkgo
2016-07-15 23:58:29 -07:00
Timothy St. Clair
e5ed62e87c
Update golang.org/x/net godep for http2 issues being seen during scale
...
tests
2016-07-15 18:14:47 -05:00
Buddha Prakash
f6186afe99
Update libcontainer dependency
2016-07-10 20:29:06 -07:00
k8s-merge-robot
9a414d275d
Merge pull request #28542 from liggitt/sa-invalid-token
...
Automatic merge from submit-queue
Check for valid serviceaccount JWT token before inspecting claims
Moved claims check after the error check that ensures we have a valid JWT token
2016-07-07 20:17:42 -07:00
k8s-merge-robot
05cbaa9900
Merge pull request #28151 from mbohlool/master
...
Automatic merge from submit-queue
Represent unversioned.Time correctly in swagger spec
unversioned.Time previously represented as "string" type with no format while the correct representation should also have "date-time" as format. fixes #2968
2016-07-07 09:53:25 -07:00
Jordan Liggitt
751a93b858
Revert "Revert "update jwt-go to v3.0.0-4-g01aeca5""
...
This reverts commit 7f456e49c9
.
2016-07-06 14:25:11 -04:00
krousey
7f456e49c9
Revert "update jwt-go to v3.0.0-4-g01aeca5"
2016-07-06 10:41:50 -07:00
Cole Mickens
49d5836782
bump(github.com/dgrijalva/jwt-go): 01aeca54ebda6e0fbfafd0a524d234159c05ec20
2016-07-05 20:48:28 -07:00
Davanum Srinivas
91f16364b8
kubectl should print usage at the bottom
...
Override the Usage: output using SetUsageTemplate. Just moved
the strings in the template to make sure we print Usage: at
the bottom of the output and not at the top.
Fixes issue 7496
2016-07-05 10:08:51 -04:00
mbohlool
809199ce38
Update vendor dir and Godeps.json with new Godep
2016-07-01 23:23:19 -07:00
k8s-merge-robot
c3e9485dfa
Merge pull request #28247 from girishkalele/skydns_godep_up
...
Automatic merge from submit-queue
Bump skydns godeps to latest
Update Godeps for github.com/skynetservices/skydns and miekg/dns.
Bump kubedns version to 1.6 with latest skynetservices/skydns code
Built kube-dns for all architectures and pushed containers to gcr.io.
2016-06-30 11:19:46 -07:00
Ron Lai
4dfff9533b
Update cadvisor dependency
2016-06-29 14:52:18 -07:00
Girish Kalele
6de83d5853
Update Godeps for github.com/skynetservices/skydns and github.com/miekg/dns
2016-06-29 14:05:43 -07:00
Michael Rubin
77cfa34fd9
Add dedent pkg
2016-06-26 22:50:11 -07:00
Andy Goldstein
d78e6053bb
bump(google/cadvisor): v0.23.6
...
Fix a bug where cadvisor couldn't gather container filesystem stats on RHEL 7.2 devicemapper.
2016-06-23 21:01:52 -04:00
k8s-merge-robot
cb10d7dbf5
Merge pull request #27916 from krousey/bump_inotify
...
Automatic merge from submit-queue
Bump inotify to pickup fix for memory leak
Just picking up the fix I made in https://go-review.googlesource.com/#/c/24289/
Hopefully this will help #27456
cc: @kubernetes/sig-node @lavalamp
2016-06-22 22:27:06 -07:00
Kris
751af3a838
Bump inotify to pickup fix for memory leak
2016-06-22 18:27:06 -07:00
Andy Goldstein
98651fca01
bump(google/cadvisor): v0.23.5
...
Fix an issue where cadvisor was unable to report container filesystem stats for LVM-based
devicemapper thin pools.
Fix an issue where cadvisor would not report any stats for a container if it failed to get the
filesystem stats when Docker's storage driver is devicemapper.
2016-06-22 17:04:54 -04:00
Dawn Chen
1ea5c460bc
Bump cAdvisor to v0.23.4
2016-06-17 16:26:39 -07:00
k8s-merge-robot
59f918cae0
Merge pull request #26968 from jimmidyson/json-patch-lib-upgrade
...
Automatic merge from submit-queue
godep bump: github.com/evanphx/json-patch
Fixes #26890
2016-06-12 15:36:54 -07:00
Jimmi Dyson
0aec53ae39
godep bump: github.com/evanphx/json-patch
2016-06-09 08:15:25 +01:00
Davide Agnello
bb1ae12906
Vendor/Godep updates
2016-06-08 18:17:42 -07:00
Tim St. Clair
cf1ee6c694
Bump cAdvisor to v0.23.3
2016-06-08 11:57:20 -07:00
k8s-merge-robot
2cc0f2f040
Merge pull request #25280 from timothysc/http2_clients
...
Automatic merge from submit-queue
Option to enable http2 on client connections.
Addresses #21081
Enables http2 connection by default.
before:
```
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:10248 0.0.0.0:* LISTEN 21868/kubelet
tcp 0 0 127.0.0.1:10249 0.0.0.0:* LISTEN 21924/kube-proxy
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 754/sshd
tcp 0 0 192.2.5.12:47080 192.2.5.11:443 ESTABLISHED 21924/kube-proxy
tcp 0 0 192.2.5.12:47082 192.2.5.11:443 ESTABLISHED 21924/kube-proxy
tcp 0 0 192.2.5.12:55776 169.254.169.254:80 ESTABLISHED 21868/kubelet
tcp 0 304 192.2.5.12:22 192.2.5.10:49978 ESTABLISHED 22287/sshd: root [p
tcp 0 0 192.2.5.12:34568 192.2.5.11:2379 ESTABLISHED 3029/flanneld
tcp 0 0 192.2.5.12:55774 169.254.169.254:80 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:47086 192.2.5.11:443 ESTABLISHED 21924/kube-proxy
tcp 0 0 192.2.5.12:47102 192.2.5.11:443 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:47108 192.2.5.11:443 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:55772 169.254.169.254:80 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:47104 192.2.5.11:443 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:34718 192.2.5.11:2379 ESTABLISHED 3029/flanneld
tcp 0 0 192.2.5.12:47110 192.2.5.11:443 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:47106 192.2.5.11:443 ESTABLISHED 21868/kubelet
tcp 0 0 192.2.5.12:47084 192.2.5.11:443 ESTABLISHED 21924/kube-proxy
tcp6 0 0 :::4194 :::* LISTEN 21868/kubelet
tcp6 0 0 :::10250 :::* LISTEN 21868/kubelet
tcp6 0 0 :::10255 :::* LISTEN 21868/kubelet
tcp6 0 0 :::22 :::* LISTEN 754/sshd
tcp6 0 0 192.2.5.12:10255 192.2.5.15:41570 ESTABLISHED 21868/kubelet
udp 0 0 0.0.0.0:8472 0.0.0.0:* -
udp 0 0 0.0.0.0:22824 0.0.0.0:* 600/dhclient
udp 0 0 0.0.0.0:68 0.0.0.0:* 600/dhclient
udp6 0 0 :::4195 :::* 600/dhclient
```
after
```
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:10248 0.0.0.0:* LISTEN 16962/kubelet
tcp 0 0 127.0.0.1:10249 0.0.0.0:* LISTEN 17024/kube-proxy
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 754/sshd
tcp 0 0 192.2.5.12:47046 192.2.5.11:443 ESTABLISHED 17024/kube-proxy
tcp 0 0 192.2.5.12:47052 192.2.5.11:443 ESTABLISHED 16962/kubelet
tcp 0 0 192.2.5.12:34568 192.2.5.11:2379 ESTABLISHED 3029/flanneld
tcp 0 0 192.2.5.12:55720 169.254.169.254:80 ESTABLISHED 16962/kubelet
tcp 0 0 192.2.5.12:55724 169.254.169.254:80 ESTABLISHED 16962/kubelet
tcp 0 0 192.2.5.12:34718 192.2.5.11:2379 ESTABLISHED 3029/flanneld
tcp 0 0 192.2.5.12:55726 169.254.169.254:80 ESTABLISHED 16962/kubelet
tcp 0 304 192.2.5.12:22 192.2.5.10:49938 ESTABLISHED 17653/sshd: root [p
tcp6 0 0 :::4194 :::* LISTEN 16962/kubelet
tcp6 0 0 :::10250 :::* LISTEN 16962/kubelet
tcp6 0 0 :::10255 :::* LISTEN 16962/kubelet
tcp6 0 0 :::22 :::* LISTEN 754/sshd
tcp6 0 0 192.2.5.12:10255 192.2.5.15:41472 ESTABLISHED 16962/kubelet
udp 0 0 0.0.0.0:8472 0.0.0.0:* -
udp 0 0 0.0.0.0:22824 0.0.0.0:* 600/dhclient
udp 0 0 0.0.0.0:68 0.0.0.0:* 600/dhclient
udp6 0 0 :::4195 :::* 600/dhclient
```
/cc @jeremyeder
2016-06-06 10:22:49 -07:00
Yifan Gu
a16f015a18
Godeps: Bump go-systemd, add coreos/pkg/dlopen.
2016-06-06 05:27:08 +00:00
Quinton Hoole
5b421842be
Added AWS Route53 libraries to godeps.
2016-06-03 15:55:30 -07:00
Tim Hockin
372e904e51
Update deps without licenses
...
The following packes did not have discernible LICENSE files at the hash we have
vendored:
github.com/beorn7/perks
github.com/daviddengcn/go-colortext
github.com/garyburd/redigo
github.com/prometheus/common
github.com/shurcooL/sanitized_anchor_name
github.com/stretchr/objx
This commit updates all of them and updates the central LICENSE file.
2016-06-02 16:57:28 -07:00
Mike Danese
cadfaee621
fix godeps on master broken in #26335
2016-05-31 18:29:28 -07:00
Quinton Hoole
4983183cdd
Merge pull request #26020 from quinton-hoole/2016-05-21-google-cloud-dns
...
Google Cloud DNS dnsprovider.
2016-05-28 07:55:21 -07:00
Clayton Coleman
74bfb3e7bd
bump(github.com/appc/spec):ab50d12e88f57788bf84b83fef2be236eb1fcc0b
...
To match changes to pkg/api/resource#ParseQuantity
2016-05-27 18:43:00 -04:00
Quinton Hoole
2240da1f2a
Vendor in google.golang.org/api/dns
2016-05-27 15:29:13 -07:00
Timothy St. Clair
786b7989a0
Update golang.org/x/net for http2 enablement
2016-05-27 14:25:57 -05:00
Tim St. Clair
237f90d6ee
Bump cAdvisor (and dependencies) godeps version
2016-05-23 10:48:56 -07:00
k8s-merge-robot
8b0e9c5739
Merge pull request #24947 from hpcloud/hpe/vsphere-volume
...
Automatic merge from submit-queue
vSphere Volume Plugin Implementation
This PR implements vSphere Volume plugin support in Kubernetes (ref. issue #23932 ).
2016-05-22 20:40:14 -07:00
k8s-merge-robot
1b78799b3b
Merge pull request #25768 from piosz/metrics-api-hpa
...
Automatic merge from submit-queue
Use Metrics API in HPA
2016-05-22 13:58:07 -07:00
k8s-merge-robot
82cb4c1758
Merge pull request #23930 from ArtfulCoder/vendor-skydns
...
Automatic merge from submit-queue
Use SkyDNS as a library for a more integrated kube DNS
2016-05-21 23:33:35 -07:00
k8s-merge-robot
4d69e2c26a
Merge pull request #25475 from soltysh/scheduledjob_client
...
Automatic merge from submit-queue
ScheduledJob client
@erictune SheduledJob part 2, based on #24970 so first two commits doesn't count.
This is still WIP, but it's here so you know :)
```release-note
Introducing ScheduledJobs as described in [the proposal](https://github.com/kubernetes/kubernetes/blob/master/docs/proposals/scheduledjob.md ) as part of `batch/v2alpha1` version (experimental feature).
```
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel )]()
2016-05-21 14:10:41 -07:00
Abitha Palaniappan
95c009dbdb
Adding vSphere Volume support for vSphere Cloud Provider
2016-05-21 11:00:14 -07:00
k8s-merge-robot
d6d0a6eb83
Merge pull request #25656 from tmrts/godep-update/rkt-1.6.0
...
Automatic merge from submit-queue
Update rkt API version to 1.6.0
Updates coreos/rkt container runtime dependency to `1.6.0`
Fixes #25430
2016-05-21 09:56:52 -07:00
Maciej Szulik
aabf86ab3f
Adding github.com/robfig/cron for cron parsing
2016-05-21 15:48:40 +02:00
Mike Danese
7170c8910d
Merge pull request #25270 from bobbyrullo/deps
...
Implement OIDC client AuthProvider
2016-05-20 16:43:23 -07:00
Abhishek Shah
fc040645eb
vendor-ed skydns
2016-05-20 15:08:11 -07:00
Abhishek Shah
d2dd4911ca
Godeps changes for kube-dns
2016-05-20 15:08:11 -07:00
Piotr Szczesniak
6addbf2b17
Bumped Heapster in godeps to v1.1.0-beta2
2016-05-20 19:50:56 +02:00
k8s-merge-robot
e27f20780d
Merge pull request #25679 from quinton-hoole/2016-05-16-update-googleapi-package
...
Automatic merge from submit-queue
Update vendor package google.golang.org/api/googleapi.
2016-05-20 03:53:18 -07:00
Clayton Coleman
5e4308f91d
Update use of Quantity in other classes
2016-05-19 08:41:43 -04:00
Daniel Smith
92f34ca83e
Merge pull request #25365 from brendandburns/deps
...
update the go-restful dependency.
2016-05-18 17:30:14 -07:00
Bobby Rullo
82bdf9051c
Update github.com/coreos/go-oidc
2016-05-16 16:37:33 -07:00
Tamer Tas
f876649048
Update rkt API version to 1.6.0
2016-05-16 23:36:08 +03:00
Tamer Tas
eca022cc41
Update appc/spec version to 0.8.1
2016-05-16 23:35:52 +03:00
Brendan Burns
5572a1e1f3
update the go-restful dependency.
2016-05-16 13:14:34 -07:00
Quinton Hoole
9fb98a42d0
Update vendor package google.golang.org/api/googleapi.
2016-05-16 11:06:03 -07:00
Matthew Rudy Jacobs
430cf60b0f
Update aws-sdk-go: v1.0.7 -> v1.0.8
...
Adds support for the ap-northeast-2 (Seoul) region
2016-05-14 01:15:55 +08:00
saadali
c708e2cc82
Update vendor dir and Godeps.json with new Godep
2016-05-11 17:02:50 -07:00
dagnello
f7b3cf39d6
Adding OWNERS file for vSphere cloud-provider package
...
also updating license file for Govmomi library
2016-05-09 08:55:42 -07:00
Tim Hockin
3c0c5ed4e0
Move deps from _workspace/ to vendor/
...
godep restore
pushd $GOPATH/src/github.com/appc/spec
git co master
popd
go get go4.org/errorutil
rm -rf Godeps
godep save ./...
git add vendor
git add -f $(git ls-files --other vendor/)
git co -- Godeps/LICENSES Godeps/.license_file_state Godeps/OWNERS
2016-05-08 20:30:21 -07:00