simplify flannel configuration on rackspace

This commit is contained in:
Ryan Richard
2015-06-08 13:45:39 -05:00
parent 2bb0fc00e5
commit 0b26e4e301
3 changed files with 19 additions and 17 deletions

View File

@@ -1,7 +1,6 @@
# Rackspace
* Supported Version: v0.16.2
* `git checkout v0.16.2`
* Supported Version: v0.18.1
In general, the dev-build-and-up.sh workflow for Rackspace is the similar to GCE. The specific implementation is different due to the use of CoreOS, Rackspace Cloud Files and the overall network design.
@@ -20,8 +19,9 @@ The current cluster design is inspired by:
##Provider: Rackspace
- To install the latest released version of kubernetes use `export KUBERNETES_PROVIDER=rackspace; wget -q -O - https://get.k8s.io | bash`
- To build your own released version from source use `export KUBERNETES_PROVIDER=rackspace` and run the `bash hack/dev-build-and-up.sh`
- Note: The get.k8s.io install method is not working yet for our scripts.
* To install the latest released version of kubernetes use `export KUBERNETES_PROVIDER=rackspace; wget -q -O - https://get.k8s.io | bash`
## Build
1. The kubernetes binaries will be built via the common build scripts in `build/`.