Skip to content

Commit

Permalink
docs(install-workflow): note that k8s 1.2.x is required
Browse files Browse the repository at this point in the history
Until kubernetes/kubernetes#28616 and
kubernetes/kubernetes#28750 are fixed,
Deis Workflow cannot start on Kubernetes 1.3.x.
  • Loading branch information
mboersma committed Jul 18, 2016
1 parent 7b866da commit 431bfc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/installing-workflow/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Installing Deis Workflow

This document is aimed at those who have already provisioned a Kubernetes cluster and want to install Deis Workflow. If
This document is aimed at those who have already provisioned a Kubernetes v1.2.x cluster and want to install Deis Workflow. If
you are just getting started with Kubernetes and Deis Workflow, follow our [quickstart guide](../quickstart/index.md)
with help booting Kubernetes and installing Workflow.

Expand Down
7 changes: 5 additions & 2 deletions src/installing-workflow/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To run Deis Workflow on a Kubernetes cluster, there are a few requirements to ke

## Kubernetes Versions

Deis Workflow has been tested with the **Kubernetes v1.2** release line. It is incompatible with Kubernetes v1.1 and earlier.
Deis Workflow has been tested with the **Kubernetes v1.2** release line. It is incompatible with Kubernetes v1.1 and earlier. Kubernetes v1.3.0 introduces [a bug mounting secrets]() which prevents Deis Workflow from starting; hopefully this will be fixed in future releases of Kubernetes.

## Resource Requirements

Expand Down Expand Up @@ -37,4 +37,7 @@ If you are using Docker with OverlayFS, you must disable SELinux by adding `--se
`EXTRA_DOCKER_OPTS`. For more background information, see:

* [https://github.com/docker/docker/issues/7952](https://github.com/docker/docker/issues/7952)
* [https://github.com/deis/postgres/issues/63](https://github.com/deis/postgres/issues/63)
* [https://github.com/deis/workflow/issues/63](https://github.com/deis/postgres/issues/63)


[a bug when mounting secrets]: (https://github.com/deis/workflow/issues/372)

0 comments on commit 431bfc3

Please sign in to comment.