Back to Skaffold

Privacy Settings

docs-v1/content/en/docs/references/privacy.md

2.19.0610 B
Original Source

The privacy of our users is very important to us. Your use of this software is subject to the <a href=https://policies.google.com/privacy>Google Privacy Policy</a>.

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:
bash
    skaffold config set -g update-check false