Joe Beda
590e4cbbb9
Tweak instructions for update demo
2014-09-22 13:20:10 -07:00
Clayton Coleman
fece926e2b
Remove unnecessary EmbeddedObjects
...
Clarify the tests in embedded_test.go to indicate that unmarshalling
of an internal object (runtime.EmbeddedObject) will not work. Instead,
consumers should decode raw external objects.
2014-09-22 16:03:07 -04:00
Clayton Coleman
e3da2ba2c8
Cleanup watch encoding (remove dupe Encoding)
...
Move standard watch encode / decode streams to use
runtime.RawExtension and embed API decoding based on
a provided codec.
2014-09-22 16:03:07 -04:00
Clayton Coleman
6778a8d88d
watch/iowatcher should log non EOF errors encountered
2014-09-22 16:03:07 -04:00
Victor Marmol
b6a56627a7
Merge pull request #1396 from eparis/update-cadvisor
...
Update cadvisor to 0.4.0
2014-09-22 13:01:06 -07:00
Clayton Coleman
9a0add3c96
runtime.RawExtension must copy the buffer, not use it
2014-09-22 15:57:37 -04:00
bgrant0607
c6e4ce321d
Merge pull request #1395 from thockin/kubecfg
...
Don't force a host port through kubecfg
2014-09-22 12:48:34 -07:00
Tim Hockin
2c5693b0ad
Don't force a host port through kubecfg
2014-09-22 12:31:37 -07:00
Eric Paris
a32400f47f
Remove all code dealing with cadvisor Percentiles
...
This was removed upstream beween cadvisor 0.3.0 and 0.4.0
2014-09-22 14:22:40 -04:00
Eric Paris
b24f202dd4
update to 0.4.0 for cadvisor
2014-09-22 13:50:08 -04:00
Brian Grant
cf60f4fa7d
Fixes #1392 . Redirects error messages to stderr so users can see them.
2014-09-22 17:25:25 +00:00
jhadvig
960f1b2693
Consistency update
2014-09-21 22:25:44 +02:00
Clayton Coleman
de9dc08e55
Allow STDIN to kubecfg via -c -
.
...
Follows the `tar xvf -` convention (because all the other conventions
are crazier?)
2014-09-20 18:40:00 -04:00
Daniel Smith
71c1137213
Merge pull request #1381 from andrewmichaelsmith/patch-2
...
Change etcd install from go get to binaries from releases
2014-09-20 12:08:28 -07:00
Tim Hockin
dd9c562769
Get rid of un-needed lock
2014-09-20 11:40:02 -07:00
Tim Hockin
a559d8d9b2
Move some test-only code into the test
2014-09-20 11:38:05 -07:00
Tim Hockin
20826e6d50
Move copyBytes closer to use-sites
2014-09-20 11:31:13 -07:00
Tim Hockin
cf6ccaee54
Proxy: delete serviceInfo when stopping a service
2014-09-20 11:29:04 -07:00
Daniel Smith
4d7c6e2657
Treat super short watches with no items received the same as watches that error immediately
2014-09-19 18:09:40 -07:00
Daniel Smith
0d69393a43
make watch actually return an error when there's an error
2014-09-19 17:53:55 -07:00
Daniel Smith
06bb87c6c1
Merge pull request #1386 from brendandburns/auth
...
Add authenticated TLS support to the client.
2014-09-19 16:05:27 -07:00
Daniel Smith
4aecdce258
Don't pass empty labels (looks weird to POST with a label set)
2014-09-19 16:04:55 -07:00
Brendan Burns
8dff6f12d7
Add authenticated TLS support to the client.
2014-09-19 15:43:23 -07:00
Daniel Smith
6741704761
Merge pull request #1377 from smarterclayton/benchmarks
...
Add some benchmarks and minor test-go enhancements
2014-09-19 15:00:47 -07:00
Clayton Coleman
9bbc572f36
Add benchmarks to Travis
2014-09-19 17:17:54 -04:00
Clayton Coleman
463a16af36
Add benchmarks for API tests
2014-09-19 17:17:54 -04:00
Filipe Brandenburger
334f9dc772
Merge pull request #1384 from brendandburns/release
...
Release 0.3
2014-09-19 13:32:47 -07:00
Daniel Smith
bdc8d898fa
Merge pull request #1376 from ddysher/minion-test-fix
...
Fix minion registry test insert.
2014-09-19 12:50:29 -07:00
Brendan Burns
b2b3d2e16b
Add the 0.3-dev commit.
2014-09-19 11:15:57 -07:00
Clayton Coleman
54e0af8b96
Allow -race to be disabled in test-go.sh
2014-09-19 14:09:42 -04:00
Clayton Coleman
855482c30f
Expand syntax validation for other examples
2014-09-19 13:14:33 -04:00
Brendan Burns
89eff1d0d8
Rev the version to 0.3
2014-09-19 10:11:03 -07:00
Brendan Burns
06316f4861
Merge pull request #1375 from ddysher/pod-rest-test
...
Out of place test table
2014-09-19 10:03:01 -07:00
Brendan Burns
68ee4417fc
Merge pull request #1292 from smarterclayton/v1beta2_client
...
Allow client and server to vary the API versions they use
2014-09-19 10:00:36 -07:00
Andrew Smith
abc218aba3
Change etcd install from go get to binaries from releases
...
To address #1380 , current version of etcd on master is incompatible with current version of kubernetes on master
2014-09-19 15:53:19 +01:00
Andrew Smith
31b8b35859
The DO page now redirects you to the kelseyhightower page
2014-09-19 14:04:45 +01:00
bgrant0607
bfbe058ee3
Merge pull request #1369 from brendandburns/docs
...
Initial add of a walkthrough of basic Kubernetes concepts.
2014-09-18 21:00:01 -07:00
Brendan Burns
28f44b0bca
Merge pull request #1372 from nictuku/master
...
Minor doc updates
2014-09-18 20:46:19 -07:00
Clayton Coleman
5483333e29
Allow server and client to take api version as argument
...
* Defaults to v1beta1
* apiserver takes -storage_version which controls etcd storage version
and the version of the client used to connect to other apiservers
* Changed signature of client.New to add version parameter
* All controller code and component code prefers the oldest (most common)
server version
2014-09-18 23:27:28 -04:00
Clayton Coleman
ca5355908f
Expose v1beta2 API group
2014-09-18 23:24:05 -04:00
Brendan Burns
29cf1a783b
Initial add of a walkthrough of basic Kubernetes concepts.
2014-09-18 20:22:50 -07:00
Deyuan Deng
0c8d9ba870
Fix minion registry test insert.
2014-09-18 23:04:10 -04:00
Deyuan Deng
f966a51fc0
Out of place test table
2014-09-18 21:44:52 -04:00
Tim Hockin
c90d62d512
Merge pull request #1371 from brendandburns/healthz
...
Fix the build.
2014-09-18 15:36:55 -07:00
Yves Junqueira
aab58c8033
Rudder has been renamed to Flannel. Update doc references.
...
See: 81dac46496
2014-09-19 00:36:54 +02:00
Yves Junqueira
412aab302a
Fix typo in cluster/local/config-default.sh
2014-09-19 00:36:54 +02:00
Brendan Burns
edf3eb04e2
Fix the build.
2014-09-18 15:29:17 -07:00
Daniel Smith
12b677ad56
Merge pull request #1356 from brendandburns/healthz
...
Adjust the logic, so that if the apiserver restarts, or has no pod info
2014-09-18 15:15:24 -07:00
Brendan Burns
ed6c5edda4
Merge pull request #1367 from erictune/volumes_user_documentation
...
Volumes user documentation
2014-09-18 15:11:43 -07:00
Eric Tune
1c3bbc8c72
Fix typos.
2014-09-18 14:21:00 -07:00