We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Team,
Let's add daemon-reload on containerd service removal on cluster reset operation, for branch release-2.27 (https://github.com/kubernetes-sigs/kubespray/tree/release-2.27)
daemon-reload
After reset, machines shows service containerd. Adding systemctl daemon-reload in a file roles/reset/tasks/main.yml will reflect the accurate status
systemctl daemon-reload
roles/reset/tasks/main.yml
To reflect clean up activity accurately on machine after cluster reset, we need to run systemctl daemon-reload
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to be added
Hi Team,
Let's add
daemon-reload
on containerd service removal on cluster reset operation, for branch release-2.27 (https://github.com/kubernetes-sigs/kubespray/tree/release-2.27)After reset, machines shows service containerd.
Adding
systemctl daemon-reload
in a fileroles/reset/tasks/main.yml
will reflect the accurate statusWhy is this needed
To reflect clean up activity accurately on machine after cluster reset, we need to run
systemctl daemon-reload
The text was updated successfully, but these errors were encountered: