Skip to content

Commit dfb6c8e

Browse files
committed
docs(install-workflow): note that k8s 1.2.x is required
Until kubernetes/kubernetes#28616 and kubernetes/kubernetes#28750 are fixed, Deis Workflow cannot start on Kubernetes 1.3.x.
1 parent cb910b5 commit dfb6c8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/installing-workflow/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installing Deis Workflow
22

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

src/installing-workflow/system-requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To run Deis Workflow on a Kubernetes cluster, there are a few requirements to ke
44

55
## Kubernetes Versions
66

7-
Deis Workflow has been tested with the **Kubernetes v1.2** release line. It is incompatible with Kubernetes v1.1 and earlier.
7+
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 when mounting secrets](https://github.com/deis/workflow/issues/372) which prevents Deis Workflow from starting; hopefully this will be fixed in future releases of Kubernetes.
88

99
## Resource Requirements
1010

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

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

0 commit comments

Comments
 (0)