I am trying out OpenFaas auto scaling feature from 0 instances.
I tried running nodeinfo function with this and tried invoking it.
kubectl scale deployment --replicas=0 nodeinfo -n openfaas-fn
Once replicas are down to 0, I wanted to try invoking it from Gateway UI to make it auto scale from 0, but status is not ready and Invoke button is inactive until I bump up replica count to more than 0. It seems like it is not possible to invoke a function that has 0 instances.
It doesn't look like auto scaling from 0 working, unless I am missing something. Any guidance or help is appreciated.