Skip to content

Commit a3c749b

Browse files
committed
docs(installing): add k8s 1.3.4+ as supported
1 parent 00c482d commit a3c749b

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

src/installing-workflow/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Installing Deis Workflow
22

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

77

88
## Prerequisites
@@ -95,3 +95,5 @@ deis-workflow-manager-68nu6 1/1 Running 0 5m
9595
```
9696

9797
Once you see all of the pods in the `READY` state, Deis Workflow is up and running!
98+
99+
[Kubernetes v1.2 or v1.3.4+]: system-requirements.md#kubernetes-versions

src/installing-workflow/system-requirements.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ 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. 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.
7+
Deis Workflow requires Kubernetes v1.2, or v1.3.4 or newer. Workflow is not compatible with
8+
Kubernetes v1.1, and Kubernetes v1.3.0 through v1.3.3 have
9+
[a bug when mounting secrets](https://github.com/deis/workflow/issues/372) which prevents Deis
10+
Workflow from starting.
811

912
## Resource Requirements
1013

0 commit comments

Comments
 (0)