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.

    1. apiVersion: v1
    2. kind: ConfigMap
    3. metadata:
    4. name: config-deployment
    5. data:
    6. ...
    7. progressDeadline: "10m"
    8. ...