Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.54 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.54 KB

Kontainer Engine DOKS (DigitalOcean Kubernetes Service) Driver

Build Status godoc Coverage

This repo contains the DOKS (DigitalOcean Kubernetes Service) driver for the rancher server

Building

make

Will output driver binaries into the dist directory, these can be imported directly into Rancher and used as cluster drivers. They must be distributed via URLs that your Rancher instance can establish a connection to and download the driver binaries.

Running Local

./dist/kontainer-engine-driver-digitalocean-linux $PORT

or

./dist/kontainer-engine-driver-digitalocean-darwin $PORT

Installing in Rancher

Go to the Cluster Drivers management screen in Rancher and click Add Cluster Driver. Enter the URL of your driver, a UI URL (see the UI repo for details), and a checksum (optional), and click Create. Rancher will automatically download and install your driver. It will then become available to use on the Add Cluster screen.