Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Document some undocumented config options #9237

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 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,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. |
joeyslalom marked this conversation as resolved.
Show resolved Hide resolved
| `collect-metrics` | boolean | Collect anonymized usage data. |

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

Expand Down