unip-controller/tests/integration/requests/app2/resources_test.md

26 lines
751 B
Markdown
Raw Normal View History

2025-01-29 13:13:51 +00:00
---
**Система**: Единая библиотека, Центр ИИ НИУ ВШЭ
**Модуль**: Тесты
**Авторы**: Полежаев В.А., Хританков А.С.
**Дата создания**: 2024 г.
---
# Подходящие пайплайны
test-ep12
# Добавление лейблов и тейнов к узлам
kubectl get nodes --show-labels
kubectl label nodes <node-name> node.unified-platform.cs.hse.ru/resources.gpu=true
kubectl label nodes <node-name> node.unified-platform.cs.hse.ru/resources.gpu-
kubectl taint nodes <node-name> node.unified-platform.cs.hse.ru/is-gpu-available=true:NoSchedule
kubectl taint nodes <node-name> node.unified-platform.cs.hse.ru/is-gpu-available=true:NoSchedule-