From d6c1f27afd4c3c8600c14d322d5a9fda3a8109f0 Mon Sep 17 00:00:00 2001 From: Joey Tsai Date: Tue, 2 Jan 2024 14:10:58 -0800 Subject: [PATCH] Document some undocumented config options --- docs-v2/content/en/docs/design/global-config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs-v2/content/en/docs/design/global-config.md b/docs-v2/content/en/docs/design/global-config.md index 37077ca98c7..29a53e7b66c 100644 --- a/docs-v2/content/en/docs/design/global-config.md +++ b/docs-v2/content/en/docs/design/global-config.md @@ -19,6 +19,9 @@ The options are: | `k3d-disable-load` | boolean | If true, do not use `k3d import image` to load images locally. | | `kind-disable-load` | boolean | If true, do not use `kind load` to load images locally. | | `local-cluster` | boolean | If true, do not try to push images after building. By default, contexts with names `docker-for-desktop`, `docker-desktop`, or `minikube` are treated as local. | +| `update-check` | boolean | Check for a more recent version of Skaffold. | +| `survey.disable-prompt` | boolean | Disable reminder to fill in a survey. | +| `collect-metrics` | boolean | Collect anonymized usage data. | For example, to treat any context as local by default: