Skip to content

Commit

Permalink
docs: Document some undocumented config options (#9237)
Browse files Browse the repository at this point in the history
* Document some undocumented config options

* doc: Document some undocumented config options

* Remove the survey option, which belongs in its own section
  • Loading branch information
joeyslalom authored Dec 17, 2024
1 parent 25d0584 commit 6a1e27c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs-v2/content/en/docs/design/global-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ 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. |
| `collect-metrics` | boolean | Collect anonymized usage data. |

For example, to treat any context as local by default:

Expand Down

0 comments on commit 6a1e27c

Please sign in to comment.