Commit Graph

2949 Commits (1d437f2186f8f1a9c9c34c155ffbc03558d18ca1)

Author SHA1 Message Date
Dan Ciruli 1d437f2186 Update gce.md
Fixed a minor typo (and capitalized Kubernetes, which seems to be consistent with usage elsewhere).
2014-10-21 17:16:21 -07:00
Brendan Burns 7603ef443f Merge pull request #1943 from oaktowner/patch-1
Update k8s201.md
2014-10-21 17:16:16 -07:00
oaktowner 95aca622f5 Update k8s201.md
Minor typo corrected.
2014-10-21 17:10:56 -07:00
Daniel Smith 91efe51770 Merge pull request #1829 from jhadvig/proxy_flush
Flush data periodically instead of their buffering
2014-10-21 17:01:15 -07:00
Dawn Chen 7a077314a2 Merge pull request #1939 from satnam6502/salt
Second attempt at correctly inspecting FLUENTD_GCP
2014-10-21 15:34:02 -07:00
Satnam Singh 605314ff62 Second attempt at correctly unspecting FLUENTD_GCP 2014-10-21 14:58:03 -07:00
Joe Beda 2a30ce65c5 Merge pull request #1932 from derekwaynecarr/fix_typo_kubectl
Fix typo in kubectl
2014-10-21 14:55:20 -07:00
Dawn Chen b16a4c0c88 Merge pull request #1933 from deads2k/dev/deads/add-namespace-unit-tests
add unit tests for rejection of conflicting namespaces
2014-10-21 14:49:54 -07:00
Joe Beda a8b55e0965 Merge pull request #1930 from derekwaynecarr/add_make_command
Add Makefile shortcut to release with skip tests
2014-10-21 14:45:30 -07:00
Joe Beda da6866c720 Merge pull request #1931 from derekwaynecarr/fix_kubectl_for_vagrant
Fix kubectl flags for vagrant
2014-10-21 14:43:46 -07:00
Dawn Chen 9cac86c473 Merge pull request #1707 from proppy/kubelet-runonce-check
runonce: better container state detection
2014-10-21 14:22:41 -07:00
Daniel Smith 48196d6291 Merge pull request #1935 from ironcladlou/reflector-tests
Fix line-jumping bug in FIFO implementation
2014-10-21 13:47:07 -07:00
Johan Euphrosine 14c3b9d900 runonce: handle inspect error 2014-10-21 13:38:11 -07:00
Dan Mace 51ec53e2af Fix line-jumping bug in FIFO implementation
Keep the FIFO's internal set in sync with the queue during Add/Update
operations to prevent a queue line-jumping scenario (described in a
new unit test).
2014-10-21 16:37:32 -04:00
deads2k 34b5861b60 add unit tests for rejection of conflicting namespaces 2014-10-21 15:57:02 -04:00
Brendan Burns 23ce178574 Merge pull request #1929 from satnam6502/salt
Check to see if FLUENTD_GCP is defined before use
2014-10-21 12:49:45 -07:00
derekwaynecarr bce1c12e01 Fix typo in kubectl 2014-10-21 15:30:43 -04:00
derekwaynecarr c929ec5a44 Fix kubectl flags for vagrant 2014-10-21 15:29:35 -04:00
derekwaynecarr 589af44aeb Add Makefile shortcut to release with skip tests 2014-10-21 15:27:53 -04:00
Satnam Singh ed58d024ca Check to see if FLUENTD_GCP is defined before use 2014-10-21 12:18:42 -07:00
Johan Euphrosine 6cd0c261b3 runonce: better container state detection 2014-10-21 12:00:51 -07:00
Clayton Coleman fa4e186e54 Merge pull request #1911 from erictune/token_client
Handle auth files with BearerToken sections.
2014-10-21 14:08:42 -04:00
Dawn Chen 093ded6435 Merge pull request #1919 from satnam6502/fluentd-gcp
Flunentd to GCP logging node level configuration
2014-10-21 10:55:14 -07:00
Dawn Chen d7bd6d5177 Merge pull request #1927 from VojtechVitek/typos
Fix typos
2014-10-21 10:23:17 -07:00
Vojtech Vitek (V-Teq) 755d4d441a Fix typos 2014-10-21 18:57:20 +02:00
Brendan Burns 456f2603de Merge pull request #1926 from brendandburns/docs
Fix tests.
2014-10-21 07:40:08 -07:00
Brendan Burns b47486abe7 Merge pull request #1771 from vishh/native_exec
Use native exec support in docker instead of exec'ing nsinit in kubelet.
2014-10-21 07:32:07 -07:00
Brendan Burns b74854895e Merge pull request #1921 from smarterclayton/http_listen_err_is_fatal
ListenAndServe on Kubelet server should be a fatal error
2014-10-21 07:23:59 -07:00
Brendan Burns c6c4b1dc8d Add a link to k8s-201. 2014-10-21 07:20:28 -07:00
Brendan Burns 6fbbc9ee08 Fix tests. 2014-10-21 07:19:55 -07:00
Brendan Burns a4f51bfd88 Fix some links... 2014-10-21 07:11:02 -07:00
Brendan Burns 0714de2284 Merge pull request #1924 from brendandburns/docs
Add a "201" walkthrough.
2014-10-21 07:07:56 -07:00
Brendan Burns 465acd5e76 Add a "201" walkthrough. 2014-10-21 07:06:24 -07:00
jhadvig f759bfdf71 Implementing Flush method to httplog 2014-10-21 09:33:00 +02:00
Clayton Coleman d0ef3f0596 ListenAndServe on Kubelet server should be a fatal error 2014-10-21 00:10:35 -04:00
Satnam Singh 39212f5e2e Flunentd to GCP logging node level configuration 2014-10-20 18:05:00 -07:00
Eric Tune 21dae01005 Handle auth files with BearerToken sections. 2014-10-20 17:02:03 -07:00
Tim Hockin e8686429c4 Merge pull request #1916 from lavalamp/fix
Add read-only, rate limited endpoint
2014-10-20 16:42:46 -07:00
jhadvig 69c7228006 Flush data periodically instead of their buffering 2014-10-21 01:39:01 +02:00
Daniel Smith 9356ed7fe7 Add read-only, rate limited endpoint 2014-10-20 16:32:52 -07:00
Joe Beda de7d625d24 Merge pull request #1835 from satnam6502/fluentd-es-image
Pass arguments to td-agent with unquoted spaces
2014-10-20 16:22:11 -07:00
Satnam Singh 01fa0616fd Pass arguments to td-agent with unquoted spaces 2014-10-20 16:19:41 -07:00
Joe Beda 23e42d3b99 Merge pull request #1610 from satnam6502/salt
Salt configuration for fluentd to Elasticsearch
2014-10-20 16:10:45 -07:00
Satnam Singh b7722a631d Adjust test in salt file to use boolean value 2014-10-20 15:52:28 -07:00
Joe Beda 893e897d9b Merge pull request #1913 from derekwaynecarr/move_network_closure
Do not require a writeable /vagrant
2014-10-20 15:04:43 -07:00
Dawn Chen 0780e2839a Merge pull request #1914 from smarterclayton/fix_pod_test_race
Sort of pods in test case was incorrect
2014-10-20 14:52:29 -07:00
Joe Beda 60a8249bdf Merge pull request #1891 from jbeda/vagrant-bash-fix
Make vagrant scripts work with bash 3
2014-10-20 14:52:12 -07:00
Joe Beda ea95cefb91 Make vagrant scripts work with bash 3
Fixes #1890
2014-10-20 14:50:09 -07:00
Clayton Coleman 3f8d30881c Sort of pods in test case was incorrect 2014-10-20 17:45:01 -04:00
Clayton Coleman cba76ef1ef Merge pull request #1909 from derekwaynecarr/service_proxy_needs_namespace
Add unit test for namespace aware proxy
2014-10-20 17:16:04 -04:00