Disable gitlab-kas on gitaly-cluster nodes
What does this MR do and why?
We don't need gitlab-kas running for gitaly/praefect nodes. Let's disable these services for gitaly and praefect.
May help with https://gitlab.com/gitlab-org/gitlab-qa/-/issues/715+
How to set up and validate locally
-
Verify that all tests in gitaly-cluster
andpraefect
jobs pass. -
Verify that gitlab_kas['enable'] = false;
is set for gitaly1/gitaly2/gitaly3/praefect nodes
Sample Jobs:
- https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/4682622277
- https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/4682622255
- https://gitlab.com/gitlab-org/gitlab-qa/-/jobs/4682622256
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by George Koltsov