- 27 Mar, 2015 40 commits
-
-
devashish authored
-
Brian Grant authored
Adding method to labels.Selector to add Requirement
-
Brian Grant authored
Add more specific error handling and handle generic errors more effectively
-
Brian Grant authored
Implement multi-port endpoints
-
Clayton Coleman authored
-
Zach Loafman authored
Revert the revert of the update to docs and scripts for GCE.
-
Brendan Burns authored
-
Brendan Burns authored
This reverts commit b369f2b4.
-
Tim Hockin authored
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. -
Satnam Singh authored
Update network tester files to v1beta3
-
Zach Loafman authored
Move the 'private' (authenticated) image...
-
Brian Grant authored
Add node components version to API
-
Daniel Smith authored
-
Dawn Chen authored
-
Dawn Chen authored
-
Brendan Burns authored
Template doesn't work with VPCs
-
Jeff Lowdermilk authored
Alias --container-port to --target-port in kubectl
-
Matt Moore authored
-
Brendan Burns authored
simplify and turn more idiomatic flanneld's setup in CoreOS' cloud-configs
-
Brendan Burns authored
[ubuntu-cluster] fix a serious bug when node both act as master and minion
-
Brendan Burns authored
Update go-restful to include emicklei/go-restful#197
-
Victor Marmol authored
Do not fail pod status update if failed to get host IP
-
Jeff Lowdermilk authored
Create a gcr.io image for Flunentd to Elasticsearch node level logging
-
Victor Marmol authored
kubelet: Add container readiness manager.
-
Jeff Lowdermilk authored
Create image gcr.io/google-containers/serve_hostname:1.1
-
Zach Loafman authored
Added a catchall to set api server ip address in kubelet cmd params
-
Abhishek Shah authored
-
Kazuki Suda authored
-
Brian Grant authored
Give better error message for PUTs with no resource version
-
Filip Grzadkowski authored
-
António Meireles authored
Signed-off-by:António Meireles <antonio.meireles@reformi.st>
-
Piotr Szczesniak authored
Only schedule to pods that are available. This turns on the node
-
Piotr Szczesniak authored
Add the ability to watch fields of a replication controller
-
Piotr Szczesniak authored
Better wording for clean up.
-
Piotr Szczesniak authored
Pull cluster addon images from gcr.io
-
Piotr Szczesniak authored
Change soak test to pull image from gcr.io
-
Piotr Szczesniak authored
add source filename in error message
-
Piotr Szczesniak authored
Modified salt config to get master ip address correctly
-
Piotr Szczesniak authored
Fixed sentence grammar
-
Piotr Szczesniak authored
Fix typo.
-