Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
docs(installing): add k8s 1.3.4+ as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Aug 1, 2016
1 parent 00c482d commit a3c749b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/installing-workflow/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Installing Deis Workflow

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.
This document is aimed at those who have already provisioned a [Kubernetes v1.2 or v1.3.4+][] 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) for help.


## Prerequisites
Expand Down Expand Up @@ -95,3 +95,5 @@ deis-workflow-manager-68nu6 1/1 Running 0 5m
```

Once you see all of the pods in the `READY` state, Deis Workflow is up and running!

[Kubernetes v1.2 or v1.3.4+]: system-requirements.md#kubernetes-versions
5 changes: 4 additions & 1 deletion src/installing-workflow/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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. 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.
Deis Workflow requires Kubernetes v1.2, or v1.3.4 or newer. Workflow is not compatible with
Kubernetes v1.1, and Kubernetes v1.3.0 through v1.3.3 have
[a bug when mounting secrets](https://github.com/deis/workflow/issues/372) which prevents Deis
Workflow from starting.

## Resource Requirements

Expand Down

0 comments on commit a3c749b

Please sign in to comment.