Skip to content

Commit 5bbc137

Browse files
author
Matthew Fisher
committed
docs(installing-workflow): deprecate support for v1.2 clusters
We have not tested nor seen anyone use k8s v1.2 so I think it's fair to start dropping "official" support for that minor release and just test against v1.3.4+ clusters.
1 parent f66f500 commit 5bbc137

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

src/installing-workflow/index.md

Lines changed: 2 additions & 2 deletions
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 v1.2 or v1.3.4+][] cluster
3+
This document is aimed at those who have already provisioned a [Kubernetes v1.3.4+][] cluster
44
and want to install Deis Workflow. If help is required getting started with Kubernetes and
55
Deis Workflow, follow the [quickstart guide](../quickstart/index.md) for assistance.
66

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

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

92-
[Kubernetes v1.2 or v1.3.4+]: system-requirements.md#kubernetes-versions
92+
[Kubernetes v1.3.4+]: system-requirements.md#kubernetes-versions
9393
[helm]: https://github.com/kubernetes/helm/blob/master/docs/install.md
9494
[valuesfile]: https://charts.deis.com/workflow/values-v2.9.0.yaml

src/installing-workflow/system-requirements.md

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

55
## Kubernetes Versions
66

7-
Deis Workflow requires Kubernetes v1.2, or v1.3.4+ or v1.4.0+. Workflow is not compatible with
8-
Kubernetes v1.1, and Kubernetes v1.3.0 through v1.3.3 have
7+
8+
Deis Workflow requires the latest patch release of Kubernetes v1.3 or v1.4. Workflow is not
9+
compatible with Kubernetes v1.2, and Kubernetes v1.3.0 through v1.3.3 have
910
[a bug when mounting secrets](https://github.com/deis/workflow/issues/372) which prevents Deis
10-
Workflow from starting.
11+
Workflow from starting. Kubernetes v1.4 is highly recommended but is not required.
1112

12-
At this time Kubernetes 1.5 is not compatible with both Helm and Workflow.
13+
At this time, Kubernetes v1.5 is not compatible with Workflow v2.9.0.
1314

1415
## Storage Requirements
1516

src/quickstart/provider/aws/boot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,16 +251,16 @@ need to access the Kubernetes master the default username is `admin` and the ssh
251251
```
252252
$ ssh -i ~/.ssh/kube_aws_rsa admin@52.9.206.49
253253
254-
Welcome to Kubernetes v1.2.4!
254+
Welcome to Kubernetes v1.3.6!
255255
256256
You can find documentation for Kubernetes at:
257257
http://docs.kubernetes.io/
258258
259259
You can download the build image for this release at:
260-
https://storage.googleapis.com/kubernetes-release/release/v1.2.4/kubernetes-src.tar.gz
260+
https://storage.googleapis.com/kubernetes-release/release/v1.3.6/kubernetes-src.tar.gz
261261
262262
It is based on the Kubernetes source at:
263-
https://github.com/kubernetes/kubernetes/tree/v1.2.4
263+
https://github.com/kubernetes/kubernetes/tree/v1.3.6
264264
265265
For Kubernetes copyright and licensing information, see:
266266
/usr/local/share/doc/kubernetes/LICENSES

0 commit comments

Comments
 (0)