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
We want to split provisioner daemon and provisioners so they can run on separate workloads. Right now provisioner daemon unpacks the template and sends the directory path to provisioner, but that can't work if they're separate.
We need to refactor so that the provisioner daemon sends the template archive to the provisioner, and the provisioner unpacks it.