Commit Graph

2679 Commits

Author SHA1 Message Date
Joe Beda
336cb68e4f Fix things for real this time.
Bash quoting is hard.
2014-10-10 14:12:28 -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
Brendan Burns
d50a3c986b Fix links. 2014-10-10 08:16:10 -07:00
Eric Tune
3a0ec97c05 Document media, resource limits for volumes. 2014-10-10 08:12:56 -07:00
Brendan Burns
f38294d391 Merge pull request #1721 from sjcarriere/master
Add a simple hierarchical treatment for box/list view.
2014-10-10 08:08:13 -07:00
Jeromy Carriere
7dbf705a62 Remove one line of debug code. 2014-10-10 10:02:34 -04:00
Jeromy Carriere
181ba8367c Add a simple hierarchical treatment for box/list view. 2014-10-10 09:58:56 -04:00
derekwaynecarr
9e60bf1e43 Pod cache needs to be namespace-aware 2014-10-10 09:35:31 -04:00
Brendan Burns
707ff3c039 Merge pull request #1714 from thockin/make
Make rules for integ and e2e tests
2014-10-09 21:13:53 -07:00
Tim Hockin
f4592bde44 Make rules for integ and e2e tests 2014-10-09 21:02:37 -07:00
bgrant0607
a567c2c27f Merge pull request #1692 from smarterclayton/support_name_type_mappings
Allow multiple names to resolve to a type in a Scheme
2014-10-09 21:02:10 -07:00
Tim Hockin
d84816aaec Merge pull request #1709 from erictune/move_line
Fix format specifiers in Printf-type functions.
2014-10-09 20:40:35 -07:00
Daniel Smith
7bb1bdd693 Merge pull request #1711 from erictune/vets
Use pointer for struct holding lock.
2014-10-09 17:25:54 -07:00
Filipe Brandenburger
60af857077 Merge pull request #1633 from thockin/vet
Add a script to run 'go vet'
2014-10-09 17:23:51 -07:00
Eric Tune
42f6324183 Use pointer for struct holding lock. 2014-10-09 17:16:21 -07:00
Eric Tune
800284164a Fix format specifiers in Printf-type functions. 2014-10-09 17:06:32 -07:00
Daniel Smith
9b42f62da3 Merge pull request #1705 from erictune/dead
Delete unused function.
2014-10-09 17:05:34 -07:00
Haney Maxwell
c0bf974871 Allow disabling non-necessary kubelet and apiserver endpoints 2014-10-09 16:49:27 -07:00
Eric Tune
8296f038ac Delete unused function. 2014-10-09 16:40:11 -07:00
Dawn Chen
01083416dd Merge pull request #1693 from smarterclayton/move_diff
Minor moves of functions into their own files
2014-10-09 14:57:47 -07:00
Dawn Chen
d9426f8848 Merge pull request #1690 from erictune/image_docs
Document images.
2014-10-09 14:40:39 -07:00
Clayton Coleman
5382627e6a Move Codec functions to their own file 2014-10-09 17:25:23 -04:00
Clayton Coleman
935e97d59d Move ObjectDiff into util 2014-10-09 17:23:43 -04:00
Clayton Coleman
96f0c37a31 Allow multiple names to resolve to a type in a Scheme
Allows decoding multiple names into a single type, necessary for
v1beta3 (rename of Minion -> Node)
2014-10-09 17:14:55 -04:00
Brendan Burns
996c0e44d6 Merge pull request #1677 from erictune/volume_docs
Document GCEPersistentDisk.
2014-10-09 14:08:12 -07:00