Skip to content
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

クラスターにログイン可能な公開鍵の更新はansibleでやるとよさそう #25

Open
Tracked by #492
unchama opened this issue Jun 17, 2022 · 1 comment

Comments

@unchama
Copy link
Owner

unchama commented Jun 17, 2022

ansibleは本来冪等性が保証されてるけどkubeadm joinするところでshellモジュール使ってるせいで冪等性が担保されとらんので

  • shellモジュール使ってるところを冪等性があるように改修
  • 冪等性がないroleと冪等性あるroleでファイルを分けて、クラスタ構築時以外は後者を流す

のいずれかで解決してやる必要がある

@unchama
Copy link
Owner Author

unchama commented Jun 19, 2022

デプロイスクリプトでやってることをなるべくansibleにやらせるという手もあるな ただ初回だけ流れればそれで良いものを無理にansibleに寄せるとわかりにくくなりそう 無理にshellモジュールで書くならシェルスクリプトのままでよいな

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant