Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
application:reana [2024/08/27 12:53] mirocowapplication:reana [2024/08/27 21:19] (текущий) – [Установка] mirocow
Строка 4: Строка 4:
  
 <code bash> <code bash>
 +$ minikube start --kubernetes-version 1.29
 $ wget https://raw.githubusercontent.com/reanahub/reana/maint-0.9/etc/kind-localhost-30443.yaml $ wget https://raw.githubusercontent.com/reanahub/reana/maint-0.9/etc/kind-localhost-30443.yaml
 $ kind create cluster --config kind-localhost-30443.yaml $ kind create cluster --config kind-localhost-30443.yaml
-$ --subnet=172.19.0.0/24 
 $ wget https://raw.githubusercontent.com/reanahub/reana/maint-0.9/scripts/prefetch-images.sh $ wget https://raw.githubusercontent.com/reanahub/reana/maint-0.9/scripts/prefetch-images.sh
 $ sh prefetch-images.sh $ sh prefetch-images.sh
Строка 16: Строка 16:
 ==== Ошибки ==== ==== Ошибки ====
  
-Command Output: Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network+== 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> <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/24 kind $ 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/24 kind