Skip to content

Commit 11a60e1

Browse files
committed
doc(README): document Kubernetes requirements
1 parent 93f2536 commit 11a60e1

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ soon.
2323

2424
## Hacking Workflow
2525

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:
26+
First, [obtain a Kubernetes cluster][install-k8s]. Deis Workflow currently targets Kubernetes
27+
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:
2833

2934
```console
3035
$ helm repo add deis https://github.com/deis/charts

0 commit comments

Comments
 (0)