This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
система_kubernetes [2026/07/01 16:34] val [Дополнительные материалы по Kubespray] |
система_kubernetes [2026/07/02 09:43] (current) val [Дополнительные материалы по Kubespray] |
||
|---|---|---|---|
| Line 610: | Line 610: | ||
| root@cf764ca3b291:/kubespray# cp -rv inventory/sample/group_vars/ /inventory/ | root@cf764ca3b291:/kubespray# cp -rv inventory/sample/group_vars/ /inventory/ | ||
| </code> | </code> | ||
| - | * [[#Настройка registry-mirrors для Kubespray]] и [[#Добавление insecure_registries через Kubespray]] | + | * [[#Настройка registry-mirrors для Kubespray]] |
| + | * [[#Добавление insecure_registries через Kubespray]] | ||
| + | * [[#Использование proxy при установке через Kubespray]] | ||
| <code> | <code> | ||
| Line 3253: | Line 3255: | ||
| https_proxy: "http://proxy.isp.un:3128/" | https_proxy: "http://proxy.isp.un:3128/" | ||
| ... | ... | ||
| + | |||
| + | После развертывания удалить на узлах /etc/systemd/system/containerd.service.d/http-proxy.conf | ||
| </code> | </code> | ||
| ==== Kustomize ==== | ==== Kustomize ==== | ||