From 0c0370d570b251e6d95da5793f673a1801585377 Mon Sep 17 00:00:00 2001 From: "Hasko, Vladimir" Date: Wed, 23 Apr 2025 07:41:49 +0000 Subject: [PATCH] Update new document repository --- new-document-repository.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/new-document-repository.md b/new-document-repository.md index 463b578..c21bbda 100644 --- a/new-document-repository.md +++ b/new-document-repository.md @@ -42,6 +42,17 @@ To delivery new document repository the following steps need to be taken: kubectl --context otcinfra -n zuul-ci logs -f pod/zuul-scheduler-main-0 zuul-scheduler ``` +Alternatively you can restart zuul-scheduler first and wait till newer pods run and after that restart also zuul-web +you can do it by kubectl: + +``` +kubectl rollout restart deploy zuul-scheduler +kubectl rollout restart deploy zuul-web +``` + +or by argo-cd web-ui + + 6. update gitstyring ```