How to stop(pause) some knative service manually? #13704
Replies: 2 comments 3 replies
-
Hi @anencore94,
using the annotations described here: https://knative.dev/docs/serving/autoscaling/scale-bounds/#lower-bound and https://knative.dev/docs/serving/autoscaling/scale-bounds/#upper-bound. Please note that these changes are only temporary. As soon as the |
Beta Was this translation helpful? Give feedback.
-
What's your motivation to not let the autoscaler scale down the pods? |
Beta Was this translation helpful? Give feedback.
-
Is there any way to stop(pause) and resume(unpause) the running knative service in manual ?
What I want to do is scale to zero and rollback to one manually, not by autoscaler.
I saw #4262, but the comments doesn't work for me.
I couldn't find any docs for doing this action.
Thanks in advance.
My knative version : v0.26.2
Beta Was this translation helpful? Give feedback.
All reactions