Commit a070eca9 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'git-strategy-k8s-executor' into 'master'

Update git strategy documentation for the k8s executor

See merge request gitlab-org/gitlab!79662
parents 9686d3b7 e6630a3e
...@@ -332,10 +332,6 @@ try to preserve worktrees and try to re-use them by default. ...@@ -332,10 +332,6 @@ try to preserve worktrees and try to re-use them by default.
This has limitations when using the [Docker Machine executor](https://docs.gitlab.com/runner/executors/docker_machine.html). This has limitations when using the [Docker Machine executor](https://docs.gitlab.com/runner/executors/docker_machine.html).
It does not work for [the `kubernetes` executor](https://docs.gitlab.com/runner/executors/kubernetes.html),
but a [feature proposal](https://gitlab.com/gitlab-org/gitlab-runner/-/issues/3847) exists.
The `kubernetes` executor always clones into an temporary directory.
A Git strategy of `none` also re-uses the local working copy, but skips all Git A Git strategy of `none` also re-uses the local working copy, but skips all Git
operations normally done by GitLab. GitLab Runner pre-clone scripts are also skipped, operations normally done by GitLab. GitLab Runner pre-clone scripts are also skipped,
if present. This strategy could mean you need to add `fetch` and `checkout` commands if present. This strategy could mean you need to add `fetch` and `checkout` commands
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment