ansible-playbooks/k8s/README.md

6 lines
464 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

----------
# В данном плейбуке происходит инициализация кластера K8s.
## В каждой таске есть свой тэг, поэтому, если необходимо исключительно присоединить новый воркер к ноде, то можно выполнить команду:
### ansible-playbook -i inventory.ini playbook.yml --tags join так это делается?
----------