Skip to content

Commit c4a0b33

Browse files
committed
style(requirements): fixup heirarchy
1 parent 26ef2df commit c4a0b33

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/installing-deis/system-requirements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Running smaller machines will likely result in increased system load and has bee
1616

1717
# Kubernetes Requirements
1818

19-
### Versions
19+
## Versions
2020

2121
Deis workflow has been tested with the Kubernetes v1.1 release line. While Kubernetes 1.2 may work we haven't fully tested that release.
2222

23-
### Daemon Sets
23+
## Daemon Sets
2424

2525
The logging components require Kubernetes Daemon Sets API. DaemonSets are not enabled by default in the v1.1 release line, to enable these extensions follow the instructions found [here](http://kubernetes.io/v1.1/docs/api.html#enabling-resources-in-the-extensions-group). If you are running Kubernetes v1.2, DaemonSets are enabled by default.
2626

@@ -35,6 +35,8 @@ v1
3535
$
3636
```
3737

38+
# Docker Requirements
39+
3840
## Docker Version
3941

4042
Any Kubernetes 1.1 cluster should also use a Docker version < 1.10.0 so that `kubectl exec` and Deis database health checks work properly (Refs: [fsouza/go-dockerclient#455](https://github.com/fsouza/go-dockerclient/issues/455) and [kubernetes/kubernetes#19720](https://github.com/kubernetes/kubernetes/issues/19720)).

0 commit comments

Comments
 (0)