Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html

This commit is contained in:
johndmulhausen
2016-02-13 03:07:37 -08:00
parent de1dd5d26d
commit 6c9558f7c2
270 changed files with 10836 additions and 16324 deletions
@@ -1,10 +1,6 @@
---
title: "Getting a Binary Release"
---
## Getting a Binary Release
You can either build a release from sources or download a pre-built release. If you do not plan on developing Kubernetes itself, we suggest a pre-built release.
### Prebuilt Binary Release
@@ -20,11 +16,11 @@ Get the Kubernetes source. If you are simply building a release from source the
Building a release is simple.
{% highlight bash %}
{% raw %}
git clone https://github.com/kubernetes/kubernetes.git
cd kubernetes
make release
{% endraw %}
{% endhighlight %}
For more details on the release process see the [`build/` directory](http://releases.k8s.io/release-1.1/build/)