Добавлены функции для проверки установки утилит в скрипт generate.sh, обновлены IP-адреса в README.md, изменено удаление файлов в run-stand.sh и обновлен IP-адрес в ippool.yaml.

This commit is contained in:
2025-06-24 18:44:45 +07:00
parent f005886d19
commit 3b25fe3420
6 changed files with 256 additions and 35 deletions

View File

@@ -28,7 +28,7 @@ echo "${VERB} stand"
done
cd config
rm talosconfig cp1.yaml cp2.yaml cp3.yaml secrets.yaml controlplane.yaml worker.yaml
rm -rf *
cd ..
exit 0
}