Commit 63dd0d50 authored by Fabian Zimmer's avatar Fabian Zimmer Committed by Achilleas Pipinellis

Updated proxy secondary documentation with SSH support

parent 7a171357
...@@ -316,17 +316,15 @@ It is important to note that selective synchronization: ...@@ -316,17 +316,15 @@ It is important to note that selective synchronization:
### Git operations on unreplicated respositories ### Git operations on unreplicated respositories
> [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/2562) in GitLab 12.10. > [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/2562) in GitLab 12.10 for HTTP(S) and in GitLab 13.0 for SSH.
Git clone, pull, and push operations over HTTP(S) are supported for repositories that Git clone, pull, and push operations over HTTP(S) and SSH are supported for repositories that
exist on the **primary** node but not on **secondary** nodes. This situation can occur exist on the **primary** node but not on **secondary** nodes. This situation can occur
when: when:
- Selective synchronization does not include the project attached to the repository. - Selective synchronization does not include the project attached to the repository.
- The repository is actively being replicated but has not completed yet. - The repository is actively being replicated but has not completed yet.
SSH [support is planned](https://gitlab.com/groups/gitlab-org/-/epics/2562).
## Upgrading Geo ## Upgrading Geo
See the [updating the Geo nodes document](updating_the_geo_nodes.md). See the [updating the Geo nodes document](updating_the_geo_nodes.md).
......
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