Skip to content

Commit d99c936

Browse files
author
Matthew Fisher
committed
fix(installing-workflow): bump requirement to kubernetes 1.2
workflow-beta2 and workflow-dev do not work on kubernetes 1.1 clusters.
1 parent f6eba76 commit d99c936

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

src/installing-workflow/system-requirements.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,7 @@ Running smaller machines will likely result in increased system load and has bee
1818

1919
## Versions
2020

21-
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.
22-
23-
## Daemon Sets
24-
25-
The logging components require Kubernetes Daemon Sets API. Daemon Sets 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, Daemon Sets are enabled by default.
26-
27-
Specific steps to enable API extensions may vary based on your Kubernetes configuration. For example, to update a CoreOS Kubernetes cluster, edit the API server unit file and add the following line to the `ExecStart` stanza: `--runtime_config=extensions/v1beta1=true,extensions/v1beta1/daemonsets=true`.
28-
29-
Restart your API server and check that the extensions API is enabled by running:
30-
31-
```
32-
$ kubectl api-versions
33-
extensions/v1beta1
34-
v1
35-
```
21+
Deis workflow has been tested with the Kubernetes v1.2 release line. It is incompatible with Kubernetes v1.1 and lower.
3622

3723
# Docker Requirements
3824

0 commit comments

Comments
 (0)