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

Commit

Permalink
Merge pull request #625 from bacongobbler/deprecate-k8s-v1.2
Browse files Browse the repository at this point in the history
docs(installing-workflow): deprecate support for v1.2 clusters
  • Loading branch information
Matthew Fisher authored Dec 14, 2016
2 parents f66f500 + 5bbc137 commit 3866bd4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 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 v1.2 or v1.3.4+][] cluster
This document is aimed at those who have already provisioned a [Kubernetes v1.3.4+][] cluster
and want to install Deis Workflow. If help is required getting started with Kubernetes and
Deis Workflow, follow the [quickstart guide](../quickstart/index.md) for assistance.

Expand Down Expand Up @@ -89,6 +89,6 @@ Once all of the pods are in the `READY` state, Deis Workflow is up and running!

After installing Workflow, [register a user and deploy an application](../quickstart/deploy-an-app.md).

[Kubernetes v1.2 or v1.3.4+]: system-requirements.md#kubernetes-versions
[Kubernetes v1.3.4+]: system-requirements.md#kubernetes-versions
[helm]: https://github.com/kubernetes/helm/blob/master/docs/install.md
[valuesfile]: https://charts.deis.com/workflow/values-v2.9.0.yaml
9 changes: 5 additions & 4 deletions src/installing-workflow/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ To run Deis Workflow on a Kubernetes cluster, there are a few requirements to ke

## Kubernetes Versions

Deis Workflow requires Kubernetes v1.2, or v1.3.4+ or v1.4.0+. Workflow is not compatible with
Kubernetes v1.1, and Kubernetes v1.3.0 through v1.3.3 have

Deis Workflow requires the latest patch release of Kubernetes v1.3 or v1.4. Workflow is not
compatible with Kubernetes v1.2, 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.
Workflow from starting. Kubernetes v1.4 is highly recommended but is not required.

At this time Kubernetes 1.5 is not compatible with both Helm and Workflow.
At this time, Kubernetes v1.5 is not compatible with Workflow v2.9.0.

## Storage Requirements

Expand Down
6 changes: 3 additions & 3 deletions src/quickstart/provider/aws/boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,16 +251,16 @@ need to access the Kubernetes master the default username is `admin` and the ssh
```
$ ssh -i ~/.ssh/kube_aws_rsa [email protected]
Welcome to Kubernetes v1.2.4!
Welcome to Kubernetes v1.3.6!
You can find documentation for Kubernetes at:
http://docs.kubernetes.io/
You can download the build image for this release at:
https://storage.googleapis.com/kubernetes-release/release/v1.2.4/kubernetes-src.tar.gz
https://storage.googleapis.com/kubernetes-release/release/v1.3.6/kubernetes-src.tar.gz
It is based on the Kubernetes source at:
https://github.com/kubernetes/kubernetes/tree/v1.2.4
https://github.com/kubernetes/kubernetes/tree/v1.3.6
For Kubernetes copyright and licensing information, see:
/usr/local/share/doc/kubernetes/LICENSES
Expand Down

0 comments on commit 3866bd4

Please sign in to comment.