Files
school-dev-k8s/practice/14.ci-cd/README.md
T
Marsel Ibraev f44beb51a9 Add basic info
2021-09-24 11:51:02 +03:00

33 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# CI/CD в Kubernetes с помощью Gitlab
## Список практик
[1.1 Prepare Cluster](1.1.prepare_cluster/README.md)
[1.2 Deploy](1.2.deploy/README.md)
[1.3 Show Logs](1.3.logs/README.md)
[1.4 Improvement_cicd](1.4.improvement_cicd/README.md)
[1.5 Two containers/](1.5.two_containers//README.md)
[1.6 Job for migration](1.6.job.migration/README.md)
## Форк проекта
> Открываем в браузере репозиторий xpaste. Он находится по адресу
https://gitlab.slurm.io/devk8s/xpaste
> Справа на одной линии с названием проекта видим кнопку fork. Нажимаем ее.
> Выбираем в качестве нэймспэйса в следующем окне свой логин.
> И дожидаемся окончания процесса форка.
> Последним шагом клонируем получившийся форк к себе на админбокс.
```bash
cd ~
git clone git@gitlab.slurm.io:s<номер своего логина>/xpaste.git
```