This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
система_kubernetes [2026/02/17 13:43] val [Установка minikube] |
система_kubernetes [2026/02/19 10:31] (current) val [Развертывание через Kubespray] |
||
|---|---|---|---|
| Line 603: | Line 603: | ||
| root@cf764ca3b291:/kubespray# ansible all -m ping -i /inventory/inventory.ini | root@cf764ca3b291:/kubespray# ansible all -m ping -i /inventory/inventory.ini | ||
| </code> | </code> | ||
| - | * Может потребоваться [[#Настройка registry-mirrors для Kubespray]] | ||
| <code> | <code> | ||
| - | 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]] | ||
| <code> | <code> | ||
| root@cf764ca3b291:/kubespray# time ansible-playbook -i /inventory/inventory.ini cluster.yml | root@cf764ca3b291:/kubespray# time ansible-playbook -i /inventory/inventory.ini cluster.yml | ||