Package Exports
- hyperflow-autoscaler-plugin
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hyperflow-autoscaler-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Autoscaler
Alternative to Kubernetes Autoscaler, that is focused on Hyperflow engine. It is intended to provide better scaling results, by utilizing workflow details and predictions and taking proper action according to selected scaling policy.
Scaling kubernetes infrastructure is strictly related with provider, so there has to be implemented interface for it - currently Google Cloud Platform is supported only.
Installation
$ npm install -g hyperflow-autoscaler-pluginUsage
$ export HF_VAR_autoscalerProvider=gcp
$ hflow run ... -p hyperflow-autoscaler-plugin