From 91015c18d3aad8579e188b86a84894bdcd09b5f9 Mon Sep 17 00:00:00 2001 From: James Liu Date: Fri, 19 Jul 2024 16:39:58 +1000 Subject: [PATCH] doc: Add link to K8s template repo --- doc/beginners_guide.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/beginners_guide.md b/doc/beginners_guide.md index 58dbd5c334..c9570d781b 100644 --- a/doc/beginners_guide.md +++ b/doc/beginners_guide.md @@ -241,7 +241,7 @@ to invoke the gRPC endpoints of Gitaly locally: ```shell $ grpcurl -plaintext -unix list - + gitaly.BlobService gitaly.CleanupService gitaly.CommitService @@ -274,3 +274,10 @@ To use your custom Gitaly when running Rails tests in GDK, go to the [gitaly]: https://gitlab.com/gitlab-org/gitaly [gitaly-proto]: https://gitlab.com/gitlab-org/gitaly/tree/master/proto [proto-docs]: https://developers.google.com/protocol-buffers/docs/overview + +## Kubernetes + +The [Gitaly on GKE](https://gitlab.com/gitlab-com/infra-standards/project-templates/gitaly-on-gke-template) +HackyStack template provides an easy path to deploying Gitaly alongside a full GitLab installation onto Google +Kubernetes Engine. Consult the [README](https://gitlab.com/gitlab-com/infra-standards/project-templates/gitaly-on-gke-template/-/blob/main/README.md) +for information on getting started. -- GitLab