Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 569 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 569 Bytes

Getting Started

Clone the repo:

git clone [email protected]:snormore/doks-examples
cd doks-examples/metrics-server

Create a cluster with default name metrics-demo and install metrics-server:

script/up

You can specify a cluster name with:

script/up my-cluster-name

The up script should be idempotent, so feel free to run more than once if something breaks.

Cleaning Up

script/down