Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
application:reana [2024/08/27 12:53] – 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 | ||
- | $ --subnet=172.19.0.0/ | ||
$ wget https:// | $ wget https:// | ||
$ 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/ | $ 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/ |