Robert Bailey
a91a7bfe77
Merge pull request #8265 from pmorie/e2e
...
Fix path construction bug in shell e2e
2015-05-14 19:37:15 -07:00
Victor Marmol
b00d844868
Merge pull request #8293 from BenTheElder/break_up_proxier
...
Move proxySocket out of proxier.go to proxysocket.go in pkg/proxy
2015-05-14 18:27:03 -07:00
Victor Marmol
c869f5d0cc
Merge pull request #8282 from mbruzek/fixing-permissions
...
Fixing the permissions on python files.
2015-05-14 18:26:43 -07:00
Victor Marmol
296152ec6d
Merge pull request #8281 from dchen1107/cleanup
...
OOM protected docker processes (-900)
2015-05-14 18:26:30 -07:00
Victor Marmol
7cc42209f5
Merge pull request #8278 from lavalamp/no-ro-nettest
...
Fix networking test
2015-05-14 18:26:15 -07:00
Victor Marmol
8d6dee9980
Merge pull request #8248 from pmorie/secrets-doc
...
Fix secrets example pod
2015-05-14 18:25:57 -07:00
Victor Marmol
8bc3e5121f
Merge pull request #8188 from krousey/deep_copy
...
Changing the implementation of DeepCopy to use reflection
2015-05-14 18:25:30 -07:00
Yu-Ju Hong
4b40db3367
Remove /podInfo endpoint on kubelet
...
Kubelet sends pod status updates to the API server now. This endpoint is no
longer needed.
2015-05-14 17:51:26 -07:00
Chao Xu
2dcecf1f65
update example/liveness to v1beta3;
...
update the exec-liveness.yaml to reflect PR#8011
add a README
2015-05-14 16:41:42 -07:00
Victor Marmol
f701eba672
Merge pull request #8276 from antoineco/aws-update
...
refresh aws getting-started pages and templates
2015-05-14 16:38:08 -07:00
Paul Morie
3668f6ab5b
Fix path construction bug in shell e2e
2015-05-14 19:37:24 -04:00
Brian Grant
268f1fd295
Merge pull request #8289 from krousey/api_conversion_doc
...
Advice to use default when no namespace is available.
2015-05-14 16:14:28 -07:00
BenTheElder
78d2fda480
Move proxySocket out of proxier.go to proxysocket.go
...
Moves proxySocket out of proxier.go to new proxysocket.go in proxy
package in order to start separating proxy logic and implementation and
make proxier more manageable to review.
2015-05-14 19:08:35 -04:00
CJ Cullen
213a1b5e71
Merge pull request #8290 from roberthbailey/unbound-var
...
Fix an unbound variable error when CA_CERT isn't set.
2015-05-14 15:51:55 -07:00
Jeff Grafton
a6785550ab
Merge pull request #8288 from roberthbailey/fix-bas64
...
Remove newlines output by base64 on linux.
2015-05-14 15:51:13 -07:00
Dawn Chen
ebbb130af8
OOM protected docker processes (-900)
2015-05-14 15:49:12 -07:00
Robert Bailey
9edc359de7
Fix an unbound variable error when CA_CERT isn't set.
2015-05-14 15:42:16 -07:00
Kris
c62c6ef048
Advice to use default when no namespace is available.
2015-05-14 15:39:31 -07:00
Robert Bailey
a236f04a5f
Remove newlines output by base64 on linux.
2015-05-14 15:39:26 -07:00
Victor Marmol
06447fa06d
Merge pull request #8277 from aveshagarwal/doc-fixes
...
Fixed Typo.
2015-05-14 15:31:08 -07:00
Dawn Chen
e6c159eda2
Install monit_watcher as a cron job (1m) to check if monit is running,
...
and oom protect monit processes.
2015-05-14 15:19:11 -07:00
Matt Bruzek
985375e82b
Changing hooks.py back to executable.
2015-05-14 16:51:55 -05:00
Victor Marmol
c50f906170
Merge pull request #8264 from thockin/proxier-retry
...
Unexport a symbol in proxier
2015-05-14 14:29:10 -07:00
Satnam Singh
c2e5420390
Merge pull request #8251 from RichieEscarez/add_kubectl_cmd_AND_improve_content_structure
...
Revised "accessing the cluster" help topic
2015-05-14 14:27:01 -07:00
Daniel Smith
f820704003
Fix networking test
2015-05-14 14:20:36 -07:00
RichieEscarez
581d2f73be
Revised topic to clarify and enhance steps and examples:
...
Updated descriptions and added headers and into statements
Edited the redirect requests section and clarified steps in example
Replaced GCE with Google Compute Engine
Added two statements about the required forward slashes and inserted a '/' into each example.
2015-05-14 14:06:32 -07:00
Avesh Agarwal
0500b07d53
Fixed Typo.
2015-05-14 17:03:33 -04:00
Antoine Cotten
4f1fe55a9e
refresh aws getting-started pages and templates
2015-05-14 23:00:36 +02:00
David Oppenheimer
7a21d7ab1f
Merge pull request #8053 from jdef/upstream_mesos_cloud
...
integrate mesos cloud provider with k8s proper
2015-05-14 13:57:39 -07:00
Kris Rousey
4d031abc16
Changing the implementation of DeepCopy to use reflection instead of Gob encode/decode.
2015-05-14 13:46:31 -07:00
Victor Marmol
353f304433
Merge pull request #8228 from yifan-gu/rkt_image_cat
...
kubelet/rkt: Add getImageManifest()
2015-05-14 13:32:52 -07:00
Robert Bailey
9d6c032929
Merge pull request #7888 from madis/associate_aws_elastic_ip_with_master
...
Associate master instance with AWS Elastic IP
2015-05-14 13:18:19 -07:00
Yu-Ju Hong
a2d04a84de
kubelet: filter out terminated pods before rejecting pods
...
Currently, kubelet doesn't filter out terminated pods before determining whether
a pod fits. This could lead to duplicated events for rejecting the pods. This
change fixes that.
This change also groups all related pod fitness checking functions into one
function to improve readability.
2015-05-14 13:02:36 -07:00
Matt Bruzek
d8b9e2e184
Fixing the permissions on python files.
2015-05-14 15:02:22 -05:00
Victor Marmol
75c9228ea2
Merge pull request #8249 from kargakis/stop-fix
...
stop: Check for error when resizing rcs
2015-05-14 12:56:14 -07:00
Zach Loafman
39facf05d3
Merge pull request #8071 from roberthbailey/cert-distribution-gce
...
Static cert distribution for GCE (debian).
2015-05-14 12:40:05 -07:00
Yifan Gu
daf7c8d686
kubelet/rkt: Use RunContainerOptions to get the arguments.
2015-05-14 12:03:11 -07:00
Yifan Gu
2a87d56171
kubelet/rkt: Add getImageManifest() to retrive the image manifest for container.
2015-05-14 12:03:11 -07:00
Robert Bailey
9ab41db7ea
Static cert distribution for GCE.
...
To make cert validation work, no longer use the
fqdn for the master name on the node VMs.
2015-05-14 11:59:13 -07:00
Zach Loafman
6c3365c418
Merge pull request #7878 from jayunit100/prometheus
...
Prometheus dashboard add-on kube application ( #3118 )
2015-05-14 11:41:41 -07:00
Victor Marmol
5dc415c1c2
Merge pull request #8230 from vishh/e2e_dns
...
Moving dns e2e tests in existing services test into a separate DNS e2e test
2015-05-14 11:40:39 -07:00
Victor Marmol
cd7ea709ea
Merge pull request #8256 from markturansky/move_readme2
...
Moved PV README up one dir
2015-05-14 11:39:47 -07:00
Tim Hockin
667dd81905
un-export CreateProxier
2015-05-14 11:37:25 -07:00
Rohit Jnagal
e4c98a05ea
Merge pull request #8182 from GoogleCloudPlatform/revert-7863-etcd_maxprocs
...
Revert "Set GOMAXPROCS for etcd"
2015-05-14 11:19:56 -07:00
Filip Grzadkowski
61b1c975af
Merge pull request #8172 from wojtek-t/deep_copy_generator
...
Create DeepCopy benchmarks
2015-05-14 20:07:49 +02:00
Tim Hockin
12f18f8972
Merge pull request #8259 from satnam6502/tagit
...
Add a TAG Makefile variable for the kube2sky image
2015-05-14 11:03:56 -07:00
Satnam Singh
e8f55e81e5
Add a TAG Makefile variable for the kube2sky image
2015-05-14 10:57:45 -07:00
Daniel Smith
3a7086fd8a
Make scheduler optimistic about its bindings
2015-05-14 10:55:49 -07:00
Clayton Coleman
41ab23b8bf
Merge pull request #8245 from kazegusuri/pod_template_client
...
add client for podTemplate resource
2015-05-14 13:46:41 -04:00
Victor Marmol
07b8b79696
Merge pull request #8247 from kazegusuri/fix-struct-field-tag
...
Fix struct field tag
2015-05-14 10:36:34 -07:00