InterviewSolution
| 1. |
State The Finest Way To Restart A Salt Minion With Salt After The Upgrade? |
|
Answer» The best way to proceed with the updating of salt minion package is mentioned here. Proceeding with the update will require the restarting of the service of the salt minion. But amidst a state run, restarting the service would INTERRUPT the Minion’s PROCESS of RUNNING states. It would also return the RESULTS to the master. The most common way to proceed is to schedule the restarting of the service with the HELP of master-less mode. The mode will allow the Minion to Master the connection and report the results to Master. The service will be restarting in the background. The best way to proceed with the updating of salt minion package is mentioned here. Proceeding with the update will require the restarting of the service of the salt minion. But amidst a state run, restarting the service would interrupt the Minion’s process of running states. It would also return the results to the master. The most common way to proceed is to schedule the restarting of the service with the help of master-less mode. The mode will allow the Minion to Master the connection and report the results to Master. The service will be restarting in the background. |
|