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 fails when enabling TLS due to safe restart #115

Closed
tmgstevens opened this issue Jan 25, 2023 · 0 comments · Fixed by #118
Closed

Ansible fails when enabling TLS due to safe restart #115

tmgstevens opened this issue Jan 25, 2023 · 0 comments · Fixed by #118
Assignees

Comments

@tmgstevens
Copy link
Contributor

The code for safe restart uses rpk cluster maintenance enable {{ node_id }} which unfortunately uses the new rpk settings before TLS is enabled.

We either need a way to single-thread the whole of the last few plays (to ensure that maintenance mode is enabled, the node is restarted and then MM disabled all in a single action), or we need to nestle the updating of the redpanda.yaml file into that single shell command.

When I wrote this I couldn't find a way of having a block with throttle set within a role.

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