Skip to content

Commit fd39e71

Browse files
committed
Mention k8s 1.2 or higher is required
I got bitten by this - secretkeyref is used by the workflow chart and breaks on earlier versions of k8s.
1 parent b4f6a60 commit fd39e71

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/installing-workflow/installing-deis-workflow.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ InfluxDB is running at https://10.245.1.2/api/v1/proxy/namespaces/kube-system/se
2727

2828
If you see a list of targets like the one above, 'helm' can communicate with the kubernetes master.
2929

30+
Deis Workflow requires Kubernetes 1.2 or higher. You can test that by running:
31+
32+
```
33+
$ kubectl version
34+
Client Version: version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.3", GitCommit:"882d296a99218da8f6b2a340eb0e81c69e66ecc7", GitTreeState:"clean"}
35+
Server Version: version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.3", GitCommit:"882d296a99218da8f6b2a340eb0e81c69e66ecc7", GitTreeState:"clean"}
36+
```
37+
3038
## Add the Deis Chart Repository
3139

3240
The [Deis Chart Repository](https://github.com/deis/charts) contains everything you

0 commit comments

Comments
 (0)