Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
application:reana [2024/08/27 12:43] – mirocow | application:reana [2024/08/27 21:19] (текущий) – [Установка] mirocow | ||
---|---|---|---|
Строка 4: | Строка 4: | ||
<code bash> | <code bash> | ||
+ | $ minikube start --kubernetes-version 1.29 | ||
$ wget https:// | $ wget https:// | ||
$ kind create cluster --config kind-localhost-30443.yaml | $ kind create cluster --config kind-localhost-30443.yaml | ||
Строка 11: | Строка 12: | ||
$ helm repo update | $ helm repo update | ||
$ helm install reana reanahub/ | $ helm install reana reanahub/ | ||
+ | </ | ||
+ | |||
+ | ==== Ошибки ==== | ||
+ | |||
+ | == Command Output: Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network == | ||
+ | <code bash> | ||
+ | $ docker network create -d=bridge -o com.docker.network.bridge.enable_ip_masquerade=true -o com.docker.network.driver.mtu=1500 --subnet=172.119.0.0/ | ||
</ | </ | ||
Строка 21: | Строка 29: | ||
===== Подготовка системного окружения пользователя ===== | ===== Подготовка системного окружения пользователя ===== | ||
- | |||
- | <code bash> | ||
- | |||
- | </ | ||
- | |||
- | ===== Создание проекта ===== | ||
<code bash> | <code bash> | ||
Строка 34: | Строка 36: | ||
# install reana-client | # install reana-client | ||
$ pip install reana-client | $ pip install reana-client | ||
+ | </ | ||
+ | |||
+ | ===== Создание проекта ===== | ||
+ | |||
+ | <code bash> | ||
# clone and run a simple analysis example | # clone and run a simple analysis example | ||
$ git clone httpseana-demo-root6-roofit:// | $ git clone httpseana-demo-root6-roofit:// |