Commit Graph

11809 Commits

Author SHA1 Message Date
Daniel Smith
0e49e1535f split into old/new networking test 2015-05-28 15:01:59 -07:00
Daniel Smith
d683548fd6 Revert "Revert "Revert "Revert "Fix networking test""""
This reverts commit 30ffe0325c.
2015-05-28 15:01:59 -07:00
Tim Hockin
e456e8d63e Merge pull request #8921 from wojtek-t/update_instructions
Update instructions on auto-generating conversions.
2015-05-28 15:01:24 -07:00
Tim Hockin
1087c12e63 Merge pull request #8909 from wojtek-t/fix_example_selflinks
Fix selfLinks in test examples to v1beta3
2015-05-28 15:01:02 -07:00
Tim Hockin
6fbaefdced Merge pull request #8897 from pweil-/reduce-merge-logging
reduce merge logging
2015-05-28 15:00:45 -07:00
Tim Hockin
eabc65149e Merge pull request #8896 from lavalamp/e2e-timeout
Give up waiting for failed pods + print status
2015-05-28 15:00:19 -07:00
Tim Hockin
3830c068b9 Merge pull request #8883 from yujuhong/kubelet_unittest2
Kubelet: clean up more unit tests
2015-05-28 15:00:02 -07:00
Tim Hockin
32859c3954 Merge pull request #8778 from kargakis/show-pod-number
Show pods number when describing services
2015-05-28 14:59:02 -07:00
Tim Hockin
ccafaaf8ef Merge pull request #8729 from justinsb/gce_up_csv
Pass arg lists to gcloud as comma-separated single arg
2015-05-28 14:58:43 -07:00
Tim Hockin
f8d0060d6e Merge pull request #8388 from pmorie/third-party-tests
Run tests for third-party code
2015-05-28 14:58:26 -07:00
Tim Hockin
e88249e78e Merge pull request #8273 from krousey/cluser_skydns
Updating some SkyDNS templates to v1beta3
2015-05-28 14:58:03 -07:00
Tim Hockin
1a45e4006e Merge pull request #8747 from brendandburns/e2e
Add a test for PreStop hooks.
2015-05-28 14:55:40 -07:00
Tim Hockin
6d5ccf75dd Merge pull request #8939 from bcbroussard/describe-nodeport
Update NodePort in kubectl describe service
2015-05-28 14:52:47 -07:00
Tim Hockin
8da79e1dd5 Merge pull request #8612 from bcbroussard/v1beta3-rc
Update replication controller pages to v1beta3 in web ui
2015-05-28 14:51:31 -07:00
Tim Hockin
f53b4a1104 Merge pull request #8611 from bcbroussard/v1beta3-services
Update service pages to v1beta3 in web ui
2015-05-28 14:50:57 -07:00
Tim Hockin
8886557da6 Merge pull request #8926 from thockin/remove-debug
Remove debug print
2015-05-28 14:50:17 -07:00
Tim Hockin
e3a6900376 Merge pull request #8930 from thockin/fix-dollars
Use $$() in pod commandlines to get $()
2015-05-28 14:50:02 -07:00
Chao Xu
0378894f44 Merge pull request #8895 from jeffmendoza/patch-3
201 walkthrough: remove term "API object"
2015-05-28 13:03:40 -07:00
BC Broussard
581f4613c8 Fix NodePort in kubectl describe service 2015-05-28 12:09:31 -07:00
Tim Hockin
e524d52248 Use $$() in pod commandlines to get $() 2015-05-28 10:53:22 -07:00
Tim Hockin
f015a21026 Merge pull request #8927 from GoogleCloudPlatform/revert-8822-fifo_rc
Revert "Wake up rcs when pods get DeletionFinalStateUnknown tombstones"
2015-05-28 10:24:51 -07:00
Tim Hockin
b69fad211e Revert "Wake up rcs when pods get DeletionFinalStateUnknown tombstones" 2015-05-28 10:23:55 -07:00
BC Broussard
f8762ccd12 Update replication controllers for v1beta3 api 2015-05-28 10:18:03 -07:00
Tim Hockin
c6ca865e1a Remove debug print 2015-05-28 10:12:37 -07:00
BC Broussard
1fd4050450 Update services for v1beta3 api 2015-05-28 10:03:01 -07:00
Wojciech Tyczynski
49e064b2af Update instructions on conversions. 2015-05-28 17:42:41 +02:00
Wojciech Tyczynski
cb414d8bc4 Delete generated deep-copy files before updating. 2015-05-28 17:41:58 +02:00
Kris Rousey
8678164357 Updating some SkyDNS templates to v1beta3 2015-05-28 08:32:33 -07:00
Quinton Hoole
9b67435cf3 Merge pull request #8899 from roberthbailey/ip-from-metadata
For GCE, compute the external IP by using the local metadata server
2015-05-28 08:29:38 -07:00
Wojciech Tyczynski
22f7f05135 Fix selfLinks in examples 2015-05-28 16:47:53 +02:00
kargakis
93669a6bb5 Show pods number when describing services 2015-05-28 11:24:47 +02:00
Wojciech Tyczynski
6ffe46a9e0 Merge pull request #8822 from bprashanth/fifo_rc
Wake up rcs when pods get DeletionFinalStateUnknown tombstones
2015-05-28 10:50:28 +02:00
Wojciech Tyczynski
6fa2777e26 Merge pull request #8860 from wojtek-t/replace_deep_copy
Use generated DeepCopy methods in a new API (that uses auto-generated methods)
2015-05-28 09:29:16 +02:00
Wojciech Tyczynski
33318f0162 Use generated DeepCopy methods. 2015-05-28 09:03:27 +02:00
Justin Santa Barbara
521cb0e85b Pass arg lists to gcloud as comma-separated single arg
This should get rid of the scary warning messages on GCE up.

Fixes #8117
2015-05-28 00:36:13 -04:00
Alex Robinson
b7b89c4734 Merge pull request #8842 from goltermann/docs
Docs
2015-05-27 18:52:25 -07:00
Robert Bailey
1dfaa93ccd For GCE, compute the external IP by using the local metadata
server. This is in many ways a revert of #7530 but after auditing
the code I found that this function is now only used to determine
an address of the node where it is currently running.
2015-05-27 17:41:41 -07:00
Prashanth Balasubramanian
8fa66bd962 Delta fifo includes objects in DeleteFinalStateUnknow, rcs stop faster 2015-05-27 16:45:51 -07:00
Tim Hockin
eab1ceccd4 Merge pull request #8628 from jlowdermilk/delete-not-found
Delete fails on notfound errors.
2015-05-27 16:26:41 -07:00
Tim Hockin
78621f93aa Merge pull request #8600 from bcbroussard/v1beta3-pods
Update pod pages to v1beta3 in web ui
2015-05-27 16:26:00 -07:00
Tim Hockin
c40dd59130 Merge pull request #8885 from lavalamp/no-ro-kubelettest
remove RO port from kubelet test
2015-05-27 16:25:33 -07:00
Tim Hockin
d64f0bf910 Merge pull request #8877 from mikedanese/probe-doc
Document container probes
2015-05-27 16:24:55 -07:00
Tim Hockin
ffabf17ed4 Merge pull request #8604 from brendandburns/kubectl
Make exec more consistent with the rest of the kubectl commands.
2015-05-27 16:23:59 -07:00
BC Broussard
040a4cfa8c Update pods for v1beta3 api 2015-05-27 16:23:57 -07:00
Tim Hockin
e847b2d4f7 Merge pull request #8615 from bcbroussard/v1beta3-events
Update events page to v1beta3 in web ui
2015-05-27 16:20:25 -07:00
Paul Weil
ae981b73a3 reduce merge logging 2015-05-27 19:12:04 -04:00
Daniel Smith
fe58bf16e8 Give up waiting for failed pods + print status 2015-05-27 16:07:39 -07:00
Jeff Lowdermilk
3cf4d9b2e6 Delete fails on notfound errors.
If deleting multiple resources, command will continue on error and
report not found resources at the end.
2015-05-27 16:02:54 -07:00
BC Broussard
b4ab5eddf0 Update events for v1beta3 api 2015-05-27 15:58:15 -07:00
Tim Hockin
0bea034edb Merge pull request #8614 from bcbroussard/v1beta3-nodes
Update node pages to v1beta3 in web ui
2015-05-27 15:55:44 -07:00