hoverkraft-tech/OVH MKS Scaling

Scale up or down your OVH MKS nodepool.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
endpointThe OVH endpoint to use. See the [available endpoints](https://github.com/ovh/node-ovh/blob/master/lib/endpoints.js) list. no
application-keyThe OVH application keyno
application-secretThe OVH application secretno
consumer-keyThe OVH consumer keyno
client-idThe OAuth2 client IDno
client-secretThe OAuth2 client secretno
project-idThe project ID of the OVH MKS projectyes
cluster-idThe ID of the OVH MKS clusteryes
nodepool-idThe ID of the OVH MKS nodepoolyes
autoscaleWhether to enable autoscaling for the nodepoolnotrue
number-of-nodesThe desired number of nodes to scale to. This value sets the `desiredNodes` property on the OVH API. It is also used as the default for `min-nodes` and `max-nodes` when they are not provided. The effective `desiredNodes` sent to the API is clamped between `min-nodes` and `max-nodes` (i.e. `max(number-of-nodes, min-nodes)` then `min(result, max-nodes)`). yes1
min-nodesThe minimum number of nodes for autoscaling (sets `minNodes` on the OVH API). Defaults to `number-of-nodes` if not provided. When autoscaling is enabled, the cluster will never scale below this value. no
max-nodesThe maximum number of nodes for autoscaling (sets `maxNodes` on the OVH API). Defaults to `number-of-nodes` if not provided. When autoscaling is enabled, the cluster will never scale above this value. no
namedescription
responseThe response of the server