Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 826 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 826 Bytes

Kubernetes Add-ons deployment

This is a set of convenience scripts to deploy various add-ons on a Kubernetes endpoint.

You will need a kubernetes endpoint available and kubectl on your local system.

Then run the deploy-addons.sh script

$ ./deploy-addons.sh

By default it will deploy the DNS addon, the Dashboard and Deployment Manager. If you want to deploy only one of them edit deploy-addons.sh and set the environment variable accordingly.

DNS and Dashboard

Both of these add-ons are deployed based on the script in the mesos/docker directory.

The DNS add-ons uses intemp.sh from the thirdparty repo.