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
CB-9064 restart minions if requested, even if the master IP is the same
In case we repaired the master instance the IP address might change. On AWS
it's changing almost all the time, however on Azure the new instance often
gets the same IP address as the previous master instance. If the IP changes
the salt-bootstrap automatically detects it and restarts all the minions. If
the IP remains the same I cannot detect the change and doesn't restart the minions.
This leads to public key caching issues and minions are not trying to re-connect
to the master. To solve this problem we introduced a new parameter on the API
for the minions that a restart can be requested in such cases. To handle backward
compatibility we will restart the minions even if this new flag is not set or even
set to false, but the master IP changes.
0 commit comments