Commit Graph

81 Commits

Author SHA1 Message Date
Sam Ghods
6399854240 Remove unused YAML tags and GetYAML/SetYAML methods
Unneeded after move to ghodss/yaml.
2014-12-02 16:25:28 -08:00
Sam Ghods
9a9a1e0939 Move from go-yaml/yaml to ghodss/yaml 2014-12-02 16:24:05 -08:00
Satnam Singh
1b06afd02a Make output of td-agent quieter 2014-11-28 01:10:35 -08:00
Tim Hockin
47141f05c7 standard config opt names: logging 2014-11-25 17:41:53 -08:00
Joe Beda
40b0b64f3f Merge pull request #2458 from satnam6502/docfix
Fix and update logging documentation
2014-11-20 18:36:59 -08:00
Tim Hockin
95a9098311 fix 'go vet' warnings 2014-11-21 09:45:28 +08:00
Tim Hockin
ea960711ff Clean up error logs.
Use %v for errors, tidy some messages, make error messages start lowe-case
(as per go guidelines).  Just accumulated nits.
2014-11-21 09:45:26 +08:00
Brian Grant
e107da34d2 Create tools for resizing and stopping a replication controller via kubectl. 2014-11-20 18:49:44 +00:00
Eric Paris
45a71bb8f3 fix kubectl log completion
When kubectl started returning the right object it changed the template
that needed to be used to get the name of the containers inside the pod.
2014-11-19 14:17:51 -05:00
Satnam Singh
33f3383405 Fix and update logging documentation 2014-11-19 10:48:24 -08:00
Joe Beda
5b9bb1ff6f Merge branch 'eparis-rename-to-kube'
* eparis-rename-to-kube:
  rename kube server binaries to kube-
2014-11-17 09:55:11 -08:00
Brendan Burns
acfdefe3b4 Merge pull request #2242 from eparis/bash-comp
bash completion update
2014-11-17 09:52:15 -08:00
Joe Beda
66d287f7e4 Merge branch 'rename-to-kube' of https://github.com/eparis/kubernetes into eparis-rename-to-kube
* 'rename-to-kube' of https://github.com/eparis/kubernetes:
  rename kube server binaries to kube-

Conflicts:
	docs/salt.md
2014-11-17 09:52:10 -08:00
Johan Euphrosine
ccc8bc8289 Merge pull request #1960 from jhadvig/podex_readme
update Podex README
2014-11-15 14:27:03 -08:00
Dawn Chen
e3d75dbdf7 Merge pull request #2379 from satnam6502/fluentd-ek-doc
Update logging documentation to reflect on by default logging
2014-11-14 11:40:33 -08:00
Satnam Singh
7441e2f39b Update logging documentation to reflect on by default logging 2014-11-14 11:21:36 -08:00
Eric Paris
a99c3c7963 rename kube server binaries to kube-
apiserver becomes kube-apiserver
controller-manager -> kube-controller-manager
scheduler and proxy similarly.

