Commit Graph

8269 Commits (95b528ffec6de06a2baf709fcbc984ea638bf510)

Author SHA1 Message Date
devashish 95b528ffec fixing url for admission_control docs 2015-03-27 14:31:27 -07:00
Brian Grant 6dd8f73266 Merge pull request #5919 from sdminonne/labels_req
Adding method  to labels.Selector to add Requirement
2015-03-27 14:30:09 -07:00
Brian Grant c9ad322ba9 Merge pull request #5831 from smarterclayton/add_more_errors
Add more specific error handling and handle generic errors more effectively
2015-03-27 14:17:11 -07:00
Brian Grant a765236653 Merge pull request #5939 from thockin/plural_endpoints_31_endpt_subsets
Implement multi-port endpoints
2015-03-27 14:15:15 -07:00
Clayton Coleman aa44d29d10 Updated documentation and adjusted field names 2015-03-27 17:08:59 -04:00
Zach Loafman 1bf0cbeac6 Merge pull request #6093 from brendandburns/docs
Revert the revert of the update to docs and scripts for GCE.
2015-03-27 14:00:01 -07:00
Brendan Burns 6fd376a04f Fix the scripts to optionally skip prompts and also return successfully no matter what. 2015-03-27 13:53:26 -07:00
Brendan Burns 1aa2b97792 Revert "Revert "Update gce starting guide to use get.k8s.io""
This reverts commit b369f2b48f.
2015-03-27 13:46:28 -07:00
Tim Hockin 8ae203825b Implement multi-port endpoints
Instead of endpoints being a flat list, it is now a list of "subsets"
where each is a struct of {Addresses, Ports}.  To generate the list of
endpoints you need to take union of the Cartesian products of the
subsets.  This is compact in the vast majority of cases, yet still
represents named ports and corner cases (e.g. each pod has a different
port number).

This also stores subsets in a deterministic order (sorted by hash) to
avoid spurious updates and comparison problems.

This is a fully compatible change - old objects and clients will
keepworking as long as they don't need the new functionality.

