github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v1/content/en/docs/references/privacy.md (about) 1 --- 2 title: "Privacy Settings" 3 linkTitle: "Privacy Settings" 4 weight: 50 5 --- 6 7 The privacy of our users is very important to us. 8 Your use of this software is subject to the <a href=https://policies.google.com/privacy>Google Privacy Policy</a>. 9 10 ## Update check 11 12 To keep Skaffold up to date, update checks are made to Google servers to see if a new version of 13 Skaffold is available. By default, this behavior is enabled. As a side effect this request is logged. 14 15 To disable the update check you have two options: 16 17 1. set the `SKAFFOLD_UPDATE_CHECK` environment variable to `false` 18 2. turn it off in skaffold's global config with: 19 ```bash 20 skaffold config set -g update-check false 21 ```