Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

vmware-archive/autoscaling-cli-plugin

Repository files navigation

Autoscaling CLI Plugin

The plugin can be used to enable the autoscaling service for an app from the CLI.

Installation

cf install-plugin https://github.com/pivotal-cf-experimental/autoscaling-cli-plugin

Usage

Example: If I had an app called "fibcpu" with a bound Autoscaler called "scaler," and wanted to create a scaling rule that scales the app up by one instance every five minutes when the CPU utilization is over 75% up to a max of 55 instances and down again when the CPU utilization is less than 50% one could run:

cf configure-autoscaling --min-threshold 50 --max-threshold 75 --max-instances 55 --min-instances 3 fib-cpu scaler

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages