We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f2536 commit 11a60e1Copy full SHA for 11a60e1
1 file changed
README.md
@@ -23,8 +23,13 @@ soon.
23
24
## Hacking Workflow
25
26
-First, install [helm](http://helm.sh) and [boot up a kubernetes cluster][install-k8s]. Next, add the
27
-deis repository to your chart list:
+First, [obtain a Kubernetes cluster][install-k8s]. Deis Workflow currently targets Kubernetes
+v1.1 with the following requirements:
28
+
29
+* Configure Docker's `insecure-registry` parameter to include the subnets used by your Kubernetes installation
30
+* If you are testing the logger components, you must enable `DaemonSet` experimental APIs via `--runtime-config=extensions/v1beta1/daemonsets=true`
31
32
+Next, install [helm](http://helm.sh). Next, add the deis repository to your chart list:
33
34
```console
35
$ helm repo add deis https://github.com/deis/charts
0 commit comments