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
On podified MiqWorker records are created by the run_single_worker script due to how replicas work on kubernetes. The OpentofuWorker is a non-ruby worker and doesn't use this entrypoint which means no MiqWorker ever gets created.
The text was updated successfully, but these errors were encountered:
If you change a worker setting for the opentofu_worker it is supposed to be restarted in order to pick up the new value
On appliances a MiqServer.reload_settings message is queued and the settings are detected correctly as changed and the worker is restarted.
On podified there is no OpentofuWorker record created in the MiqWorker table so the orchestrator doesn't know to restart it.
Looking at the orchestrator logs it tries to start the worker every 10 seconds:
On podified
MiqWorker
records are created by therun_single_worker
script due to how replicas work on kubernetes. TheOpentofuWorker
is a non-ruby worker and doesn't use this entrypoint which means noMiqWorker
ever gets created.The text was updated successfully, but these errors were encountered: