Ananya Kumar
ef1e576810
Add support for request
2015-08-05 19:00:19 -07:00
Mike Danese
3f538145ab
fixup development doc for new vanity path
2015-08-05 17:52:57 -07:00
Mike Danese
fb02b33e99
fix build
2015-08-05 17:52:56 -07:00
Mike Danese
17defc7383
run gofmt on everything we touched
2015-08-05 17:52:56 -07:00
Mike Danese
62a4d5623c
rewrite go imports for godeps
2015-08-05 17:52:56 -07:00
Mike Danese
8e33cbfa28
rewrite go imports
2015-08-05 17:30:03 -07:00
Alex Robinson
9a3fb3cb1f
Merge pull request #12314 from a-robinson/mem
...
Bump the heapster pod's memory limit from 200MiB to 300MiB.
2015-08-05 17:01:42 -07:00
Alex Mohr
8d5fd8fbc2
Merge pull request #12259 from alex-mohr/kubectl
...
Fix kubectl updateWithRetries to have 1 minute timeout instead of 500 ms
2015-08-05 16:48:16 -07:00
Alex Robinson
0945c2cfb8
Bump the heapster pod's memory limit from 200MiB to 300MiB.
2015-08-05 16:16:20 -07:00
Dawn Chen
ad3876c16a
Merge pull request #12271 from pweil-/expose-codec
...
expose codec in storage
2015-08-05 15:48:48 -07:00
Dawn Chen
3fe0fafdc5
Merge pull request #12288 from jgriffiths1993/hf-12287
...
Fix creating external load balancer in OpenStack - IP Assignment (#12287 )
2015-08-05 15:45:57 -07:00
Dawn Chen
86630a26f3
Merge pull request #12260 from bjlee72/patch-1
...
Redundant groupadd
2015-08-05 15:34:52 -07:00
Dawn Chen
b9c118ada6
Merge pull request #12306 from goltermann/oncall
...
Add post v1.0 PR merge details
2015-08-05 15:27:19 -07:00
Dawn Chen
49d62ca0be
Merge pull request #12295 from feelobot/master
...
Update Binary Versions in AWS cloud-config's
2015-08-05 15:25:44 -07:00
Dawn Chen
a90075d7eb
Merge pull request #12008 from smarterclayton/fix_mac
...
mktemp on OSX behaves differently than Linux
2015-08-05 15:17:59 -07:00
Dawn Chen
9a29583fe0
Merge pull request #12064 from AnanyaKumar/patch-2
...
Update admission_control.md
2015-08-05 15:14:00 -07:00
Dawn Chen
ec7d0a985b
Merge pull request #10742 from hurf/help_kind
...
Use TYPE instead of RESOURCE in help string
2015-08-05 15:12:17 -07:00
Dawn Chen
e532a1ddd8
Merge pull request #12046 from asridharan/master
...
Updating instructions for launching kubernets in a local docker installation
2015-08-05 15:09:44 -07:00
Dawn Chen
f66809daef
Merge pull request #11559 from PhilibertDugas/master
...
Fixed ubuntu upstart scripts for etcd
2015-08-05 15:04:14 -07:00
goltermann
90e1d5216e
Add post v1.0 PR merge details.
2015-08-05 14:52:46 -07:00
Zach Loafman
fccca8fa5d
Exit if hub isn't installed, add verbiage to message.
2015-08-05 14:26:14 -07:00
derekwaynecarr
0de0e3e9f1
Fix salt configuration on systemd setups
2015-08-05 17:01:43 -04:00
Dawn Chen
b12ef5c397
Merge pull request #10049 from mesosphere/docker-compose
...
mesos/docker automated local cluster deployment
2015-08-05 12:08:36 -07:00
Dawn Chen
13258e8f8f
Merge pull request #12091 from mwielgus/spark-flaky
...
Fix spark-driver in examples/spark
2015-08-05 12:03:34 -07:00
Dawn Chen
9bc54481e0
Merge pull request #12233 from brendandburns/velocity
...
Add automated pull request creation.
2015-08-05 12:02:25 -07:00
feelobot
7e85e587a8
Update Binary Versions in AWS cloud-config's
2015-08-05 11:43:10 -07:00
derekwaynecarr
789450a40d
Update resource quota design to align with requests and limits
2015-08-05 14:37:09 -04:00
Eric Tune
1ce1c54b21
troubleshooting for misplaced/misspelled fields
2015-08-05 11:09:32 -07:00
Karl Isenberg
f5fa688908
Add docker-compose cluster that runs with mesos
2015-08-05 10:48:28 -07:00
Joshua Griffiths
950bc8401b
Check for nil, not unspecified
2015-08-05 18:28:25 +01:00
kargakis
95a27394cc
cache: Avoid reallocs in Index
2015-08-05 16:59:08 +02:00
derekwaynecarr
577f2fa0a5
LimitRange documentation should be under admin
2015-08-05 10:26:52 -04:00
Marcin Wielgus
41bc20d1e0
Fix spark-driver in examples/spark
2015-08-05 15:45:43 +02:00
Paul Weil
2a61b55b59
expose codec in storage
2015-08-05 09:39:24 -04:00
Jacob Tomlinson
91bd7f5d6c
Improved readability
2015-08-05 13:50:49 +01:00
Christoph Maser
c0802dbd43
typo in rbd doc
...
mixed up readers and writers
2015-08-05 13:51:07 +02:00
Piotr Szczesniak
ded48a3761
Merge pull request #12201 from gmarek/remove_flag
...
Deprecate register-retry-count flag from controller-manager
2015-08-05 12:27:18 +02:00
Piotr Szczesniak
28b9ebed47
Merge pull request #12257 from socaa/dockerfile
...
Add docker file to Resource Consumer
2015-08-05 11:07:53 +02:00
Byungjoon Lee
448da93122
Redundant groupadd
...
util.sh had redundant groupadd, which cause the following error:
groupadd: Permission denied.
groupadd: cannot lock /etc/group; try again later.
2015-08-05 17:45:17 +09:00
hurf
33fb6170f9
Use TYPE instead of RESOURCE in help string
...
For commands in kubectl, use TYPE in help string.
2015-08-05 16:34:48 +08:00
Alex Mohr
37418afe8f
Fix kubectl updateWithRetries to have 1 minute timeout instead of 500 ms
...
Fixes #12258
2015-08-05 01:18:17 -07:00
gmarek
e20536d16a
Remove register-retry-count flag from controller-manager
2015-08-05 10:07:59 +02:00
Ewa Socala
140610c1bb
Add docker file to Resource Consumer
2015-08-05 10:07:23 +02:00
Alex Mohr
159ba48932
Merge pull request #12238 from eparis/godeps
...
Auto commit by PR queue bot
2015-08-05 01:06:11 -07:00
Alex Mohr
f75252a6b1
Merge pull request #12130 from mesosphere/validate-cluster
...
Auto commit by PR queue bot
2015-08-05 00:46:00 -07:00
Alex Mohr
75bf16f259
Merge pull request #9594 from manansaraf/name_error_issue
...
Auto commit by PR queue bot
2015-08-05 00:24:42 -07:00
Alex Mohr
e4fde6d2ca
Merge pull request #9583 from eparis/make-cert-path
...
generate-cert: allow for alternative paths
2015-08-05 00:04:17 -07:00
Alex Mohr
9610b8fe05
Merge pull request #12247 from brendandburns/queue
...
Fix submit queue when there are multiple LGTMs
2015-08-04 23:46:51 -07:00
Alex Mohr
d76e7f818f
Merge pull request #12251 from alex-mohr/scheduler
...
Fix e2e scheduler_predicates.go to have 10 minute timeout
2015-08-04 23:40:59 -07:00
Alex Mohr
ea0c35b72b
Add timestamps to test info logs.
...
This should improve forensics on failed tests based with only the output to make the timing recoverable, with the hope that flaky tests will be easier to debug as a result.
Before:
INFO: foo
After:
Aug 4 17:42:14.876: INFO: foo
2015-08-04 23:28:12 -07:00