Zach Loafman
8f70779b1b
Don't die if the "docker rmi" fails
...
Slightly neuters #8955 , but we haven't had a build succeed in a while
for whatever reason. (I checked on Jenkins and the images in the build
log where deletion was attempted were actually deleted, so I think
this is primarily an exit code / API issue of some sort.)
2015-05-30 09:20:09 -07:00
Rohit Jnagal
0579c19a55
Merge pull request #9015 from jlowdermilk/integration-flake
...
Increase timeout on biggest contributor to hack/test-integration flakes
2015-05-29 13:14:20 -07:00
Jeff Lowdermilk
d5b24fdb69
Increase timeout on biggest contributor to hack/test-integration flakes
2015-05-29 11:46:43 -07:00
Rohit Jnagal
6274d845b9
Merge pull request #8931 from dchen1107/clean
...
Fix the race when monit is used to monitor services which are also
2015-05-29 11:23:21 -07:00
Rohit Jnagal
11268baa92
Merge pull request #8804 from kargakis/expose-default-name-param
...
expose: Use separate parameters for default and custom name
2015-05-29 11:21:09 -07:00
Rohit Jnagal
51750a4680
Merge pull request #8724 from smarterclayton/preserve_ttl
...
TTL is not preserved automatically during edit
2015-05-29 11:12:00 -07:00
Rohit Jnagal
38c1fe112f
Merge pull request #9006 from GoogleCloudPlatform/revert-8927-revert-8822-fifo_rc
...
Revert "Revert "Wake up rcs when pods get DeletionFinalStateUnknown t…
2015-05-29 11:11:38 -07:00
Rohit Jnagal
8e2340722c
Merge pull request #8678 from jayunit100/k8bps_shell
...
[Harmless] K8petstore shell update, separated from the larger PR
2015-05-29 11:11:19 -07:00
Rohit Jnagal
50b9d6284a
Merge pull request #8681 from vmarmol/system-container
...
Create a system container
2015-05-29 09:41:06 -07:00
Rohit Jnagal
697db8ccf1
Merge pull request #8784 from jszczepkowski/e2e-nodes
...
Added e2e test case which triggers kernel panic on a node.
2015-05-29 09:39:02 -07:00
Rohit Jnagal
2c4ceca1cf
Merge pull request #8974 from lavalamp/networkTimeout
...
Use spew for more informative debug output
2015-05-29 09:33:54 -07:00
Rohit Jnagal
0afb34d93c
Merge pull request #8966 from caesarxuchao/coreos-getting-started-guides
...
let the coreos bare_metal_offline.md point to examples/ rather than having its own examples
2015-05-29 09:32:55 -07:00
Rohit Jnagal
df1f851267
Merge pull request #8963 from caesarxuchao/fedora-getting-started-guides
...
update fedora_ansible_config.md to v1beta3
2015-05-29 09:32:13 -07:00
Rohit Jnagal
bb2f0b6577
Merge pull request #8961 from caesarxuchao/juju
...
update getting-started-guides/juju.md to v1beta3
2015-05-29 09:31:33 -07:00
Rohit Jnagal
a026ca40f8
Merge pull request #8925 from andronat/fix_7842
...
Fix help msg for kubectl get cmd
2015-05-29 09:30:13 -07:00
Rohit Jnagal
ff51f0b2e1
Merge pull request #8696 from derekwaynecarr/force_namespace_creation
...
Force explicit namespace provision, update e2e for failures
2015-05-29 09:28:47 -07:00
Prashanth B
6c209ec193
Revert "Revert "Wake up rcs when pods get DeletionFinalStateUnknown tombstones""
2015-05-29 09:24:39 -07:00
Filip Grzadkowski
17f6f86be6
Merge pull request #8998 from wojtek-t/retry_downloading
...
Retry downloading tars in case of unpack failure
2015-05-29 04:27:48 -07:00
Wojciech Tyczynski
4fc38849ea
Retry downloading tars in case of unpack failure
2015-05-29 13:06:24 +02:00
Filip Grzadkowski
567519c78a
Merge pull request #8993 from wojtek-t/increase_limit
...
Increase timeout for verifying clusters to 10 minutes
2015-05-29 03:20:40 -07:00
Anastasis Andronidis
9cb0eaf01a
Fixed get's help message
2015-05-29 11:31:16 +02:00
Filip Grzadkowski
ce7a3ea34d
Merge pull request #8916 from fgrzadkowski/limit_tracing
...
Improve tracing information in apiserver
2015-05-29 01:29:34 -07:00
Wojciech Tyczynski
44360e401b
Increase timeout for verifying clusters
2015-05-29 09:44:14 +02:00
Alex Robinson
ed4898d98c
Merge pull request #8987 from pmorie/expand-docs
...
Corrections to examples in expansion docs
2015-05-28 22:04:58 -07:00
Paul Morie
2ad30966fa
Corrections to examples in expansion docs
2015-05-29 01:00:36 -04:00
Daniel Smith
02b1331512
Use spew for more informative debug output
2015-05-28 17:20:42 -07:00
Tim Hockin
2c15609a06
Merge pull request #8975 from thockin/fix-svc-doc
...
Fix svc doc
2015-05-28 17:20:20 -07:00
Tim Hockin
f6ecb28c06
Fix bad JSON in doc
2015-05-28 17:05:51 -07:00
Tim Hockin
b16dd72e36
run gendocs
2015-05-28 17:05:02 -07:00
Tim Hockin
677d0fdf87
Merge pull request #8782 from orangain/fix-kubectl-path-in-x86
...
kubectl's dir should be 386 not x86 in x86 enviroment
2015-05-28 16:59:25 -07:00
Clayton Coleman
2b8e918ed9
TTL is not preserved automatically during edit
...
Change the signature of GuaranteedUpdate so that TTL can
be more easily preserved. Allow a simpler (no ttl) and
more complex (response and node directly available, set ttl)
path for GuaranteedUpdate. Add some tests to ensure this
doesn't blow up again.
2015-05-28 19:58:17 -04:00
Tim Hockin
2e7b6d94c2
Merge pull request #8955 from dchen1107/cleanup
...
Remove useless master component images after saving image as tar file.
2015-05-28 16:57:55 -07:00
Tim Hockin
d0daabb34b
Merge pull request #8471 from bprashanth/scheduler_burst
...
Limit the scheduler to a burst qps of 30
2015-05-28 16:55:25 -07:00
Tim Hockin
9e486be743
Merge pull request #8795 from a-robinson/latency
...
Remove the clientID field from the apiserver request latency metric
2015-05-28 16:55:11 -07:00
Tim Hockin
7b7f4f6c76
Merge pull request #8913 from sroze/patch-1
...
Fix typo in Content-Type name
2015-05-28 16:54:56 -07:00
Tim Hockin
bade36c7dd
Merge pull request #8826 from markturansky/b2d_fix
...
Fixed setNodeStatus to allow running on pods on OS X
2015-05-28 16:54:42 -07:00
Tim Hockin
e3283b700d
Merge pull request #8968 from yifan-gu/rkt_doc
...
docs: Add README for getting started with rkt.
2015-05-28 16:54:10 -07:00
Tim Hockin
b72a8309b5
Merge pull request #8972 from lavalamp/networkTimeout
...
fix old networking test to use version 1.3
2015-05-28 16:53:40 -07:00
Tim Hockin
da78ab6b63
Merge pull request #8740 from thockin/nix-portal
...
Rename "portalIP" to "clusterIP"
2015-05-28 16:52:02 -07:00
Tim Hockin
35c7912a7a
Merge pull request #8971 from krousey/go-restful_update
...
Update go-restful to get stable sorting in spec
2015-05-28 16:49:49 -07:00
Daniel Smith
779e0d8529
fix old networking test to use version 1.3
2015-05-28 16:49:25 -07:00
Kris Rousey
22b2c68c02
Update go-restful to get stable sorting in spec
...
This reverts commit 4a7071e7f7
.
2015-05-28 16:43:13 -07:00
Tim Hockin
9a49e8155f
Update generated code
2015-05-28 16:28:18 -07:00
Yifan Gu
e5d8a21290
docs: Add README for getting started with rkt.
2015-05-28 16:28:02 -07:00
Tim Hockin
e13d6078de
Final pass looking for errant 'portal' strings
2015-05-28 16:10:44 -07:00
Tim Hockin
ac3cc3c518
Rename PORTAL_NET all over
2015-05-28 16:10:44 -07:00
Tim Hockin
3005471100
Add new apiserver flags for clusterIP (nee portal)
...
Leave old flags but marked as deprecated
2015-05-28 16:10:44 -07:00
Tim Hockin
4318ca5a8b
Rename 'portal IP' to 'cluster IP' most everywhere
...
This covers obvious transforms, but not --portal_net, $PORTAL_NET and
similar.
2015-05-28 16:10:44 -07:00
Tim Hockin
46686616d4
Merge pull request #8967 from GoogleCloudPlatform/revert-8944-go-restful_update
...
Revert "Update go-restful to get stable sorting in spec"
2015-05-28 16:04:32 -07:00
Tim Hockin
4a7071e7f7
Revert "Update go-restful to get stable sorting in spec"
2015-05-28 16:04:11 -07:00