This is the prep for multi-port Services, which will add API to produce
endpoints in this new structure.
2015-03-27 12:36:32 -07:00
Satnam Singh 37689038d2 Merge pull request #6071 from lavalamp/fix2
Update network tester files to v1beta3
2015-03-27 12:22:49 -07:00
Zach Loafman a2801a5a18 Merge pull request #6066 from mattmoor/master
Move the 'private' (authenticated) image...
2015-03-27 11:54:23 -07:00
Brian Grant 70e0fad28c Merge pull request #5951 from dchen1107/docker
Add node components version to API
2015-03-27 11:30:44 -07:00
Daniel Smith a060c541e9 Update network tester files to v1beta3 2015-03-27 11:09:33 -07:00
Dawn Chen 87db1c9007 Rename DockerVerstion to ContainerRuntimeVersion for rocket support 2015-03-27 11:04:48 -07:00
Dawn Chen 086bb1ac09 Add node components version to API 2015-03-27 11:04:47 -07:00
Brendan Burns 3eda80b3c5 Merge pull request #5985 from lyda/aws-fixes
Template doesn't work with VPCs
2015-03-27 09:58:51 -07:00
Jeff Lowdermilk 803086c2c6 Merge pull request #6034 from thockin/target_port_flag
Alias --container-port to --target-port in kubectl
2015-03-27 09:56:33 -07:00
Matt Moore 9400b5b4f2 Move the 'private' (authenticated) image into a bucket owned by google-containers. 2015-03-27 09:54:37 -07:00
Brendan Burns 3e3a4f49f1 Merge pull request #6049 from AntonioMeireles/master
simplify and turn more idiomatic flanneld's setup in CoreOS' cloud-configs
2015-03-27 09:53:54 -07:00
Brendan Burns 308049e789 Merge pull request #6060 from ZJU-SEL/hotfix
[ubuntu-cluster] fix a serious bug when node both act as master and minion
2015-03-27 09:53:14 -07:00
Brendan Burns 41fbad219c Merge pull request #6062 from superbrothers/update-go-restful
Update go-restful to include emicklei/go-restful#197
2015-03-27 09:38:38 -07:00
Victor Marmol e4fc45c26f Merge pull request #6054 from fgrzadkowski/fix_pod_status
Do not fail pod status update if failed to get host IP
2015-03-27 09:10:44 -07:00
Jeff Lowdermilk bec982774b Merge pull request #6038 from satnam6502/fluentd-es-image
Create a gcr.io image for Flunentd to Elasticsearch node level logging
2015-03-27 09:05:00 -07:00
Victor Marmol 4ed3346587 Merge pull request #6039 from yifan-gu/readiness
kubelet: Add container readiness manager.
2015-03-27 09:04:00 -07:00
Jeff Lowdermilk 33bf0aa419 Merge pull request #6033 from satnam6502/serve_hostname
Create image gcr.io/google-containers/serve_hostname:1.1
2015-03-27 09:01:19 -07:00
Zach Loafman 473b98a344 Merge pull request #6064 from ArtfulCoder/kubelet_salt
Added a catchall to set api server ip address in kubelet cmd params
2015-03-27 08:57:04 -07:00
Abhishek Shah d84ff79cfd Added a catchall to set api server ip address in kubelet cmd params 2015-03-27 08:44:52 -07:00
Kazuki Suda 81399dcd82 Update go-restful to include emicklei/go-restful#197 2015-03-28 00:22:10 +09:00
Brian Grant a4bf91c8c0 Merge pull request #5690 from satnam6502/failputnover
Give better error message for PUTs with no resource version
2015-03-27 07:12:56 -07:00
Filip Grzadkowski fe2f7f25c6 Do not fail if failed to get host IP 2015-03-27 14:15:41 +01:00
António Meireles 7bc7f47c3e simplify and turn more idiomatic flanneld's setup in CoreOS' cloud-configs.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-27 09:44:01 +00:00
Piotr Szczesniak 8d94c43e70 Merge pull request #5725 from rrati/schedule-to-available-nodes-5545
Only schedule to pods that are available.  This turns on the node
2015-03-27 10:20:35 +01:00
Piotr Szczesniak 768c733bed Merge pull request #5971 from bprashanth/rc_watch_fields
Add the ability to watch fields of a replication controller
2015-03-27 10:19:41 +01:00
Piotr Szczesniak eec9ad6dfc Merge pull request #5836 from adymitruk/patch-1
Better wording for clean up.
2015-03-27 10:06:21 +01:00
Piotr Szczesniak dfd3ef174d Merge pull request #6030 from jlowdermilk/use-gcr
Pull cluster addon images from gcr.io
2015-03-27 10:05:24 +01:00
Piotr Szczesniak e22d18f4e0 Merge pull request #6035 from satnam6502/serve_hostnames
Change soak test to pull image from gcr.io
2015-03-27 10:04:28 +01:00
Piotr Szczesniak ac52db2602 Merge pull request #6037 from feihujiang/master
add source filename in error message
2015-03-27 10:04:01 +01:00
Piotr Szczesniak c516aba8e8 Merge pull request #6043 from ArtfulCoder/kubelet_salt
Modified salt config to get master ip address correctly
2015-03-27 10:03:05 +01:00
Piotr Szczesniak 35539aca67 Merge pull request #6040 from shichao-an/master
Fixed sentence grammar
2015-03-27 10:02:52 +01:00
Piotr Szczesniak 87829067cd Merge pull request #6044 from gosharplite/patch-2
Fix typo.
2015-03-27 10:01:45 +01:00
Wojciech Tyczynski f488c3b468 Merge pull request #5923 from wojtek-t/update_roadmap
Change performance targets in roadmap
2015-03-27 08:29:32 +01:00
wizard 88dca56438 fix bug in single ubuntu node configuration 2015-03-27 15:13:43 +08:00
Tony Hsu fe26571157 Fix typo. 2015-03-27 12:55:09 +08:00
Abhishek Shah f35a352782 Modified salt config to get master ip address correctly 2015-03-26 21:17:06 -07:00
Satnam Singh 19e621c951 Create a gcr.io image for Flunentd to Elasticsearch node level logging 2015-03-26 21:07:15 -07:00
Satnam Singh 93cb5e0c9c Create image gcr.io/google-containers/serve_hostnames:1.1 2015-03-26 20:59:34 -07:00
Jeff Lowdermilk 2b71857816 Pull cluster addon images from gcr.io 2015-03-26 19:59:27 -07:00
Zach Loafman e90822573a Merge pull request #6041 from GoogleCloudPlatform/revert-6019-docs
Revert "Update gce starting guide to use get.k8s.io"
2015-03-26 19:37:17 -07:00
Zach Loafman b369f2b48f Revert "Update gce starting guide to use get.k8s.io" 2015-03-26 19:36:25 -07:00
Shichao An 4e4b2fedfe Fixed sentence grammar 2015-03-26 19:29:37 -07:00