bgrant0607
bf30e91c56
Merge pull request #2096 from brendandburns/master
...
Fix a flaky test by draining the worker pool after syncing.
2014-10-31 10:48:05 -07:00
Brendan Burns
69ca97a41c
Fix a flaky test by draining the worker pool after syncing.
2014-10-31 09:52:01 -07:00
Brendan Burns
81c538806b
Add a link to the contrib/recipes directory.
2014-10-31 09:26:52 -07:00
Brendan Burns
e8b5bad5b9
Merge pull request #2084 from jeefy/master
...
Community Recipes section
2014-10-31 09:24:59 -07:00
bgrant0607
e7922489ac
Merge pull request #1851 from erictune/dev_doc
...
Separate design and user docs
2014-10-31 09:06:46 -07:00
Eric Tune
c47693c0d5
Separated user, dev, and design docs.
...
Renamed: logging.md -> devel/logging.m
Renamed: access.md -> design/access.md
Renamed: identifiers.md -> design/identifiers.md
Renamed: labels.md -> design/labels.md
Renamed: namespaces.md -> design/namespaces.md
Renamed: security.md -> design/security.md
Renamed: networking.md -> design/networking.md
Added abbreviated user user-focused document in place of most moved docs.
Added docs/README.md explains how docs are organized.
Added short, user-oriented documentation on labels
Added a glossary.
Fixed up some links.
2014-10-31 08:35:53 -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
Brendan Burns
69ad5c9bff
Merge pull request #2077 from dchen1107/cleanup
...
PodUpdate only has the delta changes, not full snapshot of all desired
2014-10-30 21:46:26 -07:00
Brendan Burns
563311071d
Merge pull request #2090 from ddysher/stop-httptest-server
...
Stop httptest server.
2014-10-30 21:44:53 -07:00
Brendan Burns
c6df93d76e
Merge pull request #2082 from lavalamp/fix
...
Fix self linking of objects returned in lists.
2014-10-30 21:43:31 -07:00
Deyuan Deng
acf9d23b32
Stop httptest server.
2014-10-30 21:37:08 -04:00
Deyuan Deng
019b7fc74c
Separate minion controller from master.
2014-10-30 20:24:15 -04:00
Clayton Coleman
41f0929384
Merge pull request #2044 from erictune/fix_mux
...
Allocate mux in master.New()
2014-10-30 20:15:57 -04:00
Daniel Smith
790a88c6ea
Merge pull request #1964 from dchen1107/cadvisor
...
Add /boundPods to Kubelet
2014-10-30 16:46:44 -07:00
Dawn Chen
a1e79048a6
Add /podSpecs to Kubelet
2014-10-30 16:38: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
Daniel Smith
b6dd5d4cff
Add events to kubecfg's list of resource types (kubectl appears to be correct already)
2014-10-30 15:34:01 -07:00
Joe Beda
f75eda25af
Merge pull request #2080 from jbeda/2078-fix-containervm
...
Use the Container VM image in the google-cloud project.
2014-10-30 15:05:24 -07:00
Daniel Smith
b28234fac6
Fix self linking of objects returned in lists.
2014-10-30 15:04:11 -07:00
Daniel Smith
b2b090c8f4
Merge pull request #2076 from jbeda/1902-clean-tars
...
Don't include '.' in release tars.
2014-10-30 13:28:24 -07:00
Daniel Smith
64574dcc44
Merge pull request #2074 from derekwaynecarr/ns_watch
...
Fix watch by namespace
2014-10-30 12:56:50 -07:00
Satnam Singh
70245bc412
Fluentd example with Elasticsearch and Kibana in separate pods
2014-10-30 12:29:44 -07:00
Joe Beda
4c8dbbc346
Use the Container VM image in the google-cloud project.
...
Fixes #2078
2014-10-30 11:29:25 -07:00
Dawn Chen
445ec719c9
PodUpdate only has the delta changes, not full snapshot of all desired
...
BoundPods on a node. PR #1865 has a wrong assumption, with which any
PodUpdate operation will cause rest of running containers without updates
are killed as an unexpected ones.
Fix #2028
2014-10-30 11:22:59 -07:00
Clayton Coleman
8a2d778248
Merge pull request #2066 from lavalamp/eventing2
...
Event fixes
2014-10-30 14:19:19 -04:00
Joe Beda
33869ab644
Don't include '.' in release tars.
...
Also make ownership, by default, be root. This won't work on systems that don't have GNU tar so we warn.
Fixes : #1902
2014-10-30 10:51:13 -07:00
Satnam Singh
260b7ea63e
Demo files for logging for Fluentd and GCP
2014-10-30 09:56:55 -07:00
derekwaynecarr
dda19071e3
Fix watch by namespace
2014-10-30 12:56:50 -04:00
bgrant0607
ff9befea72
Merge pull request #2052 from jjyr/patch-1
...
fix some links
2014-10-30 09:37:24 -07:00
bgrant0607
1007743e93
Merge pull request #1941 from derekwaynecarr/kubectl_ns
...
Kubectl namespace support
2014-10-30 09:31:28 -07:00
derekwaynecarr
5a7aced7b0
Kubectl namespace support
...
Add unit test for load namespace info
Different message on display of namespace versus setting namespace
2014-10-30 11:05:30 -04:00
Daniel Smith
a7cc25f7ff
Add namespaces to event creation path.
2014-10-29 18:03:14 -07:00
Joe Beda
78df01172a
Merge pull request #1747 from pietern/vsphere-binary-deploy
...
vSphere support for binary deploys
2014-10-29 16:52:12 -07:00
Clayton Coleman
2c10dd85c3
Merge pull request #2047 from smarterclayton/make_request_testable
...
Make client.Request/RESTClient more testable and fakeable
2014-10-29 19:33:36 -04:00
MikeJeffrey
39ee257a25
Removing TOC links to no-longer-extant sections
2014-10-29 15:34:01 -07:00
MikeJeffrey
0e1dac2b88
Broken link in TOC.
2014-10-29 15:30:03 -07:00
Daniel Smith
ab9346d107
Use ID instead of Name in v1beta1 & 2
2014-10-29 15:13:44 -07:00
Filipe Brandenburger
5619fb2f45
Merge pull request #2046 from dchen1107/containervm
...
Using containervm image for gce by default
2014-10-29 14:49:17 -07:00
Eric Tune
9713b58caa
Allocate mux in master.New()
...
Callsites no longer allocate a mux.
Master now exposes method to install handlers
which use the master's auth code. Not used
but forks (openshift) are expected to use these
methods. These methods will later be a point
for additional plug-in functionality.
Integration tests now use the master-provided
handler which has auth, rather than using the mux,
which didn't. Fix TestWhoAmI now that /_whoami
sits behind auth.
2014-10-29 14:31:07 -07:00
Pieter Noordhuis
b656f2bdd3
Include cd in getting started guide
2014-10-29 13:00:47 -07:00
Pieter Noordhuis
918c8e2b96
Limit GCE specific mods to GCE
2014-10-29 12:39:07 -07:00
Eric Tune
ecdf65f4b1
Merge pull request #1920 from lavalamp/fix
...
Publish apiserver services. Remove election framework.
2014-10-29 12:38:08 -07:00
Clayton Coleman
8e1d416707
Merge pull request #2060 from eparis/minion-kublet
...
Convert minion_ to kubelet_ in numerous docs
2014-10-29 15:34:04 -04:00
Daniel Smith
070c6c0440
Fix missing portalNets in tests once and for all by adding a default.
2014-10-29 12:27:35 -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
Daniel Smith
858b557bbb
Undemocratically remove unused election code.
...
@brendandburns: leaving this as a separate commit so you can get it back easily when you're ready to do something with it.
2014-10-29 11:38:45 -07:00