Skip to content

Commit 5ed97a7

Browse files
committed
style(quickstart): tweak style in quickstart
1 parent 3e99cc6 commit 5ed97a7

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

src/installing-deis/quickstart.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please refer to the [system requirements][] for resource considerations when cho
88

99
## Choose a Provider
1010

11-
Choose one of the following providers and deploy a new kubernetes cluster:
11+
Choose one of the following providers and deploy a new Kubernetes cluster:
1212

1313
- [Amazon AWS](http://kubernetes.io/v1.1/docs/getting-started-guides/aws.html)
1414
- [Google Container Engine](https://cloud.google.com/container-engine/docs/before-you-begin)
@@ -17,15 +17,18 @@ Choose one of the following providers and deploy a new kubernetes cluster:
1717
Reference [this table](http://kubernetes.io/v1.1/docs/getting-started-guides/#table-of-solutions) in the official Kubernetes documentation for a more extensive (but still non-exhaustive) list of Kubernetes provisioning options supported by the project or the community.
1818

1919
## Prerequisites
20-
Please make sure you enable the Daemon Sets api if you are installing a pre-1.2 version of kubernetes. As it is not turned on by default. You can learn more about how to do that [here](http://kubernetes.io/v1.1/docs/api.html#enabling-resources-in-the-extensions-group).
2120

22-
For example, with a CoreOS kubernetes cluster you can edit the api server unit file and add the following line to the `ExecStart` stanza: `--runtime_config=extensions/v1beta1=true,extensions/v1beta1/daemonsets=true`.
21+
Please make sure you enable the Daemon Sets API if you are installing a pre-1.2 version of Kubernetes. As it is not turned on by default. You can learn more about how to do that [here](http://kubernetes.io/v1.1/docs/api.html#enabling-resources-in-the-extensions-group).
2322

24-
Restart your api server and check that the extensions api is enabled:
23+
For example, with a CoreOS Kubernetes cluster you can edit the API server unit file and add the following line to the `ExecStart` stanza: `--runtime_config=extensions/v1beta1=true,extensions/v1beta1/daemonsets=true`.
24+
25+
Restart your API server and check that the extensions API is enabled by running:
2526

2627
```
2728
$ kubectl api-versions
28-
$ extensions/v1beta1
29+
extensions/v1beta1
30+
v1
31+
$
2932
```
3033

3134
## Install Deis Platform

0 commit comments

Comments
 (0)