Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 608 Bytes

DEVELOP.md

File metadata and controls

15 lines (11 loc) · 608 Bytes

Development of Kubernetes-Mesos

Development of all Kubernetes-Mesos components has been pushed upstream. Please refer to the development documentation of the Kubernetes project for general environment setup.

The core upstream build and test scripts do not build Kubernetes-Mesos by default. To enable this capability you must add the following to your environment:

KUBERNETES_CONTRIB=mesos

You should now be able to make or ./hack/build-go.sh to generate the Kubernetes-Mesos binaries.