You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The starting of the RKE2-server task should be handled with handlers, ran into issue where ansible fails even though the systemd service eventually started.
The text was updated successfully, but these errors were encountered:
The rke2-server and rke2-agent services will continually loop trying to start if there is a failure.
The issue with moving to a handler, which I agree is a good idea, is that the first server has to start in the middle of the play in order to grab the token for all over servers and agents. The best way to accomplish this is to rework some of the code to allow the handler to control the initial (and all subsequent re)start of RKE2. Will review with @mddamato
The starting of the RKE2-server task should be handled with handlers, ran into issue where ansible fails even though the systemd service eventually started.
The text was updated successfully, but these errors were encountered: