Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 792 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 792 Bytes

Getting Started

Clone the repo:

git clone git@github.com:snormore/doks-examples
cd doks-examples/vpa

Create a cluster with default name vpa-demo and install VPA with an example that that uses more CPU than is requested, and waits for resource/requests to scale up:

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

References