Configuring container-freezer

    Within the community-maintained endpoint API implementation container-freezer, the running process is frozen when the pod’s traffic drops to zero, and resumed when the pod’s traffic scales up from zero. However, users can also run their own implementation instead (for example, as a billing component to log when requests are being handled).

    To use container-freezer, the value of per-revision annotation key must be greater than zero.

    Per Revision

    Queue-proxy calls the endpoint API address when container-freezer is enabled, so you need to configure the API address.

    1. Edit the file to configure the endpoint API address, for example:

      Note

    • Use the community-maintained implementation.