Only thing I promise is that right now hack/build-go.sh and
build/release.sh exit with 0.  That's it.  Who knows if any of this
actually works....
2014-11-13 20:08:26 -05:00
David Oppenheimer
3d69351924 Change update example to use a trivial webserver instead of nginx (issue #1803). 2014-11-12 15:13:11 -08:00
davidopp
6a736901ca Revert "Change update example to use a trivial webserver instead of nginx (issue..." 2014-11-11 23:03:23 -08:00
davidopp
004bc49349 Merge pull request #2320 from davidopp/master
Change update example to use a trivial webserver instead of nginx (issue...
2014-11-11 22:56:27 -08:00
David Oppenheimer
03ae4b54a3 Change update example to use a trivial webserver instead of nginx (issue #1803). 2014-11-11 22:16:18 -08:00
jhadvig
e0c8d53bbc update README 2014-11-11 23:00:34 +01:00
Satnam Singh
cb496a365e Make Fluentd to GCP Logging image self-contained; add log rotation support 2014-11-11 09:21:21 -08:00
Satnam Singh
88dc951019 Extend timeout for proxy Webscoket calls to one day 2014-11-09 23:17:17 -08:00
bgrant0607
e81d69bd02 Merge pull request #2218 from satnam6502/docfix
Add a link to a Gist showing a successful cluster creation transcript plus add links to pod and service files for Elasticsearch example.
2014-11-08 11:55:33 -08:00
Satnam Singh
f5c1df0a73 Change tag to latest and use correct pos file syntax for detection of log rotation 2014-11-07 16:54:44 -08:00
Satnam Singh
99356d2a65 Undo pos_file change which does not seem to be working as aspected but keep change to tagging of image. 2014-11-07 14:55:49 -08:00
Satnam Singh
5e56f6435f Add a link to a Gist showing a successful cluster creation transcript and add links to pod and service description files 2014-11-07 14:39:20 -08:00
Eric Paris
2ec36f71ce bash completion update
add flags for namespace
add get events
add log
remove 'table' output format
add 'templatefile' output format
add 'apply' (but pretend createall doesn't exist becaues it sux when you
    want to complete on just 'create')
2014-11-07 16:41:43 -05:00
Satnam Singh
158067c298 Make the Fluentd/Elasticsearch logging robust to log rotation 2014-11-07 02:50:36 -08:00
Tim Hockin
270f1fd153 Add SkyDNS example
This is not a complete solution, but a piece of one.  More coming.
2014-11-06 17:27:14 -08:00
Sam Ghods
cbd13b599d Fix two compilation errors when running go build ./... 2014-11-06 12:55:27 -08:00
Satnam Singh
8668d90371 Make Fluentd/Elasticsearch logging support be robust to log rotation 2014-11-05 20:00:53 -08:00
bgrant0607
59fbe2bb49 Merge pull request #2029 from satnam6502/fluentd-ek-doc
Fluentd and Elasticsearch with Separate Pods Write Up
2014-11-05 16:04:40 -08:00
Satnam Singh
75b7b0c838 Fluentd and Elasticsearch with Separate Pods Write Up 2014-11-05 13:34:42 -08:00
Eric Paris
9f666969df In example unit file, run the scheduler as kube, not root
Only the kubelet and proxy do things which need root privs
2014-11-05 11:51:15 -05:00
Brian Grant
b8959bf146 Initial cut of simple config generation/transformation tools 2014-11-05 01:14:34 +00:00
Brendan Burns
8d34231381 Fix a bunch of places where the -machines flag was still attached to the apiserver. 2014-11-01 20:38:45 -07:00
Brendan Burns
e8b5bad5b9 Merge pull request #2084 from jeefy/master
Community Recipes section
2014-10-31 09:24:59 -07:00
Brendan Burns
a18cdac616 Merge pull request #2014 from satnam6502/fluentd-ek-colo
Fluentd example with Elasticsearch and Kibana in the same pod
2014-10-30 21:53:34 -07:00
Brendan Burns
bea70f42e5 Merge pull request #2015 from satnam6502/fluentd-ek
Fluentd example with Elasticsearch and Kibana in separate pods
2014-10-30 21:52:28 -07:00
Brendan Burns
448c292ecc Merge pull request #2021 from satnam6502/fluentd-gcp
Demo files for logging for Fluentd and GCP
2014-10-30 21:52:08 -07:00
Jeffrey Sica
a8af6c8bfc fixed spelling mistake 2014-10-30 19:20:22 -04:00
Jeffrey Sica
16ef3316d8 updated footer formatting 2014-10-30 19:12:20 -04:00
Jeffrey Sica
2306992b7e Created contrib/recipes 2014-10-30 19:08:46 -04:00
Satnam Singh
70245bc412 Fluentd example with Elasticsearch and Kibana in separate pods 2014-10-30 12:29:44 -07:00
Satnam Singh
260b7ea63e Demo files for logging for Fluentd and GCP 2014-10-30 09:56:55 -07:00
Eric Paris
7522f194cb Convert minion_ to kubelet_ in numerous docs
The example systemd services files, environment files, and the fedora
manual config doc all used numerous references to minion_.  Many of
these are better named kubelet_.  Convert them.
2014-10-29 14:38:52 -04:00
Colin Walters
13e1a5d28d Update systemd unit and docs for s/minion_port/kubelet_port
This appears to have changed in
3160500940
2014-10-29 11:05:54 -04:00
Satnam Singh
ceced23aa3 A Docker image for Kibana designed to work with Kubernetes logging 2014-10-28 14:28:57 -07:00