update docs to point to new incubator

This commit is contained in:
deads2k 2016-09-28 09:29:57 -04:00
parent a0e1efdad0
commit 65878b15e2
1 changed files with 2 additions and 3 deletions

View File

@ -47,9 +47,8 @@ ssh jclouds@${ip_address_of_master_node}
Build Kubernetes-Mesos.
```shell
git clone https://github.com/kubernetes/kubernetes
cd kubernetes
export KUBERNETES_CONTRIB=mesos
git clone https://github.com/kubernetes-incubator/kube-mesos-framework
cd kube-mesos-framework
make
```