Filipe Brandenburger
155b56d860
Merge pull request #1760 from derekwaynecarr/docker_servicee
...
Clean-up docker configuration changes for openvswitch
2014-10-22 11:40:26 -04:00
derekwaynecarr
b836e31cf4
Fixup docker configuration for sdn
2014-10-22 11:32:38 -04:00
Filipe Brandenburger
97dd7302ac
Merge pull request #1877 from eparis/kubectl-completions
...
bash completions for kubectl
2014-10-22 08:04:56 -04:00
Brendan Burns
7d5ed53958
Merge pull request #1952 from brendandburns/fix
...
Fix GCE since KUBE_ADMIN_TOKEN is never set,
2014-10-21 21:22:18 -07:00
Brendan Burns
86e67c0fe2
Fix GCE since KUBE_ADMIN_TOKEN is never set, since get-admin-token is never called.
2014-10-21 21:13:24 -07:00
Johan Euphrosine
0e8804ee49
Merge pull request #1898 from jhadvig/podex_images
...
Podex handling multiple images
2014-10-21 17:44:39 -07:00
Deyuan Deng
a33b81f53d
Merge pull request #1947 from oaktowner/patch-2
...
Update gce.md
2014-10-21 20:27:58 -04:00
jhadvig
7851f5551c
Podex handling multiple images
2014-10-22 02:18:14 +02:00
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
Eric Paris
a160c0f06b
bash completions for kubectl
...
Support pre command flags:
--api-version=
-a, --auth-path=
--certificate-authority=
--client-certificate=
--client-key=
--insecure-skip-tls-verify=
--match-server-version=
-s, --server=
And commands:
get
describe
create
update
delete
Tries to be smart about things like
kubectl get -o template requires a template file
It also tries to accept both sigular and plural versions of all
resources. Even though it will only complete to the plural version.
2014-10-21 12:54:43 -04: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