I'd like to manually force Kubernetes to scale up to a specific count of instances.
THERE IS NO DEPLOYMENT DEFINED - this means no replicas. I have a set of jobs and their related pending pods.
How can this be done?
I do have the cluster autoscaler running if required.
Why:
Because the cluster autoscaler is not sufficient to scale up a new node in the event a pod is pending, in particular configurations. (Kubernetes autoscaler - NotTriggerScaleUp' pod didn't trigger scale-up (it wouldn't fit if a new node is added))