Commit Graph

2666 Commits (d43a6ec5a3dd497adaa0ed0953caaaf1a3a92679)

Author SHA1 Message Date
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
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
Dawn Chen 0f1455ac71 Merge pull request #1687 from erictune/fix_dockercfg
Handle and log errors when reading .dockercfg
2014-10-09 14:00:24 -07:00
Eric Tune 6e7c327da0 Document GCEPersistentDisk. 2014-10-09 14:00:15 -07:00
Dawn Chen 5514ea8bbe Merge pull request #1686 from jbeda/docker-site-update
get.docker.com is now the preferred place to get Docker
2014-10-09 13:57:10 -07:00
Clayton Coleman 95cb2e3eb3 Refactor HealthCheck to take podUUID arguments
PodState is going away (won't have podUUID anymore)
2014-10-09 16:42:55 -04:00
Eric Tune 2aa9dae5d1 Document images. 2014-10-09 13:40:56 -07:00
Clayton Coleman eea77a1449 Backport the BoundPods type to v1beta1/2/internal 2014-10-09 16:39:55 -04:00
Eric Tune 4e0a72734e Handle and log errors when reading .dockercfg 2014-10-09 13:22:14 -07:00
Brendan Burns 86daa142fa Update title a little. 2014-10-09 12:38:24 -07:00
Joe Beda efea10a33d Merge pull request #1680 from brendandburns/kubecfg
Launch a browser when kubecfg is launched in proxy mode.
2014-10-09 12:38:03 -07:00
Brendan Burns e7a9fa0691 Add a link to the kubernetes walkthrough example. 2014-10-09 12:37:35 -07:00
Joe Beda 9a8807b033 get.docker.com is now the preferred place to get Docker
Update salt configs
2014-10-09 12:31:53 -07:00
Brendan Burns 227311a05d Add URL opening to kubecfg. 2014-10-09 12:26:24 -07:00
Dawn Chen e91f9087e9 Merge pull request #1682 from hmrm/add-mutual-ssl-support
Add ssl flags to default client flags
2014-10-09 11:59:23 -07:00