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 ```