Version v1.39 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.

Privacy Settings

The privacy of our users is very important to us. Your use of this software is subject to the Google Privacy Policy.

Update check

To keep Skaffold up to date, update checks are made to Google servers to see if a new version of Skaffold is available. By default, this behavior is enabled. As a side effect this request is logged.

To disable the update check you have two options:

  1. set the SKAFFOLD_UPDATE_CHECK environment variable to false
  2. turn it off in skaffold’s global config with:
    skaffold config set -g update-check false
Last modified November 1, 2019: control api + swagger ui for http api (06a1249e9)