Jordan Liggitt
29252acd1a
Change rest storage Update interface to retrieve updated object
...
Add OldObject to admission attributes
Update resthandler Patch/Update admission plumbing
2016-05-23 21:09:26 -04:00
Mike Danese
1e97583f01
Merge pull request #26089 from spxtr/flakyflaky
...
Move PD tests to flaky suite.
2016-05-23 17:20:36 -07:00
Brendan Burns
88663fc58b
Add some extra checking in the tests to prevent flakes.
2016-05-23 16:25:02 -07:00
Yu-Ju Hong
77dba962db
docker: don't set timeout for image pulling requests
2016-05-23 16:17:49 -07:00
k8s-merge-robot
bf0a5e9fac
Merge pull request #25413 from pmorie/storage-proposal
...
Automatic merge from submit-queue
Proposal: persistent volume selector
Partially replaces #17056 . Another proposal will follow dealing with dynamic provisioning on top of storage classes.
@kubernetes/sig-storage
2016-05-23 15:21:05 -07:00
Janet Kuo
89df549016
Add pre-condition before editing pod in test-cmd.sh
2016-05-23 15:04:43 -07:00
Abhishek Shah
fcba7c3e5f
added dns-port flag to have a custom DNS port for skydns to serve DNS requests on. updated imports
2016-05-23 14:54:00 -07:00
Abitha Palaniappan
66f9cd82a7
Adding vSphere volume validation in api
2016-05-23 14:39:09 -07:00
Davanum Srinivas
0f94aeada2
Get install-etcd.sh to work on OSX
...
Check the platform before we download the etcd binary. On OSX, save
the zip file, unzip it and link the directory with the correct
name.
Fixes 26041
2016-05-23 17:34:52 -04:00
Quintin Lee
81ee3e2d30
Fixing heapster memory requirements.
2016-05-23 14:25:55 -07:00
Michael Rubin
fdf43b12d4
Removing unreferenced code github/com/emicklei
...
The code in pkg github.com/emicklei/examples/ is not referenced in kubernetes
codebase. Somehow it was mirrored in the vendor directory in a previous
PR #25365 .
This causes problems for godeps which will then include the reference to this
code in the Godeps.json file (among other packages that are not in the vendors
directory).
Removing the directory and its contents fixes the fissue and we believe the
current godeps process should prevent it from re-occurring.
2016-05-23 14:05:09 -07:00
Euan Kemp
136da158c5
rkt: Support alternate stage1's via annotation
...
This provides a basic implementation for setting a stage1 on a per-pod
basis via an annotation.
It's possible this feature should be gated behind additional knobs, such
as a kubelet flag to filter allowed stage1s, or a check akin to what
priviliged gets in the apiserver.
Currently, it checks `AllowPrivileged`, as a means to let people disable
this feature, though overloading it as stage1 and privileged isn't
ideal.
2016-05-23 13:47:16 -07:00
Euan Kemp
dc236d926d
rkt: Add VolumeGetter mock
2016-05-23 13:43:55 -07:00
k8s-merge-robot
51e308412b
Merge pull request #26061 from wojtek-t/dont_dump_failure_logs
...
Automatic merge from submit-queue
Don't dump everything in kubemarks
Don't dump all events etc. in kubemark failures, those are useless anyway with that amount of data.
2016-05-23 13:19:55 -07:00
k8s-merge-robot
adf44ea190
Merge pull request #26025 from liggitt/auth-test-flake
...
Automatic merge from submit-queue
Fix panic in auth test failure
I got a spurious failure in the webhook integration test, but couldn't see the error returned because a panic was hit that assumed a body was always returned with the response
2016-05-23 13:19:49 -07:00
Brendan Burns
dac09311b8
Add support for labelling 3rd party objects
2016-05-23 13:13:35 -07:00
Prashanth B
730555b09b
Add an e2e image puller static pod
2016-05-23 19:17:09 +00:00
Michael Rubin
7900d0897d
Adding "Pass/Fail" echo
2016-05-23 12:03:56 -07:00
derekwaynecarr
5a8851d436
Fix container detection on systemd in kubelet
2016-05-23 14:22:32 -04:00
Tim St. Clair
237f90d6ee
Bump cAdvisor (and dependencies) godeps version
2016-05-23 10:48:56 -07:00
Joe Finney
71037b26a1
Move PD tests to flaky suite.
2016-05-23 10:47:49 -07:00
Paul Morie
3134efb4c8
Proposal: label selectors for persistent volumes
2016-05-23 13:31:39 -04:00
Mike Danese
4215fe57a5
Merge pull request #25927 from andyzheng0831/real-gci-fixed
...
Revert "Revert "Add support for running GCI on the GCE cloud provider""
2016-05-23 10:14:44 -07:00
deads2k
02c0181f26
reduce conflict retries
2016-05-23 13:09:37 -04:00
Jordan Liggitt
33ae2b856e
Allow running test-cmd on osx
2016-05-23 13:01:04 -04:00
Vishnu kannan
3905179fd7
Log output of lifecycle probes on failure
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-05-23 09:53:21 -07:00
Clayton Coleman
c4bec1585f
Delay flush if the watch queue has pending items
...
Simple deferral of flush can reduce Syscalls when watch queues build up.
2016-05-23 12:35:36 -04:00
Vishnu Kannan
baa8ac4d6b
Add metrics support for a few network based volumes.
...
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-05-23 09:33:12 -07:00
k8s-merge-robot
efc5bbc9e8
Merge pull request #24602 from pmorie/seccomp-proposal
...
Automatic merge from submit-queue
Seccomp Proposal
WIP proposal to address #20870
@kubernetes/kube-api
@kubernetes/sig-node
<!-- Reviewable:start -->
---
This change is [<img src="http://reviewable.k8s.io/review_button.svg " height="35" align="absmiddle" alt="Reviewable"/>](http://reviewable.k8s.io/reviews/kubernetes/kubernetes/24602 )
<!-- Reviewable:end -->
2016-05-23 09:20:32 -07:00
Michal Fojtik
f79998a9b1
Fix panic when the namespace flag is not present
2016-05-23 16:41:31 +02:00
k8s-merge-robot
e958c0c602
Merge pull request #25727 from madhusudancs/fed-dns
...
Automatic merge from submit-queue
Handle federated service name lookups in kube-dns.
For the domain name queries that fail to match any records in the local
kube-dns cache, we check if the queried name matches the federation
pattern. If it does, we send a CNAME response to the federated name.
For more details look at the comments in the code.
Tests are coming ...
Also, this PR is based on @ArtfulCoder's PR #23930 . So please review only the last commit here.
PTAL @ArtfulCoder @thockin @quinton-hoole @nikhiljindal
[]()
2016-05-23 05:56:36 -07:00
gmarek
7b629a778c
Make node-instance-group base names unique to prevent collisions
2016-05-23 14:36:08 +02:00
Piotr Szczesniak
8f104a7b0f
Merge pull request #26063 from wojtek-t/fix_reflect_resync_2
...
Fix govet error in reflect_resync test
2016-05-23 12:52:09 +02:00
Wojciech Tyczynski
051fca3c79
Fix govet error in reflect_resync test
2016-05-23 12:50:46 +02:00
Jonathan Boulle
f05b5cf2c5
Fix quantity.CanonicalizeBytes docstring name
2016-05-23 12:17:06 +02:00
Piotr Szczesniak
1d17eb14c2
Merge pull request #26059 from wojtek-t/fix_reflector_resync
...
Fix reflector test
2016-05-23 12:11:26 +02:00
Wojciech Tyczynski
71726a8ad0
Fix reflector test
2016-05-23 12:07:11 +02:00
Wojciech Tyczynski
6f43de4740
Don't dump everything in kubemarks
2016-05-23 11:53:40 +02:00
k8s-merge-robot
ce2d7ab5f7
Merge pull request #26052 from gmarek/master
...
Automatic merge from submit-queue
Add few log lines to NodeController
2016-05-23 00:55:26 -07:00
Andy Zheng
6bb0a25f7a
GCI: Add support for GCP webhook authentication and authorization
2016-05-23 00:52:08 -07:00
Andy Zheng
bd293e1522
GCI: support CIDR allocator for NodeController
2016-05-23 00:52:08 -07:00
Andy Zheng
914c1d61e9
GCI: Fix a cluster initialization failure caused by gce.conf
2016-05-23 00:52:08 -07:00
Andy Zheng
f31c4f6d69
Revert "Revert "Add support for running GCI on the GCE cloud provider""
...
This reverts commit 40f53b1765
.
2016-05-23 00:52:08 -07:00
gmarek
08385b2c5f
Make service-range flag in controller-manager optional
2016-05-23 09:37:53 +02:00
bryk
dfe46f3aa0
Set Dashboard UI version to v1.1.0-beta1
...
This is first of our betas. From now on, we'll be doing weekly releases
of new betas till we reach final v1.1 version.
https://github.com/kubernetes/dashboard/releases/tag/v1.1.0-beta1
2016-05-23 09:27:02 +02:00
Piotr Szczesniak
d92c151fec
Merge pull request #26013 from xiang90/fix_test
...
cache: fix flaky resync test
2016-05-23 09:23:26 +02:00
gmarek
1d89d2f2d2
Add few log lines to NodeController
2016-05-23 08:49:11 +02:00
k8s-merge-robot
a8ba289003
Merge pull request #25617 from smarterclayton/manage_deploy_logs
...
Automatic merge from submit-queue
Rolling updater should allow progress to be logged / detected
2016-05-22 23:45:24 -07:00
Madhusudan.C.S
006580abb9
Implement tests for federation queries.
2016-05-23 11:35:50 +05:30
Madhusudan.C.S
13fef23102
To get the zone information, select a node which actually has that annotation.
...
Also, use the cluster zone information while generating the CNAME
response for federation queries.
2016-05-23 11:35:50 +05:30