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
{{ message }}
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.
We have a situation here where we have multiple instances of the system deployed using the same nscale master, with the only thing different between them being the repository url.
Because all of the instances share the 'server' name for the container, settings for the previously deployed system seem to bleed through to the new ones.
Example :
you have 2 systems alpha and beta
each of those systems have a server container.
alpha/server points to github.com/project/alpha.
beta/server points to github.com/project/beta
nscale system deploy alpha works as expected.
nscale system deploy beta tries to redeploy alpha.
The only workaround we have discovered is to restart the nscale process in between deploys, which limits our ability for different teams to be able to deploy alpha and beta at the same time.
The communication overhead of having to make sure nobody is deploying anything is causing us to lose productivity.
The text was updated successfully, but these errors were encountered:
We have a situation here where we have multiple instances of the system deployed using the same nscale master, with the only thing different between them being the repository url.
Because all of the instances share the 'server' name for the container, settings for the previously deployed system seem to bleed through to the new ones.
Example :
alpha
andbeta
server
container.alpha/server
points togithub.com/project/alpha
.beta/server
points togithub.com/project/beta
The only workaround we have discovered is to restart the nscale process in between deploys, which limits our ability for different teams to be able to deploy alpha and beta at the same time.
The communication overhead of having to make sure nobody is deploying anything is causing us to lose productivity.
The text was updated successfully, but these errors were encountered: