Daniel Smith
38bf2f30fb
fix missing error type in watch decode
2014-10-13 15:03:17 -07:00
Daniel Smith
d34914517f
Shorten 'CodecForVersionOrDie' name, add 'ResourceVersioner' to testapi
2014-10-13 14:58:06 -07:00
Daniel Smith
13acb63fb3
Merge pull request #1757 from satnam6502/fluentd-es-image
...
Add README.md file for fluentd-elasticsearch image directory
2014-10-13 12:23:53 -07:00
Satnam Singh
88dadeea43
Add README.md file for fluentd-elasticsearch image directory
2014-10-13 12:21:22 -07:00
Tim Hockin
f9499e0a84
Merge pull request #1756 from satnam6502/fluentd-es-image
...
Fluentd to Elasticsearch image
2014-10-13 12:01:16 -07:00
Satnam Singh
d140c71a0d
Confess the horrible hack for outer host
2014-10-13 18:55:58 +00:00
Satnam Singh
c7447a719f
Fix tense for run.sh comment
2014-10-13 18:48:07 +00:00
Satnam Singh
a92dc444e6
Fix typo in plug-in
2014-10-13 18:46:14 +00:00
Satnam Singh
d7b1550d3d
Change target image to kubernetes/elasticsearch
2014-10-13 18:40:56 +00:00
Satnam Singh
303da8b036
Dockerfile and build script for fluentd-elasticsearch image
2014-10-13 18:27:39 +00:00
Satnam Singh
178a901db7
Source files for the fluentd-elasticsearch image.
2014-10-13 11:06:01 -07:00
Tim Hockin
5d4e4df390
Merge pull request #1750 from jbeda/vagrant-readme
...
Tweak vagrant README a little for new binary deploy world.
2014-10-12 15:01:03 -07:00
Joe Beda
5c84cd21a4
Tweak vagrant README a little for new binary deploy world.
2014-10-11 15:37:06 -07:00
Brendan Burns
695fbee343
Merge pull request #1742 from dchen1107/termination
...
Set EmptyDir when VolumeSource is absent.
2014-10-10 16:27:26 -07:00
Dawn Chen
c511b7a0ce
Fix #1683
2014-10-10 15:34:48 -07:00
Dawn Chen
135d187942
Merge pull request #1736 from brendandburns/scheduler
...
Switch away from the static node info
2014-10-10 15:01:09 -07:00
Joe Beda
5511c717cf
Merge pull request #1740 from jbeda/clean-fix
...
Fix up project hash on linux
2014-10-10 14:25:12 -07:00
Joe Beda
e397371b95
Fix up project hash on linux
...
Somehow this got dropped!
2014-10-10 14:24:35 -07:00
Joe Beda
dea201396f
Merge pull request #1739 from jbeda/clean-fix
...
One more time.
2014-10-10 14:16:05 -07:00
Joe Beda
999aa0f31c
One more time.
...
Basic idea is to clean out the root owned stuff from with the docker build container.
2014-10-10 14:14:37 -07:00
Joe Beda
81c970c823
Merge pull request #1738 from jbeda/clean-fix
...
Fix things for real this time.
2014-10-10 14:12:57 -07:00
Joe Beda
336cb68e4f
Fix things for real this time.
...
Bash quoting is hard.
2014-10-10 14:12:28 -07:00
Brendan Burns
e6fa568ad4
Switch away from the static node info
2014-10-10 14:08:09 -07:00
Joe Beda
4e00c96a44
Merge pull request #1737 from jbeda/clean-fix
...
Clean out _output directory from within docker.
2014-10-10 13:53:42 -07:00
Joe Beda
500c77a38e
Clean out _output directory from within docker.
...
This is necessary as some files might be owned by root.
2014-10-10 13:53:06 -07:00
Daniel Smith
a292d8c416
Merge pull request #1667 from hmrm/add-kubelet-disable-flags
...
Allow disabling non-necessary kubelet and apiserver endpoints
2014-10-10 13:38:11 -07:00
Brendan Burns
b51b0ec96b
Merge pull request #1735 from jbeda/non-interactive-build-fix
...
Make 'build' commands work with non-interactive shells.
2014-10-10 13:37:01 -07:00
Joe Beda
5f12245d6c
Make 'build' commands work with non-interactive shells.
...
Tested that both './build/release.sh < /dev/null' and './build/shell.sh' work.
2014-10-10 13:35:10 -07:00
Joe Beda
a4b0d56e6b
Merge pull request #1532 from jbeda/binary-deploy
...
Binary deploy
2014-10-10 13:02:57 -07:00
Joe Beda
272b9306c4
Uniquify docker names
...
If you have two repos that are both building at the same time we don't want to have them stomp on each other as they deal with docker. Work around this by hashing the KUBE_ROOT and mixing that in to the name.
2014-10-10 12:36:58 -07:00
Joe Beda
eab54ab000
Apply SELinux policy to _output dir so "build in docker" works on RHEL.
2014-10-10 12:36:58 -07:00
Joe Beda
f7e22c104f
Add a release
target to Makefile
...
The rest of the reconciliation with new `build` methods will come later.
2014-10-10 12:36:57 -07:00
Joe Beda
1c257cb8db
Option in build/release.sh
to skip tests for a quicker dev/test cycle.
2014-10-10 12:36:57 -07:00
Joe Beda
b00f045bd3
Confirm pull of golang:cross as it is huge (1.8G)
2014-10-10 12:36:57 -07:00
Joe Beda
96c1bc17ca
Set shell options for reliability.
...
Tweak a few other small things in our shell scripts.
2014-10-10 12:33:36 -07:00
Joe Beda
d43a6ec5a3
Standardize how we refer to the kubernetes root.
...
Now use $KUBE_ROOT as the variable pretty much everywhere.
2014-10-10 12:33:36 -07:00
Joe Beda
38d5906044
Clean up READMEs and broken stuff.
...
Move all support for clouds that are broken with this change into an `icebox` directory. We'll move that stuff back out as we fix it up.
2014-10-10 12:33:36 -07:00
Joe Beda
29e42991c2
Update build/README.md
2014-10-10 12:30:12 -07:00
Joe Beda
428a653ffb
Normalize some of the boilerplate in each of the build
commands.
2014-10-10 12:30:12 -07:00
Joe Beda
7a2d8fd01a
GCS uploads as part of release are now marked public and non-cached by default.
2014-10-10 12:30:12 -07:00
Joe Beda
4aac80c9c5
Remove unused manifest file
2014-10-10 12:30:12 -07:00
Joe Beda
db14944f61
Fix up kubecfg.sh script to find correct binary.
2014-10-10 12:30:12 -07:00
Joe Beda
881cf80182
Vagrant now using pre-built binaries.
2014-10-10 12:30:12 -07:00
Joe Beda
69a14a032c
Tweak salt docs a little
2014-10-10 12:30:12 -07:00
Joe Beda
15cd6f07d6
Use binary releases for cluster push scripts.
...
This is for GCE right now. Other clouds/clusters are probably broken.
2014-10-10 12:30:11 -07:00
Dawn Chen
f5dffe3bfe
Merge pull request #1725 from erictune/readme
...
Move development guide out of README.md
2014-10-10 11:37:33 -07:00
Dawn Chen
5f97413dd5
Merge pull request #1663 from smarterclayton/separate_pod_state_for_health_check
...
Refactor HealthCheck to take podUUID as its own argument
2014-10-10 09:11:59 -07:00
Eric Tune
24ee4c8fec
Move development guide out of README.md
2014-10-10 08:39:23 -07:00
Brendan Burns
9ffa69ce15
Merge pull request #1696 from derekwaynecarr/pod_cache_needs_namespace
...
Pod cache needs to be namespace-aware
2014-10-10 08:28:32 -07:00
Brendan Burns
60cf627a44
Merge pull request #1723 from erictune/volume_res
...
Document media, resource limits for volumes.
2014-10-10 08:26:26 -07:00