Коммит ac6178b1 создал по автору ruslanshaykh's avatar ruslanshaykh
Просмотр файлов

фикс

владелец 82b55dd8
Конвейер #26512 неудачно с этапами
in 4 минуты и 37 секунд
......@@ -4,10 +4,10 @@ stages:
- build
- deploy
variables:
DOCKER_HOST: unix:///var/run/docker.sock
DOCKER_DRIVER: overlay2
MAVEN_OPTS: "-Dmaven.repo.local=${CI_PROJECT_DIR}/.m2/repository"
CLUSTER_NAME: "face-rec-cluster"
DOCKER_HOST: tcp://docker:2375
cache:
key: "maven-repo-${CI_COMMIT_REF_SLUG}"
......@@ -46,8 +46,8 @@ setup_kind_cluster:
if ! kind get clusters | grep -q "face-rec-cluster"; then
echo "Создаем кластер face-rec-cluster..."
kind create cluster --name $CLUSTER_NAME --config k8s/cluster-config.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
fi
- kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
- kubectl cluster-info --context kind-${CLUSTER_NAME}
after_script:
- apk add --no-cache curl
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать