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