-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Перенести скрипты из домашних папок в общее место #24
Comments
Я думаю назвать каталог Если нет, тогда имя каталога можно сократить до |
Кстати а можно ли в каталог /etc/kubernetes/manifetst (принадлежащему пакету kubernetes-common) включить манифесты coredns.yaml kube-flannel.yml (не входящие в пакет kubernetes-common) ? |
Конечно можно. Надо ли их там пометить как config или config(noreplace) тоже надо решить. |
А где помечать config или config(noreplace)? Эти файлы не перекрывают никаких файлов пакетов kubernetes... |
в rootlesskit.service вызываются скрипты
/var/lib/u7s-admin/usernetes/boot/rootlesskit.sh
/var/lib/u7s-admin/usernetes/boot/crio.sh
Надо перенести эти скрипты в обще доступное место, типа /usr/bin или /usr/libexec.
Например в /usr/libexec/podsec/usernetes/boot
The text was updated successfully, but these errors were encountered: