k8s-merge-robot
d351a0f626
Merge pull request #19826 from derekwaynecarr/update_vagrant_prereq
...
Auto commit by PR queue bot
2016-01-19 17:25:11 -08:00
k8s-merge-robot
2d137c1c00
Merge pull request #19821 from gmarek/fix
...
Auto commit by PR queue bot
2016-01-19 17:25:04 -08:00
k8s-merge-robot
89dea9f381
Merge pull request #19797 from justinsb/aws_docker_183
...
Auto commit by PR queue bot
2016-01-19 17:24:35 -08:00
k8s-merge-robot
864065be97
Merge pull request #19621 from mikedanese/retrofit-controller-manager
...
Auto commit by PR queue bot
2016-01-19 17:22:42 -08:00
k8s-merge-robot
064356775d
Merge pull request #19280 from erictune/fix-munge-1
...
Auto commit by PR queue bot
2016-01-19 17:20:01 -08:00
k8s-merge-robot
2a79ac4a31
Merge pull request #18322 from mesosphere/licenses
...
Auto commit by PR queue bot
2016-01-19 17:17:17 -08:00
k8s-merge-robot
501f770401
Merge pull request #17958 from sils1297/patch-1
...
Auto commit by PR queue bot
2016-01-19 17:15:37 -08:00
k8s-merge-robot
16a78198c3
Merge pull request #17932 from GertiPoppel/DocContribution
...
Auto commit by PR queue bot
2016-01-19 17:15:33 -08:00
k8s-merge-robot
b80ed11cc2
Merge pull request #15998 from cilium-team/updating-vagrant
...
Auto commit by PR queue bot
2016-01-19 17:13:03 -08:00
Isaac Hollander McCreery
e95dd01a53
Pin golang build to 1.4.2 instead of floating on 1.4
2016-01-19 17:08:34 -08:00
Isaac Hollander McCreery
2794ee092f
Add docs about [Feature:...] tests for experimental, beta, and GA features
2016-01-19 16:51:18 -08:00
Yu-Ju Hong
f1535a0d4c
Don't handle graceful deletion of mirror pods in status manager
2016-01-19 16:47:57 -08:00
James DeFelice
75f487f7bf
AbsPath should be compatible with proxy-prefixes:
...
- replace Config.Prefix with .Host and .APIPath
- Request .path promoted to .pathPrefix, .baseURL holds required prefix
2016-01-20 00:31:58 +00:00
Jeff Grafton
ad8ea35d94
Update kubekins-test image to include netcat
2016-01-19 16:24:58 -08:00
Jeff Grafton
62bc09adf3
Only return unprivileged ports in get_random_port and fix nc argument bug
2016-01-19 16:24:43 -08:00
Isaac Hollander McCreery
39e0703ae6
Merge pull request #19829 from ihmccreery/fix-serial
...
Fix serial jobs by using right project and using selectors properly
2016-01-19 14:34:13 -08:00
Sami Wagiaalla
70fceeff92
Relabel Security Context e2e
2016-01-19 16:49:42 -05:00
Brendan Burns
6504b74823
Merge pull request #19800 from justinsb/aws_update_vivid_amis
...
AWS: Update AMIs for Ubuntu Vivid
2016-01-19 13:13:55 -08:00
Eric Tune
4a3d4defdf
Validate kubernetes.io/dockerconfigjson secrets
...
Added unit test.
2016-01-19 12:35:30 -08:00
Joe Finney
f47bdc8a5c
Add kubemark tests to source control.
2016-01-19 11:20:59 -08:00
Isaac Hollander McCreery
5daf01bfd1
Fix serial jobs by using right project and using selectors properly
2016-01-19 11:08:03 -08:00
André Martins
0515b4c7c9
Updated Vagrant VMs to Fedora 23
...
Signed-off-by: André Martins <aanm90@gmail.com>
2016-01-19 16:52:54 +00:00
derekwaynecarr
48f4ca4765
Update vagrant prereq to 1.7.4
2016-01-19 11:30:30 -05:00
Eric Tune
0bb716d6b2
Stop test spew on non-Linux.
...
Make kube-proxy test not run on non-linux to avoid
error spew.
2016-01-19 06:54:38 -08:00
gmarek
106e66be3b
Readd scheduler flags and mark them as deprecated
2016-01-19 14:20:00 +01:00
Yagnesh Mistry
c171a96d15
fix error related to flannel network in CentOS 7 cluster creation scripts
2016-01-19 17:17:50 +05:30
Jan Safranek
f912870784
openstack: Use common SafeFormatAndMount() for mounting.
...
There is no reason for OpenStack + Cinder to use it's own variant of format
& mount.
2016-01-19 09:36:38 +01:00
Mike Spreitzer
bf671f5723
Fix reference to kubernetes release
...
Replace old repo name with https://github.com/kubernetes/kubernetes .
Update default release to the latest, which is 1.1.4.
2016-01-18 23:54:36 -05:00
Aaron Crickenberger
d46a97224a
Support building on remote docker-machine instances
...
Use case: I have a docker-machine instance in the cloud, and an empty
DOCKER_OPTS env var. I want to `build/run.sh hack/build-go.sh`
Previously, this would invoke `docker '' cp` which was erroring out
with: '' not a command.
2016-01-18 17:44:23 -08:00
Matt McNaughton
90d68a53b3
Rename Positive qualifier to Nonnegative
...
It makes more sense for `ValidatePositiveField` and
`ValidatePositiveQuantity` methods to be named `ValidateNonnegativeField`
and `ValidateNonnegativeQuantity` as that is what is truly being
checked. This commit simply updates the method names everywhere they are
used.
2016-01-18 17:29:15 -05:00
Mike Danese
a885d84cc9
leaderelection: retrofit controller-manager with leaderelection client
...
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-18 14:05:55 -08:00
Justin Santa Barbara
dcd7e813f7
AWS: Update AMIs for Ubuntu Vivid
...
Update to the latest AMIs for Vivid, as sourced from:
http://cloud-images.ubuntu.com/locator/ec2/
2016-01-18 16:47:06 -05:00
Paul Morie
60cf252e8b
Add validation for variant-type of EnvVarSource
2016-01-18 15:07:48 -05:00
Justin Santa Barbara
9f995df29c
AWS: Use Docker 1.8.3 on Ubuntu vivid
...
This currently requires downloading from the Docker repository, until we
get the packages uploaded to Google Cloud Storage.
Issue #19796
2016-01-18 14:13:55 -05:00
Paul Morie
394a7bb4d0
Regen for secrets in env
2016-01-18 12:32:32 -05:00
Paul Morie
c548054560
Add ability to consume secrets in env vars
2016-01-18 12:20:51 -05:00
Marek Grabowski
810544633e
Merge pull request #19751 from mikedanese/fix-nil
...
deployment: fix nil pointer panic
2016-01-18 18:08:33 +01:00
James DeFelice
569712c72b
updated appc/spec and camlistore/ godeps to fix broken godep restore
2016-01-18 17:00:55 +00:00
Clayton Coleman
dc83a11758
Merge pull request #19768 from madhusudancs/fix-update-codecgen
...
Do not dirname on the dependency file's path twice while generating types using codecgen.
2016-01-18 11:15:12 -05:00
Piotr Szczesniak
59cc907189
Merge pull request #19789 from kubernetes/revert-19436-status_cache_p2
...
Revert "Enable kubecontainer.Cache in kubelet"
2016-01-18 14:17:20 +01:00
mqliang
6fe899b007
remove unused eventBroadcaster in gc controller
2016-01-18 20:40:11 +08:00
Piotr Szczesniak
9659057986
Revert "Enable kubecontainer.Cache in kubelet"
2016-01-18 13:35:41 +01:00
Piotr Szczesniak
1534672b4b
Merge pull request #19787 from kubernetes/revert-19743-scale
...
Revert "Increase api call latency threshold."
2016-01-18 12:06:50 +01:00
Piotr Szczesniak
bd26e6eae0
Revert "Increase api call latency threshold."
2016-01-18 11:09:47 +01:00
Lantao Liu
4c37dbe6e6
Merge pull request #19690 from Random-Liu/fix-bug-in-status-test
...
Fix bug in status/manager_test.go
2016-01-18 01:15:16 -08:00
Tim Hockin
1a5bd79dc3
Merge pull request #15353 from tpounds/cleanup-scratch-doc-formatting
...
Minor documentation formatting cleanup.
2016-01-17 23:46:08 -08:00
harry
e64fe82245
Use Allocatable to replace Capacity
...
Use allocate instead in priorities
2016-01-18 15:26:40 +08:00
Justin Santa Barbara
d2e65a89d0
kube-up scripts: don't 'echo sleep'
...
'echo sleep 5' just prints 'sleep 5'; replace with 'sleep 5'.
2016-01-17 21:29:01 -05:00
Justin Santa Barbara
65feea4449
AWS: don't rely on salt for kube-node-unpacker on AWS
...
We've had a lot of salt problems with systemd on AWS; we have a
workaround in place that we use everywhere else, we should use that for
kube-node-unpacker too.
Fixes #19386
Issue #19388
2016-01-17 14:35:07 -05:00
k8s-merge-robot
ad827c6b62
Merge pull request #19573 from madhusudancs/daemonset-update-move-utils
...
Auto commit by PR queue bot
2016-01-17 08:16:11 -08:00