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
This entire project assumes that one long living VM can do all the work...
Need support to have Kubernetes decentralized UI containers and support to dispatch tester containers in a cluster, decentralizing this system. Files, logs, etc need to be set in a mount instead of a VM's disk space, eg S3 but more like Amazon EFS, or some mountable drive.
Need to add guard rails for when backup jobs are being dispatched, ensuring they aren't already being taken care of by other nodes, etc.
More ideas will be typed in here.
The text was updated successfully, but these errors were encountered:
UI containers depend on the host having configs and such, so having multiple UI containers on one machine will show the same info.
Tester containers are decentralized, but the global uphold.yml is not isolated so again that is a limitation of one per pod unless the testers are of the same global config.
Need to clarify this and set out a precise objective before continuing.
This entire project assumes that one long living VM can do all the work...
Need support to have Kubernetes decentralized UI containers and support to dispatch tester containers in a cluster, decentralizing this system. Files, logs, etc need to be set in a mount instead of a VM's disk space, eg S3 but more like Amazon EFS, or some mountable drive.
Need to add guard rails for when backup jobs are being dispatched, ensuring they aren't already being taken care of by other nodes, etc.
More ideas will be typed in here.
The text was updated successfully, but these errors were encountered: