Modifying the Deployment Config Map
To view the current Deployment ConfigMap:
Configuring progress deadlines
The Knative Autoscaler component scales the revision to 0, and the Knative service enters a terminal Failed
state, if the initial scale cannot be achieved within the time limit defined by this setting.
- It takes a long time to pull the Service image, due to the size of the image.
- It takes a long time for the Service to become , due to priming of the initial cache state.
See the for more information.
apiVersion: v1
kind: ConfigMap
metadata:
name: config-deployment
data:
...
progressDeadline: "10m"
...